messages from 2026-07-07 20:30:09 to 2026-07-09 11:11:01 UTC [more...]
[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 v7 0/3] includeIf: add "worktree" condition for matching working tree path
2026-07-09 10:09 UTC (6+ 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 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
[PATCH 00/11] coverity: avoid dereferencing NULL
2026-07-09 9:42 UTC (12+ 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 0/6] receive-pack: use ODB transactions to stage object writes
2026-07-09 9:39 UTC (46+ messages)
` [PATCH v2 00/11] "
` [PATCH v2 01/11] object-file: rename files transaction prepare function
` [PATCH v2 02/11] object-file: rename files transaction fsync function
` [PATCH v2 03/11] object-file: embed transaction flush logic in commit function
` [PATCH v2 04/11] object-file: drop check for inflight transactions
` [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 08/11] odb/transaction: add transaction env interface
` [PATCH v2 09/11] odb/transaction: introduce ODB transaction flags
` [PATCH v2 10/11] builtin/receive-pack: drop redundant tmpdir env
` [PATCH v2 11/11] builtin/receive-pack: stage incoming objects via ODB transactions
` [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] git-subtree: Bail out if we find output from Rust rewrite
2026-07-09 9:36 UTC (6+ 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/7] odb: introduce object filters to `odb_for_each_object()`
2026-07-09 8:35 UTC (8+ 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 0/7] refs: remove use of `the_repository`
2026-07-09 8:29 UTC (8+ 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`
git fetch automatic tag fetching - confusing when on or off
2026-07-09 7:33 UTC
[PATCH] t1410-reflog.sh: avoid suppressing git's exit code in pipelines
2026-07-09 5:09 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH v7 0/9] migrate more variables into repo_config_values
2026-07-09 3:53 UTC (12+ 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] 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 (10+ messages)
` [PATCH v3 0/4] parseopt: exit 0 on help
` [PATCH v3 1/4] t1517: skip svn tests if svn is not installed
` [PATCH v3 2/4] parse-options: add a separate case for help output on error
` [PATCH v3 3/4] rev-parse: have --parseopt callers exit 0 on --help
` [PATCH v3 4/4] parse-options: exit 0 on -h
[PATCH v6 0/3] Makefile: link osxkeychain helper against Rust
2026-07-08 20:16 UTC (9+ messages)
` [PATCH v7 "
` [PATCH v7 3/3] contrib: wire up osxkeychain in contrib/Makefile on macOS
` [PATCH v8 0/3] Makefile: link osxkeychain helper against Rust
` [PATCH v8 1/3] Makefile: add $(RUST_LIB) prerequisite to osxkeychain
` [PATCH v8 2/3] Makefile: support universal macOS builds via RUST_TARGETS
` [PATCH v8 3/3] contrib: wire up osxkeychain in contrib/Makefile on macOS
[PATCH] submodule--helper: accept '-i' shorthand for update --init
2026-07-08 20:12 UTC (2+ messages)
[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
2026-07-08 20:02 UTC (8+ 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] 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 (7+ 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)
[PATCH 0/2] reftable: fix quadratic behavior when re-creating deleted refs
2026-07-08 11:15 UTC (7+ messages)
` [PATCH 1/2] t: add tests for ref tombstone scenarios
[PATCH 00/13] setup: split up repository discovery and setup
2026-07-08 9:42 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 05/13] setup: introduce explicit repository discovery
[PATCH 0/7] git_hash_*() quality-of-life improvements
2026-07-08 8:05 UTC (18+ messages)
` [PATCH 1/7] hash: use git_hash_init() consistently
` [PATCH 4/7] hash: make git_hash_discard() idempotent
` [PATCH v2 0/7] git_hash_*() quality-of-life improvements
` [PATCH v2 1/7] hash: use git_hash_init() consistently
` [PATCH v2 2/7] hash: convert remaining direct function calls
` [PATCH v2 3/7] hash: document function pointers and wrappers
` [PATCH v2 4/7] hash: make git_hash_discard() idempotent
` [PATCH v2 5/7] csum-file: use idempotent git_hash_discard()
` [PATCH v2 6/7] http: "
` [PATCH v2 7/7] hash: check ctx->active flag in all wrapper functions
[PATCH 00/11] odb: make optimizations pluggable
2026-07-08 7:55 UTC (6+ messages)
` [PATCH 01/11] odb: run "pre-auto-gc" hook for all maintenance tasks
` [PATCH 03/11] builtin/gc: extract object database optimizations into separate function
[PATCH 00/16] path: remove dependency on `the_repository`
2026-07-08 7:16 UTC
[PATCH v2 15/16] environment: move access to "core.sharedRepository" into repo settings
2026-07-08 7:11 UTC
[PATCH v5 1/2] Makefile: add $(GITLIBS) prerequisite to osxkeychain
2026-07-08 3:15 UTC (3+ messages)
` [PATCH v7 0/3] Makefile: link osxkeychain helper against Rust
` [PATCH v7 3/3] contrib: wire up osxkeychain in contrib/Makefile on macOS
[PATCH v6 0/3] Teach git-replay(1) to linearize merge commits
2026-07-08 1:02 UTC (3+ messages)
` [PATCH v7 "
Incremental 'git fetch' downloaded everything again
2026-07-07 22:51 UTC (2+ messages)
[PATCH] http: preserve wwwauth_headers across redirects
2026-07-07 22:35 UTC (6+ 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