messages from 2026-07-06 22:52:22 to 2026-07-08 08:06:06 UTC [more...]
[PATCH 0/7] git_hash_*() quality-of-life improvements
2026-07-08 8:05 UTC (35+ messages)
` [PATCH 1/7] hash: use git_hash_init() consistently
` [PATCH 2/7] hash: convert remaining direct function calls
` [PATCH 3/7] hash: document function pointers and wrappers
` [PATCH 4/7] hash: make git_hash_discard() idempotent
` [PATCH 5/7] csum-file: use idempotent git_hash_discard()
` [PATCH 6/7] http: "
` [PATCH 7/7] hash: check ctx->active flag in all wrapper functions
` [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 (16+ messages)
` [PATCH 01/11] odb: run "pre-auto-gc" hook for all maintenance tasks
` [PATCH 02/11] builtin/gc: move worktree and rerere tasks before object optimizations
` [PATCH 03/11] builtin/gc: extract object database optimizations into separate function
` [PATCH 04/11] builtin/gc: make repack arguments self-contained
` [PATCH 05/11] builtin/gc: inline config values specific to the "files" backend
` [PATCH 06/11] builtin/gc: introduce object database optimization options
` [PATCH 07/11] builtin/gc: move geometric repacking into `odb_optimize()`
` [PATCH 08/11] builtin/gc: introduce `odb_optimize_required()`
` [PATCH 09/11] builtin/gc: refactor ODB optimizations to operate on "files" source
` [PATCH 10/11] builtin/gc: fix signedness issues in ODB-related functionality
` [PATCH 11/11] odb: make optimizations pluggable
[PATCH] config: retry acquiring config.lock for 100ms
2026-07-08 7:32 UTC (8+ messages)
` [PATCH v2] config: retry acquiring config.lock, configurable via core.configLockTimeout
[PATCH 0/2] reftable: fix quadratic behavior when re-creating deleted refs
2026-07-08 7:28 UTC (9+ messages)
` [PATCH 1/2] t: add tests for ref tombstone scenarios
` [PATCH 2/2] reftable: fix quadratic behavior when re-creating deleted refs
[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 0/6] receive-pack: use ODB transactions to stage object writes
2026-07-08 6:42 UTC (22+ 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] SubmittingPatches: abandoning a series
2026-07-08 6:21 UTC (6+ messages)
[PATCH v2 0/4] rev-parse: exit 0 on --help
2026-07-08 3:59 UTC (9+ 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] submodule--helper: accept '-i' shorthand for update --init
2026-07-08 3:33 UTC
[PATCH v5 0/2] Makefile: link osxkeychain helper against Rust
2026-07-08 3:21 UTC (14+ messages)
` [PATCH v6 0/3] "
` [PATCH v6 2/3] Makefile: support universal macOS builds via RUST_TARGETS
` [PATCH v6 3/3] contrib: wire up osxkeychain in contrib/Makefile on macOS
` [PATCH v7 0/3] Makefile: link osxkeychain helper against Rust
` [PATCH v7 1/3] Makefile: add $(RUST_LIB) prerequisite to osxkeychain
` [PATCH v7 2/3] Makefile: support universal macOS builds via RUST_TARGETS
` [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 v5 1/2] Makefile: add $(GITLIBS) prerequisite to osxkeychain
2026-07-08 3:15 UTC (4+ 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 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
2026-07-08 2:59 UTC (4+ 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] merge --abort: don't delete autostash before reset succeeds
2026-07-08 1:51 UTC
[PATCH] t1410-reflog.sh: avoid suppressing git's exit code in pipelines
2026-07-08 1:48 UTC (4+ messages)
` [PATCH v2] "
[PATCH] SubmittingPatches: abandoning a series
2026-07-08 1:20 UTC
[PATCH v6 0/3] Teach git-replay(1) to linearize merge commits
2026-07-08 1:02 UTC (10+ messages)
` [PATCH v6 3/3] replay: offer an option to linearize the commit topology
` [PATCH v7 0/3] Teach git-replay(1) to linearize merge commits
` [PATCH v7 1/3] replay: add helper to put entry into replayed_commits
` [PATCH v7 2/3] replay: resolve the replay base outside pick_regular_commit()
` [PATCH v7 3/3] replay: offer an option to linearize the commit topology
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)
[PATCH] unpack-trees: avoid quadratic index scan in next_cache_entry()
2026-07-07 21:30 UTC (2+ messages)
[PATCH 0/2] commit-graph: fix topo_levels slab propagation regression
2026-07-07 20:13 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 GSoC v14 00/13] cat-file: add remote-object-info to batch-command
2026-07-07 19:53 UTC (7+ messages)
` [PATCH GSoC v15 "
` [PATCH GSoC v15 02/13] git-compat-util: add `strtoumax_szt()` with error handling
[PATCH 00/13] coverity: fix leaks and error paths
2026-07-07 19:25 UTC (8+ messages)
` [PATCH v2 00/12] "
` [PATCH v2 01/12] load_one_loose_object_map(): fix resource leak
` [PATCH v2 07/12] submodule: fix cwd leak in `get_superproject_working_tree()`
[PATCH v6 0/2] includeIf: add "worktree" condition for matching working tree path
2026-07-07 19:23 UTC (6+ messages)
` [PATCH v6 2/2] config: add "worktree" and "worktree/i" includeIf conditions
[PATCH] sideband: allow ANSI SGR with colon-separated subfields
2026-07-07 19:01 UTC (4+ messages)
[PATCH v6 0/3] graph: indent visual roots in graph
2026-07-07 18:12 UTC (8+ messages)
` [PATCH v7 "
` [PATCH v7 2/3] graph: add a 2 commit buffer for lookahead
[PATCH 00/13] setup: split up repository discovery and setup
2026-07-07 17:58 UTC (26+ messages)
` [PATCH 02/13] setup: mark bogus worktree in `apply_repository_format()`
` [PATCH 03/13] setup: unify setup of shallow file
` [PATCH 05/13] setup: introduce explicit repository discovery
` [PATCH v2 00/13] setup: split up repository discovery and setup
` [PATCH v2 01/13] setup: rename `check_repository_format_gently()`
` [PATCH v2 02/13] setup: mark bogus worktree in `apply_repository_format()`
` [PATCH v2 03/13] setup: unify setup of shallow file
` [PATCH v2 04/13] setup: split up concerns of `setup_git_env_internal()`
` [PATCH v2 05/13] setup: introduce explicit repository discovery
` [PATCH v2 06/13] setup: embed repository format in discovery
` [PATCH v2 07/13] setup: move prefix into repository
` [PATCH v2 08/13] setup: drop static `cwd` variable
` [PATCH v2 09/13] setup: propagate prefix via repository discovery
` [PATCH v2 10/13] setup: make repository discovery self-contained
` [PATCH v2 11/13] setup: drop redundant configuration of `startup_info->have_repository`
` [PATCH v2 12/13] setup: pass worktree to `init_db()`
` [PATCH v2 13/13] setup: mark `set_git_work_tree()` as file-local
[PATCH] Rust: fix description in Release Notes to 2.55
2026-07-07 17:54 UTC
[PATCH] Rust: fix description in Release Notes to 2.55
2026-07-07 17:47 UTC
What's cooking in git.git (Jul 2026, #03)
2026-07-07 17:18 UTC
CVE-2026-55200 libssh2
2026-07-07 16:24 UTC (4+ messages)
` AW: "
[PATCH RFC 2/2] builtin/history: print feedback after successful reword
2026-07-07 16:10 UTC (4+ messages)
[PATCH] t9811: replace 'test -f' and '! test -f' with 'test_path_*'
2026-07-07 14:51 UTC (4+ messages)
[PATCH v6 0/4] history: add squash subcommand to fold a range
2026-07-07 9:48 UTC (7+ messages)
` [PATCH v7 0/5] "
[PATCH] meson: wire up USE_NSEC build knob
2026-07-07 4:38 UTC (6+ messages)
[PATCH 0/9] t: fixes and improvements for GIT_TEST_LONG
2026-07-07 4:30 UTC (4+ messages)
` [PATCH v3 "
[PATCH] rebase -i: introduce `pick -x` to add "cherry picked from commit ..."
2026-07-07 4:27 UTC (4+ messages)
[PATCH] t0213: skip ancestry tests under user-mode emulation
2026-07-07 2:30 UTC (2+ 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