git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-05 13:04:04 to 2025-08-07 09:20:07 UTC [more...]

[PATCH 0/2] remote.c: remove erroneous BUG case
 2025-08-07  9:20 UTC  (16+ messages)
` [PATCH v2 0/2] *** SUBJECT HERE ***
  ` [PATCH v2 1/2] t5516: introduce 'push ref expression with non-existent oid src'
  ` [PATCH v2 2/2] remote.c: remove BUG in show_push_unqualified_ref_name_error()
  ` [PATCH v3 0/2] remote.c: remove erroneous BUG case
    ` [PATCH v3 1/2] t5516: remove surrounding empty lines in test bodies
    ` [PATCH v3 2/2] remote.c: remove BUG in show_push_unqualified_ref_name_error()
          ` [PATCH] remote.c: convert if-else tower to switch
            ` [PATCH v2] "

[PATCH] bloom: enable bloom filter with wildcard pathspec in revision traversal
 2025-08-07  8:59 UTC  (3+ messages)

[PATCH 0/8] midx: stop deduplicating info redundant with their sources
 2025-08-07  8:58 UTC  (25+ messages)
` [PATCH 1/8] odb: store locality in object database sources
` [PATCH 3/8] odb: return newly created in-memory sources
` [PATCH 5/8] midx: load multi-pack indices via their source
` [PATCH 6/8] midx: write "
` [PATCH v2 0/9] midx: stop duplicating info redundant with their sources
  ` [PATCH v2 1/9] odb: store locality in object database sources
  ` [PATCH v2 2/9] odb: allow `odb_find_source()` to fail
  ` [PATCH v2 3/9] odb: return newly created in-memory sources
  ` [PATCH v2 4/9] odb: simplify calling `link_alt_odb_entry()`
  ` [PATCH v2 5/9] midx: drop redundant `struct repository` parameter
  ` [PATCH v2 6/9] midx: load multi-pack indices via their source
  ` [PATCH v2 7/9] midx: write "
  ` [PATCH v2 8/9] midx: stop duplicating info redundant with its owning source
  ` [PATCH v2 9/9] midx: compute paths via their source

[PATCH 0/9] commit-graph: remove reliance on global state
 2025-08-07  8:04 UTC  (45+ messages)
` [PATCH 2/9] commit-graph: stop using signed integers to count bloom filters
` [PATCH 4/9] commit-graph: fix sign comparison warnings
` [PATCH 7/9] commit-graph: stop using `the_hash_algo`
` [PATCH v2 00/10] commit-graph: remove reliance on global state
  ` [PATCH v2 01/10] trace2: introduce function to trace unsigned integers
  ` [PATCH v2 02/10] commit-graph: stop using signed integers to count Bloom filters
  ` [PATCH v2 03/10] commit-graph: fix type for some write options
  ` [PATCH v2 04/10] commit-graph: fix sign comparison warnings
  ` [PATCH v2 05/10] commit-graph: stop using `the_hash_algo` via macros
  ` [PATCH v2 06/10] commit-graph: store the hash algorithm instead of its length
  ` [PATCH v2 07/10] commit-graph: refactor `parse_commit_graph()` to take a repository
  ` [PATCH v2 08/10] commit-graph: stop using `the_hash_algo`
  ` [PATCH v2 09/10] commit-graph: stop using `the_repository`
  ` [PATCH v2 10/10] commit-graph: stop passing in redundant repository
` [PATCH v3 00/10] commit-graph: remove reliance on global state
  ` [PATCH v3 01/10] trace2: introduce function to trace unsigned integers
  ` [PATCH v3 02/10] commit-graph: stop using signed integers to count Bloom filters
  ` [PATCH v3 03/10] commit-graph: fix type for some write options
  ` [PATCH v3 04/10] commit-graph: fix sign comparison warnings
  ` [PATCH v3 05/10] commit-graph: stop using `the_hash_algo` via macros
  ` [PATCH v3 06/10] commit-graph: store the hash algorithm instead of its length
  ` [PATCH v3 07/10] commit-graph: refactor `parse_commit_graph()` to take a repository
  ` [PATCH v3 08/10] commit-graph: stop using `the_hash_algo`
  ` [PATCH v3 09/10] commit-graph: stop using `the_repository`
  ` [PATCH v3 10/10] commit-graph: stop passing in redundant repository

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-08-07  7:48 UTC  (12+ messages)
` [GSoC PATCH v8 0/5] repo: "
  ` [GSoC PATCH v8 1/5] repo: declare the repo command
  ` [GSoC PATCH v8 2/5] repo: add the field references.format
  ` [GSoC PATCH v8 3/5] repo: add the field layout.bare
  ` [GSoC PATCH v8 4/5] repo: add the field layout.shallow
  ` [GSoC PATCH v8 5/5] repo: add the --format flag

[PATCH 0/3] Teach git-diff-tree(1) option --max-depth
 2025-08-07  6:15 UTC  (9+ messages)
` [PATCH 2/3] within_depth: fix return for empty path
` [PATCH 3/3] diff: teach tree-diff a max-depth parameter

[PATCH] Documentation/RelNotes/2.51.0: improve wording for a couple entries
 2025-08-07  5:09 UTC 

What's cooking in git.git (Aug 2025, #02; Mon, 4)
 2025-08-07  4:43 UTC  (6+ messages)

[PATCH v3 0/2] rebase: support --trailer
 2025-08-07  2:45 UTC  (10+ messages)
` [PATCH v3 1/2] trailer: append trailers in-process and drop the fork to `interpret-trailers`
` [PATCH v3 2/2] rebase: support --trailer

`git stash --include-untracked` touches .pack files
 2025-08-07  2:27 UTC 

[PATCH] diff: ensure consistent diff behavior with -I<regex> across output formats
 2025-08-07  2:06 UTC  (13+ messages)
` [PATCH v2] "
  ` [PATCH v3] diff: ensure consistent diff behavior with ignore options
    ` [PATCH v4] "

[PATCH 0/6] Fix various rename corner cases
 2025-08-06 23:15 UTC  (33+ messages)
` [PATCH 3/6] t6423: document two bugs with rename-to-self testcases
` [PATCH 4/6] t6423: fix missed staging of file in testcases 12i,12j,12k
` [PATCH 5/6] merge-ort: fix incorrect file handling
` [PATCH v2 0/6] Fix various rename corner cases
  ` [PATCH v2 1/6] merge-ort: update comments to modern testfile location
  ` [PATCH v2 2/6] merge-ort: drop unnecessary temporary in check_for_directory_rename()
  ` [PATCH v2 3/6] t6423: document two bugs with rename-to-self testcases
  ` [PATCH v2 4/6] t6423: fix missed staging of file in testcases 12i,12j,12k
  ` [PATCH v2 5/6] merge-ort: fix incorrect file handling
  ` [PATCH v2 6/6] merge-ort: fix directory rename on top of source of other rename/delete
  ` [PATCH v3 0/7] Fix various rename corner cases
    ` [PATCH v3 1/7] merge-ort: update comments to modern testfile location
    ` [PATCH v3 2/7] merge-ort: drop unnecessary temporary in check_for_directory_rename()
    ` [PATCH v3 3/7] t6423: document two bugs with rename-to-self testcases
    ` [PATCH v3 4/7] t6423: fix missed staging of file in testcases 12i,12j,12k
    ` [PATCH v3 5/7] merge-ort: clarify the interning of strings in opt->priv->path
    ` [PATCH v3 6/7] merge-ort: fix incorrect file handling
    ` [PATCH v3 7/7] merge-ort: fix directory rename on top of source of other rename/delete

Git 2.51.0-rc0
 2025-08-06 22:36 UTC 

[PATCH] rebase -i: permit 'drop' of a merge commit
 2025-08-06 21:04 UTC  (2+ messages)

What's cooking in git.git (Aug 2025, #01; Sun, 3)
 2025-08-06 18:34 UTC  (20+ messages)

[PATCH v6 0/4] Introduce git-last-modified(1) command
 2025-08-06 15:38 UTC  (11+ messages)
` [PATCH v7 0/3] "

[PATCH 0/4] Drop git-exec-path from non-Git child programs
 2025-08-06 10:07 UTC  (3+ messages)
` [PATCH 0/2] clean up some code around editors

[PATCH v4 0/2] refactor t1517 to focus on help output outside a repository
 2025-08-06  7:20 UTC  (6+ messages)
` [PATCH V5 0/3] "
  ` [PATCH V5 1/3] t/t1517: automate `git subcmd -h` tests "

[PATCH 0/8] refs: fix migration of reflog entries
 2025-08-06  5:54 UTC  (26+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 1/9] Documentation/git-reflog: convert to use synopsis type
  ` [PATCH v5 2/9] builtin/reflog: improve grouping of subcommands
  ` [PATCH v5 3/9] refs: export `ref_transaction_update_reflog()`
  ` [PATCH v5 4/9] builtin/reflog: implement subcommand to write new entries
  ` [PATCH v5 5/9] ident: fix type of string length parameter
  ` [PATCH v5 6/9] refs: fix identity for migrated reflogs
  ` [PATCH v5 7/9] refs/files: detect race when generating reflog entry for HEAD
  ` [PATCH v5 8/9] refs: stop unsetting REF_HAVE_OLD for log-only updates
  ` [PATCH v5 9/9] refs: fix invalid old object IDs when migrating reflogs
` [PATCH v6 0/9] refs: fix migration of reflog entries
  ` [PATCH v6 1/9] Documentation/git-reflog: convert to use synopsis type
  ` [PATCH v6 2/9] builtin/reflog: improve grouping of subcommands
  ` [PATCH v6 3/9] refs: export `ref_transaction_update_reflog()`
  ` [PATCH v6 4/9] builtin/reflog: implement subcommand to write new entries
  ` [PATCH v6 5/9] ident: fix type of string length parameter
  ` [PATCH v6 6/9] refs: fix identity for migrated reflogs
  ` [PATCH v6 7/9] refs/files: detect race when generating reflog entry for HEAD
  ` [PATCH v6 8/9] refs: stop unsetting REF_HAVE_OLD for log-only updates
  ` [PATCH v6 9/9] refs: fix invalid old object IDs when migrating reflogs

Feature Request: git mv --after (new flag)
 2025-08-06  5:17 UTC  (9+ messages)

[PATCH 0/6] Introduce more doc linting
 2025-08-06  1:02 UTC  (12+ messages)
` [PATCH 6/6] doc lint: check that synopsis manpages have synopsis inlines
` [PATCH v2 0/6] Introduce more doc linting
  ` [PATCH v2 1/6] doc: test linkgit macros for well-formedness
  ` [PATCH v2 2/6] doc: check well-formedness of delimited sections
  ` [PATCH v2 3/6] doc: check for absence of multiple terms in each entry of desc list
    ` [-SPAM-] "
  ` [PATCH v2 4/6] doc: check for absence of the form --[no-]parameter
  ` [PATCH v2 5/6] doc:git-for-each-ref: fix styling and typos
  ` [PATCH v2 6/6] doc lint: check that synopsis manpages have synopsis inlines

[PATCH 0/3] sparse-checkout: add 'clean' command
 2025-08-06  0:21 UTC  (12+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 2/8] sparse-checkout: add basics of "
  ` [PATCH v2 3/8] sparse-checkout: match some 'clean' behavior
  ` [PATCH v2 4/8] dir: add generic "walk all files" helper
  ` [PATCH v2 5/8] sparse-checkout: add --verbose option to 'clean'
  ` [PATCH v2 8/8] sparse-checkout: make 'clean' clear more files

cat-file --batch-command info performance problem
 2025-08-05 22:10 UTC  (2+ messages)

Why does git-grep appear to treat exclude pathspecs differently?
 2025-08-05 20:06 UTC  (9+ messages)

[GSoC] Blog: Machine-Readable Repository Information Query Tool
 2025-08-05 19:05 UTC  (2+ messages)
` [GSoC] Blog: Machine-Readable Repository Information Query Tool (week 9)

[GSoC][RFC PATCH v5 0/6] Add refs list subcommand
 2025-08-05 16:12 UTC  (4+ messages)
` [GSoC][PATCH v6 "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).