messages from 2026-05-12 00:46:59 to 2026-05-14 12:41:46 UTC [more...]
[PATCH v2 0/7] fetch: rework negotiation tip options
2026-05-14 12:41 UTC (27+ messages)
` [PATCH v3 "
` [PATCH v3 1/7] t5516: fix test order flakiness
` [PATCH v3 2/7] fetch: add --negotiation-restrict option
` [PATCH v3 3/7] transport: rename negotiation_tips
` [PATCH v3 4/7] remote: add remote.*.negotiationRestrict config
` [PATCH v3 5/7] fetch: add --negotiation-include option for negotiation
` [PATCH v3 6/7] remote: add remote.*.negotiationInclude config
` [PATCH v3 7/7] send-pack: pass negotiation config in push
` [PATCH v4 0/8] fetch: rework negotiation tip options
` [PATCH v4 1/8] t5516: fix test order flakiness
` [PATCH v4 2/8] fetch: add --negotiation-restrict option
` [PATCH v4 3/8] transport: rename negotiation_tips
` [PATCH v4 4/8] remote: add remote.*.negotiationRestrict config
` [PATCH v4 5/8] negotiator: add have_sent() interface
[PATCH 0/2] approxidate: tweak special date formats
2026-05-14 11:55 UTC (13+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] t0006: add support for approxidate test date adjustment
` [PATCH v2 2/3] approxidate: make "specials" respect fixed day-of-month
` [PATCH v2 3/3] approxidate: use deferred mday adjustments for "specials"
` [PATCH v3 0/4] approxidate: tweak special date formats
` [PATCH v3 1/4] t0006: add support for approxidate test date adjustment
` [PATCH v3 2/4] approxidate: alias "today" to "now"
` [PATCH v3 3/4] approxidate: make "specials" respect fixed day-of-month
` [PATCH v3 4/4] approxidate: use deferred mday adjustments for "specials"
[PATCH 0/4] strbuf: add and use strbuf_add_uint()
2026-05-14 11:53 UTC (17+ messages)
` [PATCH 1/4] strbuf: add strbuf_add_uint()
` [PATCH 2/4] cat-file: use strbuf_add_uint()
` [PATCH 3/4] ls-files: "
` [PATCH 4/4] ls-tree: "
[PATCH v4 0/3] Avoid hardcoded "good"/"bad" bisect terms
2026-05-14 9:07 UTC (4+ messages)
` [PATCH v4 1/3] bisect: use selected alternate terms in status output
` [PATCH v4 2/3] bisect: print bisect terms in single quotes
` [PATCH v4 3/3] rev-parse: use selected alternate terms to look up refs
[GSoC RFC PATCH v2 0/1] graph: add indentation for commits preceded by a parentless commit
2026-05-14 10:19 UTC (5+ messages)
` [GSoC PATCH v3 "
` [GSoC PATCH v3 1/1] "
[BUG] "git diff --word-diff" gives a diff while they are only space changes
2026-05-14 9:55 UTC (5+ messages)
[PATCH 0/3] Batch prefetching
2026-05-13 23:17 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] builtin/log: prefetch necessary blobs for `git cherry`
` [PATCH v2 3/3] grep: prefetch necessary blobs
[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
2026-05-13 23:08 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v3 09/16] repack-midx: factor out `repack_prepare_midx_command()`
` [PATCH v3 15/16] repack: introduce `--write-midx=incremental`
[PATCH v2 00/10] pack-objects: integrate --path-walk and some --filter options
2026-05-13 21:18 UTC (35+ messages)
` [PATCH v3 00/12] "
` [PATCH v3 01/12] t5620: make test work with path-walk var
` [PATCH v3 02/12] pack-objects: pass --objects with --path-walk
` [PATCH v3 03/12] t/perf: add pack-objects filter and path-walk benchmark
` [PATCH v3 04/12] path-walk: always emit directly-requested objects
` [PATCH v3 06/12] backfill: die on incompatible filter options
` [PATCH v3 07/12] path-walk: support blob size limit filter
` [PATCH v3 10/12] path-walk: support `tree:0` filter
` [PATCH v4 00/13] pack-objects: integrate --path-walk and some --filter options
` [PATCH v4 01/13] t5620: make test work with path-walk var
` [PATCH v4 02/13] pack-objects: pass --objects with --path-walk
` [PATCH v4 03/13] t/perf: add pack-objects filter and path-walk benchmark
` [PATCH v4 04/13] path-walk: always emit directly-requested objects
` [PATCH v4 05/13] path-walk: support blobless filter
` [PATCH v4 06/13] backfill: die on incompatible filter options
` [PATCH v4 07/13] path-walk: support blob size limit filter
` [PATCH v4 08/13] path-walk: add pl_sparse_trees to control tree pruning
` [PATCH v4 09/13] pack-objects: support sparse:oid filter with path-walk
` [PATCH v4 10/13] t6601: tag otherwise-unreachable trees
` [PATCH v4 11/13] path-walk: support `tree:0` filter
` [PATCH v4 12/13] path-walk: support `object:type` filter
` [PATCH v4 13/13] path-walk: support `combine` filter
[PATCH v6 0/5] branch: prune-merged
2026-05-13 19:34 UTC (23+ messages)
` [PATCH v7 "
` [PATCH v7 1/5] branch: add --forked <remote>
` [PATCH v7 2/5] branch: let delete_branches warn instead of error on bulk refusal
` [PATCH v7 3/5] branch: add --prune-merged <remote>
` [PATCH] fetch: add fetch.pruneLocalBranches config
` [PATCH v7 4/5] branch: add branch.<name>.pruneMerged opt-out
` [PATCH v7 5/5] branch: add --all-remotes flag
` [PATCH v8 0/5] branch: prune-merged
` [PATCH v8 1/5] branch: add --forked <remote>
` [PATCH v8 2/5] branch: let delete_branches warn instead of error on bulk refusal
` [PATCH v8 3/5] branch: add --prune-merged <remote>
` [PATCH v8 4/5] branch: add branch.<name>.pruneMerged opt-out
` [PATCH v8 5/5] branch: add --all-remotes flag
` [PATCH v9 0/5] branch: prune-merged
` [PATCH v9 1/5] branch: add --forked <remote>
` [PATCH v9 2/5] branch: let delete_branches warn instead of error on bulk refusal
` [PATCH v9 3/5] branch: add --prune-merged <remote>
` [PATCH v9 4/5] branch: add branch.<name>.pruneMerged opt-out
` [PATCH v9 5/5] branch: add --all-remotes flag
[PATCH] http: handle absolute-path alternates from server root
2026-05-13 18:58 UTC (3+ messages)
[PATCH] pretty: drop strbuf pre-sizing from add_rfc2047()
2026-05-13 18:54 UTC (3+ messages)
[PATCH] hex: add and use strbuf_add_oid_hex()
2026-05-13 16:55 UTC (3+ messages)
What's cooking in git.git (May 2026, #03)
2026-05-13 16:06 UTC (3+ messages)
[PATCH] doc: clarify that --word-diff operates on line-level hunks
2026-05-13 15:42 UTC
Bug: lowercase "head" resolves to wrong commit in linked worktrees on case-insensitive filesystems
2026-05-13 15:42 UTC (2+ messages)
[PATCH v2] ignore: note info/exclude lives in GIT_COMMON_DIR, not GIT_DIR
2026-05-13 14:02 UTC (3+ messages)
` [PATCH v3] "
[PATCH v4 0/2] includeIf: add "worktree" condition for matching working tree path
2026-05-13 13:59 UTC (4+ messages)
` [PATCH v4 1/2] config: refactor include_by_gitdir() into include_by_path()
` [PATCH v4 2/2] config: add "worktree" and "worktree/i" includeIf conditions
[PATCH] config: suggest the correct form when key contains "="
2026-05-13 13:58 UTC
[PATCH 0/2] builtin/maintenance: fix locking and respect "gc.auto"
2026-05-13 10:06 UTC (17+ messages)
` [PATCH 1/2] builtin/maintenance: fix locking with "--detach"
` [PATCH 2/2] run-command: honor "gc.auto" for auto-maintenance
` [PATCH v2 0/2] builtin/maintenance: fix locking and respect "gc.auto"
` [PATCH v2 1/2] builtin/maintenance: fix locking with "--detach"
` [PATCH v2 2/2] run-command: honor "gc.auto" for auto-maintenance
` [PATCH v3 0/2] builtin/maintenance: fix locking and respect "gc.auto"
` [PATCH v3 1/2] builtin/maintenance: fix locking with "--detach"
` [PATCH v3 2/2] run-command: honor "gc.auto" for auto-maintenance
[PATCH] remote: qualify "git pull" advice for non-upstream branches
2026-05-13 9:50 UTC (2+ messages)
` [PATCH v2] "
[PATCH] sideband: allow ANSI SGR with colon-separated subfields
2026-05-13 7:08 UTC
[PATCH v3 0/2] includeIf: add "worktree" condition for matching working tree path
2026-05-13 5:56 UTC (11+ messages)
` [PATCH v3 1/2] config: refactor include_by_gitdir() into include_by_path()
` [PATCH v3 2/2] config: add "worktree" and "worktree/i" includeIf conditions
[PATCH 0/4] diff: reject negative context values
2026-05-13 1:16 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] diff: reject negative values for --inter-hunk-context
` [PATCH v2 2/4] diff: reject negative values for -U/--unified
` [PATCH v2 3/4] xdiff: guard against negative context lengths
` [PATCH v2 4/4] parse-options: clarify what "negated" means for PARSE_OPT_NONEG
[PATCH v15 00/13] fsmonitor: implement filesystem change listener for Linux
2026-05-12 20:36 UTC (4+ messages)
[PATCH v5] t2000: modernize overall structure and path checks
2026-05-12 20:01 UTC (4+ messages)
` [PATCH v6] t2000: consolidate second scenario into a single test block
` [PATCH v6] t2000: consolidate second scenario into a single test
git clone fails when using --dissociate together with a reference repository that contains a commit-graph
2026-05-12 18:38 UTC (2+ messages)
[PATCH v2 0/7] odb: add write operation to ODB transaction interface
2026-05-12 15:19 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 3/7] odb: update `struct odb_write_stream` read() callback
[PATCH] rebase: ignore non-branch update-refs
2026-05-12 15:10 UTC (6+ messages)
[RFC PATCH v3 0/2] push: add support for pushing to remote groups
2026-05-12 15:05 UTC (4+ messages)
` [RFC PATCH v5 0/3] "
` [RFC PATCH v5 3/3] push: support pushing to a remote group
[PATCH v8] checkout: extend --track with a "fetch" mode to refresh start-point
2026-05-12 10:55 UTC (2+ messages)
` [PATCH v9] "
[PATCH/RFC 0/5] replay: support replaying 2-parent merges
2026-05-12 10:54 UTC (3+ messages)
` [PATCH/RFC 4/5] test-tool: add a "historian" subcommand for building merge fixtures
[PATCH v2 0/8] builtin: implement, document and test url-parse
2026-05-12 8:57 UTC (6+ messages)
` [PATCH v3 "
[PATCH v6 0/5] branch: prune-merged
2026-05-12 7:35 UTC (2+ messages)
` [PATCH] fetch: add fetch.pruneLocalBranches config
[PATCH] log: let --follow follow renames in merge commits
2026-05-12 7:21 UTC
[GSoC PATCH v5 0/6] preserve promisor files content after repack
2026-05-12 6:49 UTC (3+ messages)
` [GSoC PATCH v6 "
[PATCH 0/2] builtin/history: introduce "fixup" subcommand
2026-05-12 6:41 UTC (6+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] replay: allow callers to control what happens with empty commits
[PATCH] sequencer: remove todo_add_branch_context.commit
2026-05-12 6:36 UTC (2+ messages)
[PATCH] merge: use repo_in_merge_bases for octopus up-to-date check
2026-05-12 6:11 UTC
[PATCH 0/2] doc: log: fix --decorate description list
2026-05-12 6:03 UTC (2+ messages)
[BUG] v2.45+: git commit -S invalidates signature for non-UTF-8 messages
2026-05-12 5:54 UTC (4+ messages)
` [PATCH v2 1/2] commit: name UTF-8 function appropriately
` [PATCH v2 2/2] commit: sign commit after mutating buffer
[PATCH v3] index-pack, unpack-objects: increase input buffer from 4 KiB to 128 KiB
2026-05-12 5:51 UTC (3+ messages)
` [PATCH v4] "
[PATCH v3] commit-reach: early exit paint_down_to_common for single merge-base
2026-05-12 5:16 UTC (5+ messages)
` [PATCH v4 0/2] [RFC] commit-reach: skip STALE drain when only one merge-base needed
` [PATCH v4 2/2] commit-reach: early exit paint_down_to_common for single merge-base
Bug: Hierarchical Aliases no longer work in 2.54.0
2026-05-12 4:43 UTC (9+ messages)
` [PATCH] alias: restore support for simple dotted aliases
[PATCH 0/3] line-log: integrate -L with the standard log output pipeline
2026-05-12 4:01 UTC (2+ messages)
[PATCH 0/8] pack-bitmap: fix various pseudo-merge bugs
2026-05-12 1:49 UTC (15+ messages)
` [PATCH v2 0/9] "
` [PATCH v3 "
` [PATCH v3 4/9] pack-bitmap: fix inverted binary search in `pseudo_merge_at()`
` [PATCH v3 5/9] pack-bitmap: fix pseudo-merge lookup for shared commits
` [PATCH v3 6/9] pack-bitmap: parse commits in `find_pseudo_merge_group_for_ref()`
` [PATCH v3 7/9] pack-bitmap: reject pseudo-merge "sampleRate" of 0
` [PATCH v3 8/9] Documentation: fix broken `sampleRate` in gitpacking(7)
` [PATCH v3 9/9] pack-bitmap: prevent pattern leak on pseudo-merge re-assignment
What's cooking in git.git (May 2026, #02)
2026-05-12 0:56 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