git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-12-05 18:00:31 to 2019-12-09 14:12:42 UTC [more...]

[PATCH 00/11] Improve testability with GIT_TEST_FSMONITOR
 2019-12-09 14:12 UTC  (4+ messages)
` [PATCH 11/11] test-lib: clear watchman watches at test completion

[PATCH 0/5] format-patch: improve handling of `format.notes`
 2019-12-09 13:10 UTC  (6+ messages)
` [PATCH 1/5] notes: rename to load_display_notes()
` [PATCH 2/5] notes: create init_display_notes() helper
` [PATCH 3/5] notes: extract logic into set_display_notes()
` [PATCH 4/5] format-patch: use --notes behavior for format.notes
` [PATCH 5/5] format-patch: move git_config() before repo_init_revisions()

[PATCH 07/15] name-rev: extract creating/updating a 'struct name_rev' into a helper
 2019-12-09 12:43 UTC  (3+ messages)
` [PATCH] name-rev: rewrite create_or_update_name()

[PATCH v2 13/13] name-rev: cleanup name_ref()
 2019-12-09 12:32 UTC  (3+ messages)

[PATCH v2 12/13] name-rev: eliminate recursion in name_rev()
 2019-12-09 12:22 UTC  (3+ messages)

[PATCH v2 00/13] name-rev: eliminate recursion
 2019-12-09 11:52 UTC  (16+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 01/14] t6120-describe: correct test repo history graph in comment
  ` [PATCH v3 02/14] t6120-describe: modernize the 'check_describe' helper
  ` [PATCH v3 03/14] name-rev: use strbuf_strip_suffix() in get_rev_name()
  ` [PATCH v3 04/14] name-rev: avoid unnecessary cast in name_ref()
  ` [PATCH v3 05/14] name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation
  ` [PATCH v3 06/14] t6120: add a test to cover inner conditions in 'git name-rev's name_rev()
  ` [PATCH v3 07/14] name-rev: extract creating/updating a 'struct name_rev' into a helper
  ` [PATCH v3 08/14] name-rev: pull out deref handling from the recursion
  ` [PATCH v3 09/14] name-rev: restructure parsing commits and applying date cutoff
  ` [PATCH v3 10/14] name-rev: restructure creating/updating 'struct rev_name' instances
  ` [PATCH v3 11/14] name-rev: drop name_rev()'s 'generation' and 'distance' parameters
  ` [PATCH v3 12/14] name-rev: use 'name->tip_name' instead of 'tip_name'
  ` [PATCH v3 13/14] name-rev: eliminate recursion in name_rev()
  ` [PATCH v3 14/14] name-rev: cleanup name_ref()

[Outreachy] [PATCH] bisect--helper: avoid free-after-use
 2019-12-09 11:10 UTC  (5+ messages)

[Outreachy] [PATCH v2] bisect--helper: avoid free-after-use
 2019-12-09 10:56 UTC 

[Outreachy] [PATCH v2] bisect--helper: avoid free-after-use
 2019-12-09 10:39 UTC 

[PATCH v3 0/9] Rewrite packfile reuse code
 2019-12-09  9:28 UTC  (31+ messages)
` [PATCH v3 1/9] builtin/pack-objects: report reused packfile objects
` [PATCH v3 2/9] packfile: expose get_delta_base()
` [PATCH v3 3/9] ewah/bitmap: introduce bitmap_word_alloc()
` [PATCH v3 4/9] pack-bitmap: don't rely on bitmap_git->reuse_objects
` [PATCH v3 5/9] pack-bitmap: introduce bitmap_walk_contains()
` [PATCH v3 6/9] csum-file: introduce hashfile_total()
` [PATCH v3 7/9] pack-objects: introduce pack.allowPackReuse
` [PATCH v3 8/9] builtin/pack-objects: introduce obj_is_packed()
` [PATCH v3 9/9] pack-objects: improve partial packfile reuse

[PATCH] git-gui: allow closing console window with Escape
 2019-12-09  9:18 UTC  (4+ messages)

[PATCH v4 0/2] format-patch: teach format.notes config option
 2019-12-09  8:24 UTC  (4+ messages)
` [PATCH v4 2/2] "

[Outreachy] [PATCH] bisect--helper: refer branch.buf before strbuf_release(...)
 2019-12-09  8:15 UTC  (3+ messages)

[PATCH] patch-id: use oid_to_hex() to print multiple object IDs
 2019-12-09  2:06 UTC  (2+ messages)

Git as data archive
 2019-12-09  1:18 UTC  (5+ messages)

[BUG?] ls-files -o now traverses nested repo when given multiple pathspecs
 2019-12-08 22:59 UTC  (5+ messages)

[PATCH] entry.c: use dir-iterator to avoid explicit dir traversal
 2019-12-08 18:04 UTC 

How to determine age of HEAD commit
 2019-12-08 15:05 UTC  (3+ messages)

How to detect if a tree is in status "merge"?
 2019-12-08 10:55 UTC 

Regression in git-subtree.sh, introduced in 2.20.1, after 315a84f9aa0e2e629b0680068646b0032518ebed
 2019-12-08 10:30 UTC 

[PATCH] l10n: minor case fix in 'git branch' '--unset-upstream' description
 2019-12-08  9:26 UTC 

[PATCH 0/1] t3404: fix indentation
 2019-12-07 22:22 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3 0/1] git-p4.py: Cast byte strings to unicode strings in python3
 2019-12-07 21:27 UTC  (39+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 03/11] git-p4: add new helper functions for python3 conversion
  ` [PATCH v4 05/11] git-p4: Add new functions in preparation of usage
  ` [PATCH v4 06/11] git-p4: Fix assumed path separators to be more Windows friendly
  ` [PATCH v4 07/11] git-p4: Add a helper class for stream writing
  ` [PATCH v4 08/11] git-p4: p4CmdList - support Unicode encoding
  ` [PATCH v5 00/15] git-p4.py: Cast byte strings to unicode strings in python3
    ` [PATCH v5 01/15] t/gitweb-lib.sh: drop confusing quotes
    ` [PATCH v5 02/15] t/gitweb-lib.sh: set $REQUEST_URI
    ` [PATCH v5 03/15] git-p4: select P4 binary by operating-system
    ` [PATCH v5 04/15] git-p4: change the expansion test from basestring to list
    ` [PATCH v5 05/15] git-p4: promote encodeWithUTF8() to a global function
    ` [PATCH v5 06/15] git-p4: remove p4_write_pipe() and write_pipe() return values
    ` [PATCH v5 07/15] git-p4: add new support function gitConfigSet()
    ` [PATCH v5 08/15] git-p4: add casting helper functions for python 3 conversion
    ` [PATCH v5 09/15] git-p4: python 3 syntax changes
    ` [PATCH v5 10/15] git-p4: fix assumed path separators to be more Windows friendly
    ` [PATCH v5 11/15] git-p4: add Py23File() - helper class for stream writing
    ` [PATCH v5 12/15] git-p4: p4CmdList - support Unicode encoding
    ` [PATCH v5 13/15] git-p4: support Python 3 for basic P4 clone, sync, and submit (t9800)
    ` [PATCH v5 14/15] git-p4: added --encoding parameter to p4 clone
    ` [PATCH v5 15/15] git-p4: Add depot manipulation functions

[PATCH] commit: use strbuf_add() to add a length-limited string
 2019-12-07 20:17 UTC  (2+ messages)

[PATCH 00/13] git-p4: python3 compatibility
 2019-12-07 19:59 UTC  (21+ messages)
` [PATCH 01/13] ci: also run linux-gcc pipeline with python-3.7 environment
` [PATCH 02/13] git-p4: make python-2.7 the oldest supported version
` [PATCH 03/13] git-p4: simplify python version detection
` [PATCH 04/13] git-p4: decode response from p4 to str for python3
` [PATCH 05/13] git-p4: properly encode/decode communication with git for python 3
` [PATCH 06/13] git-p4: convert path to unicode before processing them
` [PATCH 06/13] git-p4: open .gitp4-usercache.txt in text mode
` [PATCH 07/13] git-p4: convert path to unicode before processing them
` [PATCH 07/13] git-p4: open .gitp4-usercache.txt in text mode
` [PATCH 08/13] git-p4: use marshal format version 2 when sending to p4
` [PATCH 09/13] git-p4: fix freezing while waiting for fast-import progress
` [PATCH 10/13] git-p4: use functools.reduce instead of reduce
` [PATCH 11/13] git-p4: use dict.items() iteration for python3 compatibility
` [PATCH 12/13] git-p4: simplify regex pattern generation for parsing diff-tree
` [PATCH 13/13] git-p4: use python3's input() everywhere

[PATCH] archive-zip: use enum for compression method
 2019-12-07 12:20 UTC 

[PATCH] gitk: fix branch name encoding error on gitk
 2019-12-07  0:32 UTC 

[PATCH] git gui: fix branch name encoding error on git gui
 2019-12-07  0:29 UTC 

What's cooking in git.git (Dec 2019, #01; Mon, 2)
 2019-12-06 21:31 UTC  (3+ messages)

[PATCH 0/7] add -i: close some regression test gaps
 2019-12-06 20:48 UTC  (13+ messages)
` [PATCH 1/7] t3701: add a test for advanced split-hunk editing
` [PATCH 2/7] t3701: avoid depending on the TTY prerequisite
` [PATCH 3/7] t3701: add a test for the different `add -p` prompts
` [PATCH 4/7] t3701: verify the shown messages when nothing can be added
` [PATCH 5/7] t3701: verify that the diff.algorithm config setting is handled
` [PATCH 6/7] git add -p: use non-zero exit code when the diff generation failed
` [PATCH 7/7] apply --allow-overlap: fix a corner case

[PATCH 0/3] cleanup for 'dl/range-diff-with-notes'
 2019-12-06 20:16 UTC  (4+ messages)
` [PATCH 1/3] t3206: fix incorrect test name
` [PATCH 2/3] range-diff: mark pointers as const
` [PATCH 3/3] range-diff: clear `other_arg` at end of function

[PATCH 0/3] rebase: fix bug in --fork-point
 2019-12-06 19:35 UTC  (16+ messages)
` [PATCH 1/3] rebase: add test for rebase --fork-point with short upstream
` [PATCH 2/3] rebase: refactor dwim_ref_or_die from merge-base.c
` [PATCH 3/3] rebase: fix rebase to use full ref to find fork-point
` [PATCH v2 0/2] rebase: fix bug in --fork-point
  ` [PATCH v2 1/2] rebase: refactor dwim_ref_or_die from merge-base.c
  ` [PATCH v2 2/2] rebase: find --fork-point with full ref
          ` [PATCH v2 2/2] rebase: find --fork-point with full refgg

[PATCH] t9300-fast-import: don't hang if background fast-import exits too early
 2019-12-06 19:03 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t9300-fast-import: store the PID in a variable instead of pidfile
  ` [PATCH v2 2/2] t9300-fast-import: don't hang if background fast-import exits too early

[PATCH 0/3] commit: fix advice for empty commits during rebases
 2019-12-06 18:24 UTC  (14+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] t3404: use test_cmp_rev
  ` [PATCH v2 2/9] cherry-pick: add test for `--skip` advice in `git commit`
  ` [PATCH v2 3/9] cherry-pick: check commit error messages
  ` [PATCH v2 4/9] sequencer: write CHERRY_PICK_HEAD for reword and edit
  ` [PATCH v2 5/9] commit: use enum value for multiple cherry-picks
  ` [PATCH v2 6/9] commit: encapsulate determine_whence() for sequencer
  ` [PATCH v2 7/9] commit: give correct advice for empty commit during a rebase
  ` [PATCH v2 8/9] [RFC] rebase: fix advice when a fixup creates an empty commit
  ` [PATCH v2 9/9] [RFC] rebase -i: leave CHERRY_PICK_HEAD when there are conflicts

What's cooking in git.git (Dec 2019, #02; Thu, 5)
 2019-12-06 16:27 UTC  (6+ messages)
` am/pathspec-f-f-checkout, was "
  ` es/pathspec-f-f-grep, was Re: am/pathspec-f-f-checkout
` ag/edit-todo-drop-check, Re: What's cooking in git.git (Dec 2019, #02; Thu, 5)
` js/advise-rebase-skip, was "

[RFC PATCH v2 0/2] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo'
 2019-12-06 14:38 UTC  (8+ messages)
` [PATCH v3 0/2] rebase -i: extend rebase.missingCommitsCheck
  ` [PATCH v3 1/2] sequencer: move check_todo_list_from_file() to rebase-interactive.c

[PATCH] grep: provide pathspecs/patterns via file or stdin
 2019-12-06 11:34 UTC  (4+ messages)
` [PATCH v2] grep: support the --pathspec-from-file option

How to redirect git std input in Python?
 2019-12-06  2:40 UTC 

[PATCH] xdiff: unignore changes in function context
 2019-12-05 21:09 UTC  (3+ messages)

[PATCH] gitk branch name encoding utf-8 probrem
 2019-12-05 20:50 UTC  (6+ messages)

[ISSUE] Stop accessing, storing, and sharing the user's time zone
 2019-12-05 18:00 UTC  (5+ messages)

[PATCH v6 0/3] git-gui: revert untracked files by deleting them
 2019-12-05 18:54 UTC  (3+ messages)
` [PATCH v7 "


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).