messages from 2026-06-15 13:55:13 to 2026-06-17 15:30:59 UTC [more...]
[PATCH] completion: zsh: support completion after "git -C <path>"
2026-06-17 15:30 UTC
[PATCH 00/16] odb: make packed object source a proper `struct odb_source`
2026-06-17 15:02 UTC (20+ messages)
` [PATCH v3 00/17] "
` [PATCH v3 01/17] packfile: rename `struct packfile_store` to `odb_source_packed`
` [PATCH v3 02/17] packfile: split out packfile list logic
` [PATCH v3 03/17] packfile: move packed source into "odb/" subsystem
` [PATCH v3 04/17] odb/source-packed: store pointer to "files" instead of generic source
` [PATCH v3 05/17] odb/source-packed: start converting to a proper `struct odb_source`
` [PATCH v3 06/17] odb/source-packed: wire up `close()` callback
` [PATCH v3 07/17] odb/source-packed: wire up `reprepare()` callback
` [PATCH v3 08/17] packfile: use higher-level interface to implement `has_object_pack()`
` [PATCH v3 09/17] odb/source-packed: wire up `read_object_info()` callback
` [PATCH v3 10/17] odb/source-packed: wire up `read_object_stream()` callback
` [PATCH v3 11/17] odb/source-packed: wire up `for_each_object()` callback
` [PATCH v3 12/17] odb/source-packed: wire up `count_objects()` callback
` [PATCH v3 13/17] odb/source-packed: wire up `find_abbrev_len()` callback
` [PATCH v3 14/17] odb/source-packed: wire up `freshen_object()` callback
` [PATCH v3 15/17] odb/source-packed: stub out remaining functions
` [PATCH v3 16/17] midx: refactor interfaces to work on "packed" source
` [PATCH v3 17/17] odb/source-packed: drop pointer to "files" parent source
[PATCH v13 0/6] branch: prune-merged
2026-06-17 14:21 UTC (21+ messages)
` [PATCH v14 "
` [PATCH v14 4/6] branch: add --prune-merged <branch>
` [PATCH v14 5/6] branch: add branch.<name>.pruneMerged opt-out
` [PATCH v14 6/6] branch: add --dry-run for --prune-merged
` [PATCH v15 0/7] branch: delete-merged
` [PATCH v15 1/7] branch: add --forked filter for --list mode
` [PATCH v15 2/7] branch: convert delete_branches() to a flags argument
` [PATCH v15 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
` [PATCH v15 4/7] branch: prepare delete_branches for a bulk caller
` [PATCH v15 5/7] branch: add --delete-merged <branch>
` [PATCH v15 6/7] branch: add branch.<name>.deleteMerged opt-out
` [PATCH v15 7/7] branch: add --dry-run for --delete-merged
[PATCH] sequencer: Skip copying notes for commits that disappear during rebase
2026-06-17 13:58 UTC (3+ messages)
[PATCH 0/4] builtin/refs: add ability to write references
2026-06-17 12:26 UTC (20+ messages)
` [PATCH 1/4] builtin/refs: drop `the_repository`
` [PATCH 2/4] builtin/refs: add "delete" subcommand
` [PATCH 3/4] builtin/refs: add "update" subcommand
` [PATCH 4/4] builtin/refs: add "rename" subcommand
` [PATCH v2 0/5] builtin/refs: add ability to write references
` [PATCH v2 1/5] builtin/refs: drop `the_repository`
` [PATCH v2 2/5] builtin/refs: add "delete" subcommand
` [PATCH v2 3/5] builtin/refs: add "update" subcommand
` [PATCH v2 4/5] builtin/refs: add "create" subcommand
` [PATCH v2 5/5] builtin/refs: add "rename" subcommand
[PATCH] rebase: mention --abort alongside --continue
2026-06-17 12:19 UTC (6+ messages)
[PATCH 0/6] Support hashing objects larger than 4GB on Windows
2026-06-17 11:58 UTC (20+ messages)
` [PATCH 2/6] object-file.c: use size_t for header lengths
` [PATCH 3/6] hash algorithms: use size_t for section lengths
` [PATCH 5/6] hash-object: add another >4GB/LLP64 test case
` [PATCH v2 0/6] Support hashing objects larger than 4GB on Windows
` [PATCH v2 1/6] hash-object: demonstrate a >4GB/LLP64 problem
` [PATCH v2 2/6] object-file.c: use size_t for header lengths
` [PATCH v2 3/6] hash algorithms: use size_t for section lengths
` [PATCH v2 4/6] hash-object --stdin: verify that it works with >4GB/LLP64
` [PATCH v2 5/6] hash-object: add another >4GB/LLP64 test case
` [PATCH v2 6/6] hash-object: add a >4GB/LLP64 test case using filtered input
` How does GitGitGadget generate range-diffs, was Re: [PATCH v2 0/6] Support hashing objects larger than 4GB on Windows
[PATCH] osxkeychain: fix build with Rust
2026-06-17 11:54 UTC (2+ messages)
[PATCH 0/7] Introduce fetch.followRemoteHEAD config option
2026-06-17 11:51 UTC (11+ messages)
` [PATCH v2 0/7] Introduce fetch.followRemoteHEAD config variable
` [PATCH v2 1/7] fetch: fixup set_head advice for warn-if-not-branch
` [PATCH v2 2/7] doc: explain fetchRemoteHEADWarn advice
` [PATCH v2 3/7] t5510: cleanup remote in followRemoteHEAD dangling ref test
` [PATCH v2 4/7] fetch: rename function report_set_head
` [PATCH v2 5/7] fetch: refactor do_fetch handling of followRemoteHEAD
` [PATCH v2 6/7] fetch: add configuration variable fetch.followRemoteHEAD
` [PATCH v2 7/7] fetch: fixup a misaligned comment
[PATCH] switch: add --ensure option
2026-06-17 10:57 UTC (2+ messages)
` [PATCH v2] checkout/switch: add --create-if-missing option
[PATCH v4 0/2] graph: indent visual roots in graph
2026-06-17 10:33 UTC (9+ messages)
` [PATCH v5 "
` [PATCH v5 2/2] graph: indent visual root "
[PATCH v11 0/8] cat-file: add remote-object-info to batch-command
2026-06-17 10:16 UTC (9+ messages)
` [PATCH GSoC RFC v12 00/12] "
` [PATCH GSoC RFC v12 09/12] transport: add client support for object-info
` [PATCH GSoC RFC v12 12/12] cat-file: make remote-object-info allow-list dynamic
[PATCH 0/2] rebase: add --fixup to fold a range into its oldest commit
2026-06-17 9:48 UTC (10+ messages)
` [PATCH v2 0/2] rebase: add --squash to fold a range into its first commit
[PATCH 0/6] SubmittingPatches: update and flesh out trailer sections
2026-06-17 7:32 UTC (14+ messages)
` [PATCH 1/6] SubmittingPatches: encourage trailer use for substantial help
` [PATCH 2/6] SubmittingPatches: discuss non-ident trailers
` [PATCH 4/6] SubmittingPatches: document Based-on-patch-by trailer
` [PATCH 6/6] SubmittingPatches: note that trailer order matters
[PATCH v2 00/17] odb: make packed object source a proper `struct odb_source`
2026-06-17 7:26 UTC (22+ messages)
` [PATCH v2 01/17] packfile: rename `struct packfile_store` to `odb_source_packed`
` [PATCH v2 04/17] odb/source-packed: store pointer to "files" instead of generic source
` [PATCH v2 05/17] odb/source-packed: start converting to a proper `struct odb_source`
` [PATCH v2 07/17] odb/source-packed: wire up `reprepare()` callback
` [PATCH v2 11/17] odb/source-packed: wire up `for_each_object()` callback
` [PATCH v2 16/17] midx: refactor interfaces to work on "packed" source
` [PATCH v2 17/17] odb/source-packed: drop pointer to "files" parent source
[PATCH] cat-file: speed up default format
2026-06-16 22:21 UTC (9+ messages)
[PATCH 0/2] doc: interpret-trailers: explain key format
2026-06-16 21:39 UTC (6+ messages)
` [PATCH v3 00/11] "
` [PATCH v3 02/11] doc: interpret-trailers: replace “lines” with “metadata”
SHA-1/SHA-256 interoperability work is functional
2026-06-16 21:31 UTC (3+ messages)
[PATCH 0/7] More work supporting objects larger than 4GB on Windows
2026-06-16 21:26 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 2/7] patch-delta: use size_t for sizes
Assisted-by tag
2026-06-16 19:53 UTC (2+ messages)
[GSoC][PATCH 0/4] teach git repo info to handle path keys
2026-06-16 18:26 UTC (16+ messages)
` [GSoC Patch v4 "
` [GSoC Patch v4 2/4] rev-parse: use append_formatted_path() for path formatting
` [GSoC Patch v4 3/4] repo: add path.commondir with absolute and relative suffix formatting
` [GSoC Patch v5 0/4] teach git repo info to handle path keys
` [GSoC Patch v5 1/4] path: introduce append_formatted_path() for shared path formatting
` [GSoC Patch v5 2/4] rev-parse: use append_formatted_path() for "
` [GSoC Patch v5 3/4] repo: add path.commondir with absolute and relative suffix formatting
` [GSoC Patch v5 4/4] repo: add path.gitdir "
[PATCH] read_gitfile_gently(): return non-repo path on error
2026-06-16 15:48 UTC (8+ messages)
` [PATCH v2] read_gitfile(): simplify NOT_A_REPO error message
` [PATCH v3] "
[PATCH] Add a test about broken notes handling on rebase
2026-06-16 13:12 UTC (2+ messages)
[PATCH v3 0/4] Add support for an external command for fetching notes
2026-06-16 10:59 UTC (2+ messages)
[PATCH v2 0/3] Teach git-replay(1) to linearize merge commits
2026-06-16 9:26 UTC (10+ messages)
` [PATCH v2 3/3] replay: offer an option to linearize the commit topology
` [PATCH v3 0/3] Teach git-replay(1) to linearize merge commits
` [PATCH v3 1/3] replay: refactor enum replay_mode into a bool
` [PATCH v3 2/3] replay: add helper to put entry into mapped_commits
` [PATCH v3 3/3] replay: offer an option to linearize the commit topology
[PATCH] update-ref: add --rename option
2026-06-16 7:41 UTC (7+ messages)
` [PATCH v3] "
[PATCH 0/7] setup: drop global state
2026-06-16 6:42 UTC (6+ messages)
` [PATCH v2 "
[PATCH 0/2] Documentation: recommend the use of b4
2026-06-16 6:40 UTC (3+ messages)
` [PATCH v4 0/3] "
[PATCH] builtin/history: unuse the commit buffer after use
2026-06-16 5:45 UTC (4+ messages)
[GSoC] [Blog] week 1: Improving the new git repo command
2026-06-16 3:41 UTC (3+ messages)
` [GSoC] [Blog] week 2: "
` [GSoC] [Blog] week 3: "
[PATCH v3 0/6] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-06-15 21:14 UTC (2+ messages)
` [PREVIEW v4 "
[PATCH] commit-reach: remove get_reachable_subset()
2026-06-15 20:58 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
2026-06-15 20:57 UTC (4+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 2/4] pack-objects: support reachability bitmaps "
[PATCH v3] ref-filter: restore prefix-scoped iteration
2026-06-15 20:47 UTC (3+ messages)
` [PATCH v4] "
[PATCH 0/2] Silence po catalog output under "make -s"
2026-06-15 19:25 UTC (2+ messages)
[PATCH] doc: fix a small, old release notes typo
2026-06-15 19:10 UTC (5+ messages)
What's cooking in git.git (Jun 2026, #05)
2026-06-15 18:55 UTC
[PATCH v2] ls-files: filter pathspec before lstat
2026-06-15 15:27 UTC (3+ messages)
` [PATCH v3] "
[PATCH] gitattributes: fix eol attribute for Perl scripts
2026-06-15 15:25 UTC (2+ messages)
Bug: Git Bash appends GNUPGHOME variable to existing value, rather than replacing
2026-06-15 14:53 UTC
[RFC PATCH 0/2] doc: clarify review replies and reroll timing
2026-06-15 14:49 UTC (9+ messages)
` [RFC PATCH 1/2] doc: encourage review replies before rerolling
` [RFC PATCH 2/2] doc: advise batching patch rerolls
[PATCH 0/9] refs: stop using `chdir_notify_reparent()`
2026-06-15 13:56 UTC (10+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] setup: inline `check_and_apply_repository_format()`
` [PATCH v2 2/8] setup: stop applying repository format twice
` [PATCH v2 3/8] setup: don't apply "GIT_REFERENCE_BACKEND" without a repository
` [PATCH v2 4/8] refs: unregister reference stores from "chdir_notify"
` [PATCH v2 5/8] chdir-notify: drop unused `chdir_notify_reparent()`
` [PATCH v2 6/8] repository: free main reference database
` [PATCH v2 7/8] refs: fix recursing `get_main_ref_store()` with "onbranch" config
` [PATCH v2 8/8] refs: drop local buffer in `refs_compute_filesystem_location()`
[PATCH v6 00/10] builtin/history: introduce "drop" subcommand
2026-06-15 13:55 UTC (6+ messages)
` [PATCH v6 06/10] reset: introduce ability to skip updating HEAD
` [PATCH v6 07/10] reset: allow the caller to specify the current HEAD object
` [PATCH v6 08/10] reset: stop assuming that the caller passes in a clean index
` [PATCH v6 09/10] builtin/history: split handling of ref updates into two phases
` [PATCH v6 10/10] builtin/history: implement "drop" subcommand
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