messages from 2026-07-29 11:18:16 to 2026-07-30 20:29:46 UTC [more...]
[PATCH 0/2] git stash drop stash@{2.days.ago}
2026-07-30 20:29 UTC (6+ messages)
` [PATCH 1/2] stash: record positional index in 'struct stash_info'
` [PATCH 2/2] stash: reject time-based selectors in drop and pop
[BUG] git config --global: doc and behaviour disagree when ~/.gitconfig and XDG config file coexist
2026-07-30 20:24 UTC (2+ messages)
[PATCH v3 0/2] mv: report missing destination leading directory
2026-07-30 20:13 UTC (9+ messages)
` [PATCH v4 "
` [PATCH v4 2/2] mv: reject a destination whose leading path is missing or a symlink
` [PATCH v5 0/2] mv: report missing destination leading directory
` [PATCH v5 1/2] mv: name both source and destination when rename fails
` [PATCH v5 2/2] mv: reject a destination whose leading path is missing or a symlink
[PATCH 0/2] t: add and use a commit_body test helper
2026-07-30 19:38 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] t: use commit_body to extract commit message bodies
[RFC PATCH 0/7] repack: add --drop-filtered to reclaim space in partial clones
2026-07-30 17:41 UTC (9+ messages)
` [GSoC PATCH v2 "
` [GSoC PATCH v2 1/7] builtin/repack.c: add --drop-filtered and --dry-run options
` [GSoC PATCH v2 2/7] list-objects-filter: add list_objects_filter__filter_oidset()
` [GSoC PATCH v2 3/7] repack-promisor: allow excluding objects from the rebuilt promisor pack
` [GSoC PATCH v2 4/7] builtin/repack: enumerate promisor blobs for --drop-filtered
` [GSoC PATCH v2 5/7] builtin/repack: actually drop filtered promisor blobs
` [GSoC PATCH v2 6/7] builtin/repack: add safety guards for --drop-filtered
` [GSoC PATCH v2 7/7] Documentation/git-repack: document --drop-filtered and --dry-run
[PATCH 0/4] doc: replay: fix config link
2026-07-30 16:31 UTC (8+ messages)
` [PATCH v4 "
` [PATCH v4 1/4] doc: link to config for git-replay(1)
` [PATCH v4 2/4] doc: replay: improve config description
` [PATCH v4 3/4] doc: replay: use a nested description list
` [PATCH v4 4/4] doc: replay: move “default” to the right-hand side
[PATCH] merge-base: add tests for --is-ancestor
2026-07-30 16:02 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/5] odb: make creation of object database pluggable
2026-07-30 14:27 UTC (7+ messages)
` [PATCH 1/5] loose: load loose object map for the correct source
` [PATCH 2/5] setup: detangle loading of loose object maps
[PATCH v22 0/7] branch: delete-merged
2026-07-30 13:58 UTC (15+ messages)
` [PATCH v23 "
` [PATCH v23 5/7] branch: add --delete-merged <branch>
` [PATCH v24 0/7] branch: delete-merged
` [PATCH v24 1/7] branch: add --forked filter for --list mode
` [PATCH v24 2/7] branch: convert delete_branches() to a flags argument
` [PATCH v24 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
` [PATCH v24 4/7] branch: prepare delete_branches for a bulk caller
` [PATCH v24 5/7] branch: add --delete-merged <pattern>
` [PATCH v24 6/7] branch: add branch.<name>.deleteMerged opt-out
` [PATCH v24 7/7] branch: add --dry-run for --delete-merged
[PATCH v2] rebase: skip branch symref aliases
2026-07-30 13:10 UTC (11+ messages)
` [PATCH v3 0/2] rebase: handle --update-refs branch symrefs
` [PATCH v3 1/2] rebase: skip branch symref aliases
[PATCH] doc: format-rev: use [synopsis] on code block
2026-07-30 12:02 UTC
Failing tests with WITH_BREAKING_CHANGES
2026-07-30 11:57 UTC (8+ messages)
` [PATCH] Makefile: read configuration earlier
What's cooking in git.git (Jul 2026, #13)
2026-07-30 10:00 UTC (3+ messages)
` kh/doc-trailers
` kh/doc-replay-config
[PATCH v2 0/4] doc: replay: fix config link
2026-07-30 9:58 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 2/4] doc: replay: improve config description
[PATCH 0/2] doc: interpret-trailers: explain key format
2026-07-30 9:20 UTC (18+ messages)
` [PATCH v3 00/11] "
` [PATCH v4 "
` [PATCH v4 01/11] doc: interpret-trailers: stop fixating on RFC 822
` [PATCH v4 02/11] doc: interpret-trailers: replace “lines” with “metadata”
` [PATCH v4 03/11] doc: interpret-trailers: use “metadata” in Name as well
` [PATCH v4 04/11] doc: interpret-trailers: not just for commit messages
` [PATCH v4 05/11] doc: interpret-trailers: explain the format after the intro
` [PATCH v4 06/11] doc: interpret-trailers: explain key format
` [PATCH v4 07/11] doc: interpret-trailers: add key format example
` [PATCH v4 08/11] doc: interpret-trailers: join new-trailers again
` [PATCH v4 09/11] doc: interpret-trailers: commit to “trailer block” term
` [PATCH v4 10/11] doc: interpret-trailers: rewrite new-trailers paragraphs
` [PATCH v4 11/11] doc: interpret-trailers: document comment line treatment
[PATCH 0/4] git add --resolved
2026-07-30 8:41 UTC (14+ messages)
` [PATCH 3/4] add: introduce '--resolved' option
` [PATCH v2 0/4] git add --resolved
` [PATCH v2 1/4] read-cache: reindent
` [PATCH v2 2/4] merge-ll: consolidate conflict marker scanning logic
` [PATCH v2 3/4] read-cache: add remove_file_from_index_with_flags()
` [PATCH v2 4/4] add: introduce '--resolved' option
[RFC PATCH 0/6] Git 3.0: restrict hex object IDs to lowercase only
2026-07-30 8:21 UTC (8+ messages)
` [RFC PATCH 1/6] hex: add functionality for lowercase-only hex
` [RFC PATCH 2/6] hex: allow specifying hex type with hex2chr
` [RFC PATCH 3/6] hex: make hex_to_bytes accept kind of hex to use
` [RFC PATCH 4/6] hex: label usages of hex parsing for object IDs
` [RFC PATCH 5/6] object-name: use hexval
` [RFC PATCH 6/6] hex: allow only lowercase object IDs in breaking changes mode
[PATCH] date: add --date=elapsed and %aX/%cX placeholders
2026-07-30 7:01 UTC
What's cooking in git.git (Jul 2026, #12)
2026-07-30 6:11 UTC (8+ messages)
[PATCH] builtin/maintenance: accept "none" as a maintenance strategy
2026-07-30 2:58 UTC (2+ messages)
[PATCH] Documentation: a/an grammar fixes
2026-07-30 2:50 UTC (2+ messages)
[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
2026-07-29 22:53 UTC (23+ messages)
` [PATCH GSoC 1/5] protocol-caps: add type support to object-info
` [PATCH GSoC 2/5] fetch-object-info: parse type from server response
` [PATCH GSoC 3/5] fetch-object-info: request all supported options dynamically
` [PATCH GSoC 4/5] serve: advertise type capability
` [PATCH GSoC 5/5] cat-file: unify default format
[PATCH] sparse-index: avoid crash on intent-to-add entry outside the cone
2026-07-29 21:51 UTC (2+ messages)
[PATCH v3] builtin/add.c: replace run_command() with direct apply_all_patches() call
2026-07-29 21:46 UTC (3+ messages)
` [PATCH v4] "
[PATCH v5 0/3] packfile URIs: support concurrent downloads
2026-07-29 21:41 UTC (3+ messages)
` [PATCH v6 0/6] "
[PATCH] trace2: tolerate failed timestamp formatting
2026-07-29 21:35 UTC (5+ messages)
[PATCH 0/4] A new batch of synopsis conversion
2026-07-29 21:29 UTC (3+ messages)
` [PATCH v2 "
[RFC PATCH] index-pack: optionally allow duplicate objects
2026-07-29 21:29 UTC (7+ messages)
[GSoC Patch 0/7] repo: add more path keys to git repo info
2026-07-29 16:36 UTC (5+ messages)
` [GSoC Patch v3 "
` [PATCH v3 1/7] repo: add path.toplevel with absolute and relative suffix formatting
[PATCH] branch: report kind of checkout when rejecting delete
2026-07-29 15:22 UTC (4+ messages)
` [PATCH v2] branch: report active bisect run "
Assertion failure with git cat-file --batch-command
2026-07-29 12:17 UTC (8+ messages)
` [PATCH] cat-file: handle content request for --batch-command without type
page: | 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