Git development
 help / color / mirror / Atom feed
 messages from 2026-07-09 16:50:01 to 2026-07-11 15:42:01 UTC [more...]

[PATCH v7 0/3] graph: indent visual roots in graph
 2026-07-11 15:41 UTC  (15+ messages)
` [PATCH v8 0/4] "
  ` [PATCH v8 1/4] lib-log-graph: move check_graph function
  ` [PATCH v8 2/4] revision: add next_commit_to_show()
  ` [PATCH v8 3/4] graph: add a 2 commit buffer for lookahead
  ` [PATCH v8 4/4] graph: indent visual root in graph
  ` [PATCH v9 0/4] graph: indent visual roots "
    ` [PATCH v9 1/4] lib-log-graph: move check_graph function
    ` [PATCH v9 2/4] revision: add next_commit_to_show()
    ` [PATCH v9 3/4] graph: add a 2 commit buffer for lookahead
    ` [PATCH v9 4/4] graph: indent visual root in graph

[PATCH v8 0/9] migrate more variables into repo_config_values
 2026-07-11 15:24 UTC  (3+ messages)
` [PATCH v9 "

[PATCH 0/2] git-subtree: Bail out if we find output from Rust rewrite
 2026-07-11 13:41 UTC  (9+ messages)
` [PATCH 2/2] git-subtree: Bail out if we find output from Rust rewrite (test)
    ` [PATCH 1/2] git-subtree: Bail out if we find output from Rust rewrite
        ` [PATCH 1/2] git-subtree: Bail out if we find output from Rust rewrite [and 1 more messages]

[PATCH v5 00/10] commit-reach: terminate merge-base walk when one side is exhausted
 2026-07-11 13:27 UTC  (12+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/10] Documentation/technical: add paint-down-to-common doc
  ` [PATCH v6 02/10] test-lib-functions: improve diagnostic output for trace2 data assertions
  ` [PATCH v6 03/10] t6600: add test cases for side-exhaustion edge cases
  ` [PATCH v6 04/10] t6099, t6600: add side-exhaustion regression tests
  ` [PATCH v6 05/10] commit-reach: add trace2 instrumentation to paint_down_to_common()
  ` [PATCH v6 06/10] t6600: add clock-skew topologies and step counts for edge cases
  ` [PATCH v6 07/10] commit-reach: introduce struct paint_state with per-side counters
  ` [PATCH v6 08/10] commit-reach: terminate merge-base walk when one paint side is exhausted
  ` [PATCH v6 09/10] commit-reach: move min_generation check into paint_queue_get()
  ` [PATCH v6 10/10] commit-reach: remove commit-date ordering fallback

[PATCH] fixup! fetch: add fetch.submoduleErrors to make submodule fetch errors non-fatal
 2026-07-11 13:22 UTC 

[PATCH v17 0/7] branch: delete-merged
 2026-07-11 13:08 UTC  (14+ messages)
` [PATCH v18 "
  ` [PATCH v18 1/7] branch: add --forked filter for --list mode
  ` [PATCH v18 2/7] branch: convert delete_branches() to a flags argument
  ` [PATCH v18 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
  ` [PATCH v18 5/7] branch: add --delete-merged <branch>

Understanding why Git defaults to show author date and not committer date
 2026-07-11  8:03 UTC  (2+ messages)

[PATCH 0/7] odb: introduce object filters to `odb_for_each_object()`
 2026-07-11  8:01 UTC  (34+ messages)
` [PATCH 1/7] odb/source-packed: improve lookup when enumerating objects
` [PATCH 3/7] pack-bitmap: allow aborting iteration of bitmapped objects
` [PATCH 4/7] pack-bitmap: iterate object sources when opening bitmaps
` [PATCH 6/7] odb: introduce object filters to `odb_for_each_object()`
` [PATCH 7/7] builtin/cat-file: filter objects via object database
` [PATCH v2 0/8] odb: introduce object filters to `odb_for_each_object()`
  ` [PATCH v2 1/8] odb/source-packed: improve lookup when enumerating objects
  ` [PATCH v2 2/8] pack-bitmap: mark object filter as `const`
  ` [PATCH v2 3/8] pack-bitmap: allow aborting iteration of bitmapped objects
  ` [PATCH v2 4/8] pack-bitmap: iterate object sources when opening bitmaps
  ` [PATCH v2 5/8] pack-bitmap: drop `_1` suffix from functions that open bitmaps
  ` [PATCH v2 6/8] pack-bitmap: introduce function to open bitmap for a single source
  ` [PATCH v2 7/8] odb: introduce object filters to `odb_for_each_object()`
  ` [PATCH v2 8/8] builtin/cat-file: filter objects via object database
  ` [PATCH v2 9/8?] pack-objects: drop unused return value from add_object_entry()

[PATCH] object-file: fix closing object stream twice
 2026-07-11  7:33 UTC  (2+ messages)

[PATCH] builtin/add.c: replace run_command() with direct apply_all_patches() call
 2026-07-11  6:06 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH 0/2] commit-graph: fix topo_levels slab propagation regression
 2026-07-10 22:56 UTC  (13+ messages)
` [PATCH 1/2] commit-graph: add trace2 instrumentation for generation DFS
` [PATCH 2/2] commit-graph: propagate topo_levels slab to all chain layers
` [PATCH v2 0/2] commit-graph: fix topo_levels slab propagation regression

[PATCH v3 0/2] fetch: make submodule fetch errors configurable
 2026-07-10 22:21 UTC  (4+ messages)
` [PATCH v3 1/2] submodule: fix premature failure in recursive submodule fetch
` [PATCH v3 2/2] fetch: add fetch.submoduleErrors to make submodule fetch errors non-fatal

[PATCH 0/7] refs: remove use of `the_repository`
 2026-07-10 20:24 UTC  (10+ messages)
` [PATCH 1/7] refs/packed: de-globalize handling of "core.packedRefsTimeout"

[PATCH 0/3] Introduce a 'fromAccepted' option to GIT_NO_LAZY_FETCH
 2026-07-10 19:50 UTC  (5+ messages)
` [PATCH 1/3] promisor-remote: factor out lazy_fetch_objects()
` [PATCH 2/3] promisor-remote: introduce enum allow_lazy_fetch
` [PATCH 3/3] promisor-remote: teach 'fromAccepted' to GIT_NO_LAZY_FETCH

[PATCH] Makefile: fix up lib directory move
 2026-07-10 18:38 UTC 

cygwin v2.55.0 test failures
 2026-07-10 18:32 UTC 

[PATCH] sequencer: honor --empty when a fixup!/squash! empties its target
 2026-07-10 18:30 UTC  (4+ messages)

[PATCH v2] sequencer: honor --empty when a fixup!/squash! empties its target
 2026-07-10 17:55 UTC  (2+ messages)

[PATCH v2] prio-queue: use cascade-down for faster extract-min
 2026-07-10 17:40 UTC  (7+ messages)
` [PATCH v3 0/2] prio-queue: use bottom-up sift for extract-min
  ` [PATCH v3 2/2] prio-queue: use cascade for unfused gets

[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
 2026-07-10 17:30 UTC  (11+ messages)
` [PATCH 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
` [PATCH 2/3] t/lib-httpd: make http-429 first-request check atomic
` [PATCH v2 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
  ` [PATCH v2 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
  ` [PATCH v2 2/3] t/lib-httpd: make http-429 first-request check atomic
  ` [PATCH v2 3/3] t/README: document writing concurrency-safe helpers

[PATCH] b4: include change-id in cover template
 2026-07-10 17:02 UTC  (3+ messages)

[PATCH v2 00/11] receive-pack: use ODB transactions to stage object writes
 2026-07-10 16:52 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 11/11] builtin/receive-pack: stage incoming objects via ODB transactions
  ` [PATCH v4 00/11] receive-pack: use ODB transactions to stage object writes
    ` [PATCH v4 01/11] object-file: rename files transaction prepare function
    ` [PATCH v4 02/11] object-file: rename files transaction fsync function
    ` [PATCH v4 03/11] object-file: embed transaction flush logic in commit function
    ` [PATCH v4 04/11] object-file: drop check for inflight transactions
    ` [PATCH v4 05/11] object-file: propagate files transaction errors
    ` [PATCH v4 06/11] odb/transaction: propagate begin errors
    ` [PATCH v4 07/11] odb/transaction: propagate commit errors
    ` [PATCH v4 08/11] odb/transaction: add transaction env interface
    ` [PATCH v4 09/11] odb/transaction: introduce ODB transaction flags
    ` [PATCH v4 10/11] builtin/receive-pack: drop redundant tmpdir env
    ` [PATCH v4 11/11] builtin/receive-pack: stage incoming objects via ODB transactions

[PATCH GSoC v15 00/13] cat-file: add remote-object-info to batch-command
 2026-07-10 16:41 UTC  (15+ messages)
` [PATCH GSoC v16 "
  ` [PATCH GSoC v16 01/13] transport-helper: fix memory leak of helper on disconnect
  ` [PATCH GSoC v16 02/13] cat-file: declare loop counter inside for()
  ` [PATCH GSoC v16 03/13] t1006: split test utility functions into new 'lib-cat-file.sh'
  ` [PATCH GSoC v16 04/13] fetch-pack: fix hash_algo variable type
  ` [PATCH GSoC v16 05/13] fetch-pack: drop static advertise_sid variable
  ` [PATCH GSoC v16 06/13] fetch-pack: move write_fetch_command_and_capabilities() to connect.c
  ` [PATCH GSoC v16 07/13] connect: make write_fetch_command_and_capabilities() more generic
  ` [PATCH GSoC v16 08/13] fetch-pack: move fetch initialization
  ` [PATCH GSoC v16 09/13] serve: advertise object-info feature
  ` [PATCH GSoC v16 10/13] transport: add client support for object-info
  ` [PATCH GSoC v16 11/13] cat-file: add remote-object-info to batch-command
  ` [PATCH GSoC v16 12/13] cat-file: validate remote atoms with an allow-list
  ` [PATCH GSoC v16 13/13] cat-file: make remote-object-info allow-list dynamic

[PATCH 00/11] coverity: avoid dereferencing NULL
 2026-07-10 15:46 UTC  (35+ messages)
` [PATCH 01/11] diffcore-break: guard against NULLed queue entries in merge loop
` [PATCH 02/11] diff: handle NULL return from repo_get_commit_tree()
` [PATCH 03/11] remote: guard `remote_tracking()` against NULL remote
` [PATCH 04/11] reftable/stack: guard against NULL list_file in stack_destroy
` [PATCH 05/11] mailsplit: move NULL check before first use of file handle
` [PATCH 06/11] bisect: handle NULL commit in `bisect_successful()`
` [PATCH 08/11] revision: avoid dereferencing NULL in `add_parents_only()`
` [PATCH 09/11] pack-bitmap: handle missing bitmap for base MIDX
` [PATCH 10/11] bisect: ensure non-NULL `head` before using it
` [PATCH 11/11] shallow: fix NULL dereference
` [PATCH v2 00/12] coverity: avoid dereferencing NULL
  ` [PATCH v2 01/12] diffcore-break: guard against NULLed queue entries in merge loop
  ` [PATCH v2 02/12] diff: handle NULL return from repo_get_commit_tree()
  ` [PATCH v2 03/12] remote: guard `remote_tracking()` against NULL remote
  ` [PATCH v2 04/12] reftable/stack: guard against NULL list_file in stack_destroy
  ` [PATCH v2 05/12] mailsplit: move NULL check before first use of file handle
  ` [PATCH v2 06/12] bisect: handle NULL commit in `bisect_successful()`
  ` [PATCH v2 07/12] replay: die when --onto does not peel to a commit
  ` [PATCH v2 08/12] revision: avoid dereferencing NULL in `add_parents_only()`
  ` [PATCH v2 09/12] pack-bitmap: handle missing bitmap for base MIDX
  ` [PATCH v2 10/12] bisect: ensure non-NULL `head` before using it
  ` [PATCH v2 11/12] shallow: fix NULL dereference
  ` [PATCH v2 12/12] shallow: give write_one_shallow() its own hex buffer

[PATCH v2 0/2] reftable: fix quadratic behavior when re-creating deleted refs
 2026-07-10 15:03 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] t/perf: add perf test for ref tombstone scenarios
  ` [PATCH v3 2/2] reftable: fix quadratic behavior in the presence of tombstones

[PATCH v2 0/2] environment: move ignore_case into repo_config_values
 2026-07-10 15:01 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v1 0/3] worktree: add post-worktree-add and post-worktree-remove hooks
 2026-07-10  9:34 UTC  (2+ messages)

[PATCH v7 0/5] history: add squash subcommand to fold a range
 2026-07-10  9:06 UTC  (7+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/5] history: extract helper for a commit's parent tree
  ` [PATCH v8 2/5] history: give commit_tree_ext a message template
  ` [PATCH v8 3/5] history: add squash subcommand to fold a range
  ` [PATCH v8 4/5] sequencer: share the squash message marker helpers and flags
  ` [PATCH v8 5/5] history: re-edit a squash with every message

[PATCH v7 0/3] includeIf: add "worktree" condition for matching working tree path
 2026-07-10  6:43 UTC  (5+ messages)
` [PATCH v8 0/2] "
  ` [PATCH v8 1/2] config: refactor include_by_gitdir() into include_by_path()
  ` [PATCH v8 2/2] config: add "worktree" and "worktree/i" includeIf conditions

[PATCH v7 0/3] Teach git-replay(1) to linearize merge commits
 2026-07-10  3:47 UTC  (3+ messages)
` [PATCH v7 3/3] replay: offer an option to linearize the commit topology

[PATCH] gpg-interface: still print ssh signatures when allowed signers file is not set
 2026-07-10  3:42 UTC  (4+ messages)

What's cooking in git.git (Jul 2026, #04)
 2026-07-10  0:51 UTC 

[PATCH v1 1/3] worktree: add post-worktree-add hook
 2026-07-09 23:36 UTC  (3+ messages)
` [PATCH v1 2/3] worktree: add post-worktree-remove hook
` [PATCH v1 3/3] worktree: run post-worktree-remove hook when pruning

[PATCH 00/12] Next size_t stop: pack-objects/delta
 2026-07-09 16:49 UTC  (2+ messages)
` [PATCH 12/12] git-zlib: widen `git_deflate_bound()` to `size_t`


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox