messages from 2026-07-08 10:44:04 to 2026-07-10 07:08:45 UTC [more...]
[PATCH 0/7] odb: introduce object filters to `odb_for_each_object()`
2026-07-10 7:08 UTC (14+ messages)
` [PATCH 1/7] odb/source-packed: improve lookup when enumerating objects
` [PATCH 2/7] pack-bitmap: mark object filter as `const`
` [PATCH 3/7] pack-bitmap: allow aborting iteration of bitmapped objects
` [PATCH 4/7] pack-bitmap: iterate object sources when opening bitmaps
` [PATCH 5/7] pack-bitmap: introduce function to open bitmap for a single source
` [PATCH 6/7] odb: introduce object filters to `odb_for_each_object()`
` [PATCH 7/7] builtin/cat-file: filter objects via object database
[PATCH v7 0/3] includeIf: add "worktree" condition for matching working tree path
2026-07-10 6:43 UTC (10+ messages)
` [PATCH v7 1/3] config: refactor include_by_gitdir() into include_by_path()
` [PATCH v7 2/3] repository: keep a symlink-preserving copy of the worktree path
` [PATCH v7 3/3] config: add "worktree" and "worktree/i" includeIf conditions
` [PATCH v8 0/2] includeIf: add "worktree" condition for matching working tree path
` [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] builtin/add.c: replace run_command() with direct apply_all_patches() call
2026-07-10 6:41 UTC (2+ messages)
[PATCH 0/7] refs: remove use of `the_repository`
2026-07-10 6:14 UTC (13+ messages)
` [PATCH 1/7] refs/packed: de-globalize handling of "core.packedRefsTimeout"
` [PATCH 2/7] refs/packed: drop `USE_THE_REPOSITORY_VARIABLE`
` [PATCH 3/7] refs/files: "
` [PATCH 4/7] worktree: refactor code to use available repositories
` [PATCH 5/7] worktree: pass repository to file-local functions
` [PATCH 6/7] worktree: pass repository to public functions
` [PATCH 7/7] refs: remove remaining uses of `the_repository`
[PATCH] sequencer: honor --empty when a fixup!/squash! empties its target
2026-07-10 4:13 UTC
[PATCH 00/11] coverity: avoid dereferencing NULL
2026-07-10 4:01 UTC (22+ 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 07/11] replay: die when --onto does not peel to a commit
` [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 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 v1 0/3] worktree: add post-worktree-add and post-worktree-remove hooks
2026-07-09 23:36 UTC
[PATCH 0/2] git-subtree: Bail out if we find output from Rust rewrite
2026-07-09 22:43 UTC (8+ messages)
` [PATCH 1/2] "
` [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 [and 1 more messages]
[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
2026-07-09 18:10 UTC (10+ 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 3/3] t/README: document writing concurrency-safe helpers
[PATCH 00/12] Next size_t stop: pack-objects/delta
2026-07-09 16:49 UTC (13+ messages)
` [PATCH 01/12] diff-delta: widen `struct delta_index`' size fields to `size_t`
` [PATCH 02/12] delta: widen `create_delta_index()` parameter "
` [PATCH 03/12] pack-objects: widen delta-cache accounting "
` [PATCH 04/12] pack-objects: widen `free_unpacked()` return "
` [PATCH 05/12] pack-objects: widen `mem_usage` and `try_delta()`'s out-param "
` [PATCH 06/12] delta: widen `create_delta()` and `diff_delta()` "
` [PATCH 07/12] packfile, git-zlib: widen `use_pack()` and zstream avail fields "
` [PATCH 08/12] archive-zip: widen `zlib_deflate_raw()`'s maxsize local "
` [PATCH 09/12] diff: widen `deflate_it()`'s bound local from int "
` [PATCH 10/12] http-push: widen `start_put()`'s size local from `ssize_t` "
` [PATCH 11/12] t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local "
` [PATCH 12/12] git-zlib: widen `git_deflate_bound()` "
[PATCH v7 0/9] migrate more variables into repo_config_values
2026-07-09 16:41 UTC (24+ messages)
` [PATCH v8 "
` [PATCH v8 1/9] repository: introduce repo_config_values_clear()
` [PATCH v8 2/9] environment: move excludes_file into repo_config_values
` [PATCH v8 3/9] environment: move editor_program "
` [PATCH v8 4/9] environment: move pager_program "
` [PATCH v8 5/9] environment: move askpass_program "
` [PATCH v8 6/9] environment: migrate apply_default_whitespace and apply_default_ignorewhitespace
` [PATCH v8 7/9] environment: move push_default into repo_config_values
` [PATCH v8 8/9] environment: move autorebase "
` [PATCH v8 9/9] environment: move object_creation_mode "
` [PATCH v9 0/9] migrate more variables "
` [PATCH v9 1/9] repository: introduce repo_config_values_clear()
` [PATCH v9 2/9] environment: move excludes_file into repo_config_values
` [PATCH v9 3/9] environment: move editor_program "
` [PATCH v9 4/9] environment: move pager_program "
` [PATCH v9 5/9] environment: move askpass_program "
` [PATCH v9 6/9] environment: migrate apply_default_whitespace and apply_default_ignorewhitespace
` [PATCH v9 7/9] environment: move push_default into repo_config_values
` [PATCH v9 8/9] environment: move autorebase "
` [PATCH v9 9/9] environment: move object_creation_mode "
[PATCH] t1410-reflog.sh: avoid suppressing git's exit code in pipelines
2026-07-09 16:38 UTC (5+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/2] commit-graph: fix topo_levels slab propagation regression
2026-07-09 15:03 UTC (6+ messages)
` [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 v2 1/2] commit-graph: add trace2 instrumentation for generation DFS
` [PATCH v2 2/2] commit-graph: propagate topo_levels slab to all chain layers
[PATCH 0/6] receive-pack: use ODB transactions to stage object writes
2026-07-09 15:02 UTC (39+ messages)
` [PATCH v2 00/11] "
` [PATCH v2 03/11] object-file: embed transaction flush logic in commit function
` [PATCH v2 05/11] object-file: propagate files transaction errors
` [PATCH v2 06/11] odb/transaction: propagate begin errors
` [PATCH v2 07/11] odb/transaction: propagate commit errors
` [PATCH v2 09/11] odb/transaction: introduce ODB transaction flags
` [PATCH v3 00/11] receive-pack: use ODB transactions to stage object writes
` [PATCH v3 01/11] object-file: rename files transaction prepare function
` [PATCH v3 02/11] object-file: rename files transaction fsync function
` [PATCH v3 03/11] object-file: embed transaction flush logic in commit function
` [PATCH v3 04/11] object-file: drop check for inflight transactions
` [PATCH v3 05/11] object-file: propagate files transaction errors
` [PATCH v3 06/11] odb/transaction: propagate begin errors
` [PATCH v3 07/11] odb/transaction: propagate commit errors
` [PATCH v3 08/11] odb/transaction: add transaction env interface
` [PATCH v3 09/11] odb/transaction: introduce ODB transaction flags
` [PATCH v3 10/11] builtin/receive-pack: drop redundant tmpdir env
` [PATCH v3 11/11] builtin/receive-pack: stage incoming objects via ODB transactions
[PATCH 0/2] reftable: fix quadratic behavior when re-creating deleted refs
2026-07-09 14:54 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] t/perf: add perf test for ref tombstone scenarios
` [PATCH v2 2/2] reftable: fix quadratic behavior in the presence of tombstones
[PATCH v3 0/4] Add support for an external command for fetching notes
2026-07-09 11:10 UTC (5+ messages)
` [PATCH v3 4/4] notes: support an external command to display notes
[PATCH v3 0/5] builtin/refs: add ability to write references
2026-07-09 10:05 UTC (6+ messages)
` [PATCH v3 4/5] builtin/refs: add "create" subcommand
[PATCH v4 0/5] builtin/refs: add ability to write references
2026-07-09 9:44 UTC (3+ messages)
` [PATCH v4 2/5] builtin/refs: add "delete" subcommand
git fetch automatic tag fetching - confusing when on or off
2026-07-09 7:33 UTC
[PATCH] mailmap: map Taylor Blau's work address
2026-07-09 2:26 UTC
[PATCH] unpack-trees: avoid quadratic index scan in next_cache_entry()
2026-07-08 21:58 UTC (7+ messages)
` [PATCH v2] "
[PATCH] bundle-uri: drain remaining response on invalid bundle-uri lines
2026-07-08 21:13 UTC (5+ messages)
` [PATCH v2 0/2] Fix fatal error in git-clone(1) when reading empty bundle-URI
` [PATCH v2 1/2] bundle-uri: drain remaining response on invalid bundle-uri lines
` [PATCH v2 2/2] bundle-uri: stop sending invalid bundle configuration
[PATCH v2 0/4] rev-parse: exit 0 on --help
2026-07-08 20:32 UTC (4+ messages)
` [PATCH v3 0/4] parseopt: exit 0 on help
[PATCH v7 0/3] Makefile: link osxkeychain helper against Rust
2026-07-08 20:16 UTC (3+ messages)
` [PATCH v8 "
[PATCH] submodule--helper: accept '-i' shorthand for update --init
2026-07-08 20:12 UTC (2+ messages)
[PATCH] SubmittingPatches: abandoning a series
2026-07-08 18:23 UTC (3+ messages)
` [PATCH v2] SubmittingPatches: document how to retract a topic
[GSoC Blog] Week 3&4 : Improve Disk Space Recovery for Partial Clones
2026-07-08 18:15 UTC (3+ messages)
` [GSoC Blog] Week 5 "
` [GSoC Blog] Week 6 "
What's cooking in git.git (Jul 2026, #03)
2026-07-08 18:03 UTC (4+ messages)
Programmatically edit the git rebase sequence?
2026-07-08 17:58 UTC (2+ messages)
[PATCH] prio-queue: use cascade-down sift for faster extract-min
2026-07-08 17:49 UTC (14+ messages)
` [PATCH v2] prio-queue: use cascade-down "
` [PATCH v3 0/2] prio-queue: use bottom-up sift for extract-min
` [PATCH v3 1/2] prio-queue: extract sift_up() from prio_queue_put()
` [PATCH v3 2/2] prio-queue: use cascade for unfused gets
[RFC] clone: allow sparse-checkout paths to be specified during clone
2026-07-08 17:48 UTC (3+ messages)
[PATCH] merge --abort: don't delete autostash before reset succeeds
2026-07-08 17:46 UTC (3+ messages)
[PATCH 0/2] commit-reach: fix !FIND_ALL early exit with v1 commit graph
2026-07-08 17:24 UTC (3+ messages)
` [PATCH 2/2] commit-reach: guard !FIND_ALL early exit with generation ordering check
[PATCH] SubmittingPatches: abandoning a series
2026-07-08 16:33 UTC (4+ messages)
[PATCH] config: retry acquiring config.lock for 100ms
2026-07-08 14:49 UTC (6+ messages)
` [PATCH v2] config: retry acquiring config.lock, configurable via core.configLockTimeout
[PATCH 00/11] reftable: harden against corrupted tables
2026-07-08 13:19 UTC (3+ messages)
` [PATCH v3 00/12] "
[PATCH v2 0/4] doc: replay: fix config link
2026-07-08 12:09 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v3 2/4] doc: replay: improve config description
` [PATCH v3 4/4] doc: replay: move “default” to the right-hand side
[PATCH RFC 2/2] builtin/history: print feedback after successful reword
2026-07-08 12:04 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox