Why does git-grep appear to treat exclude pathspecs differently?
 2025-08-02 17:23 UTC  (8+ messages)

[PATCH 0/9] do not overuse strbuf_split*()
 2025-08-02 17:09 UTC  (25+ messages)
` [PATCH 6/9] notes: do not use strbuf_split*()
` [PATCH 7/9] config: do not use strbuf_split()
` [PATCH 9/9] sub-process: do not use strbuf_split*()
` [PATCH v2 00/11] do not overuse strbuf_split*()
  ` [PATCH v2 01/11] wt-status: avoid strbuf_split*()
  ` [PATCH v2 02/11] clean: do not pass strbuf by value
  ` [PATCH v2 03/11] clean: do not use strbuf_split*() [part 1]
  ` [PATCH v2 04/11] clean: do not use strbuf_split*() [part 2]
  ` [PATCH v2 05/11] merge-tree: do not use strbuf_split*()
  ` [PATCH v2 06/11] notes: "
  ` [PATCH v2 07/11] config: do not use strbuf_split()
  ` [PATCH v2 08/11] environment: do not use strbuf_split*()
  ` [PATCH v2 09/11] sub-process: "
  ` [PATCH v2 10/11] trace2: trim_trailing_newline followed by trim is a no-op
  ` [PATCH v2 11/11] trace2: do not use strbuf_split*()

[PATCH 0/4] permit -h/--help-all in more scenarios
 2025-08-02 17:05 UTC  (8+ messages)
` [PATCH 4/4] builtins: show help on "-h"/"--help-all" with more than 2 arguments left

[PATCH 0/5] string_list_split*() updates
 2025-08-02 16:38 UTC  (46+ messages)
` [PATCH 1/5] string-list: report programming error with BUG
` [PATCH 2/5] string-list: align string_list_split() with its _in_place() counterpart
` [PATCH 5/5] diff: simplify parsing of diff.colormovedws
` [PATCH v2 0/7] string_list_split*() updates
  ` [PATCH v2 1/7] string-list: report programming error with BUG
  ` [PATCH v2 2/7] string-list: align string_list_split() with its _in_place() counterpart
  ` [PATCH v2 3/7] string-list: unify string_list_split* functions
  ` [PATCH v2 4/7] string-list: optionally trim string pieces split by string_list_split*()
  ` [PATCH v2 5/7] diff: simplify parsing of diff.colormovedws
  ` [PATCH v2 6/7] string-list: optionally omit empty string pieces in string_list_split*()
  ` [PATCH v2 7/7] string-list: split-then-remove-empty can be done while splitting
  ` [PATCH v3 0/7] string_list_split*() updates
    ` [PATCH v3 1/7] string-list: report programming error with BUG
    ` [PATCH v3 2/7] string-list: align string_list_split() with its _in_place() counterpart
    ` [PATCH v3 3/7] string-list: unify string_list_split* functions
    ` [PATCH v3 4/7] string-list: optionally trim string pieces split by string_list_split*()
    ` [PATCH v3 5/7] diff: simplify parsing of diff.colormovedws
    ` [PATCH v3 6/7] string-list: optionally omit empty string pieces in string_list_split*()
    ` [PATCH v3 7/7] string-list: split-then-remove-empty can be done while splitting

[PATCH v5 0/6] Introduce git-last-modified(1) command
 2025-08-02 16:26 UTC  (19+ messages)
` [PATCH v6 0/4] "
` [PATCH v6 1/4] last-modified: new subcommand to show when files were last modified
` [PATCH v6 4/4] last-modified: use Bloom filters when available

[PATCH v3 0/9] refs: fix migration of reflog entries
 2025-08-02 11:11 UTC  (8+ messages)
` [PATCH v3 3/9] refs: export `ref_transaction_update_reflog()`
` [PATCH v3 4/9] builtin/reflog: implement subcommand to write new entries
` [PATCH v3 7/9] refs/files: detect race when generating reflog entry for HEAD

[PATCH 0/4] builtin/remote: rework how remote refs get renamed
 2025-08-02 10:48 UTC  (16+ messages)
` [PATCH 3/4] "
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] refs: pass refname when invoking reflog entry callback
  ` [PATCH v2 2/6] refs: simplify logic when migrating reflog entries
  ` [PATCH v2 3/6] builtin/remote: fix sign comparison warnings
  ` [PATCH v2 4/6] builtin/remote: determine whether refs need renaming early on
  ` [PATCH v2 5/6] builtin/remote: rework how remote refs get renamed
  ` [PATCH v2 6/6] builtin/remote: only iterate through refs that are to be renamed

git-diff: --ignore-matching-lines has no effect on the output when --name-only is used
 2025-08-02 10:22 UTC  (4+ messages)
` [PATCH] diff: ensure consistent diff behavior with -I<regex> across output formats

Fetching upstream remote fails if repo was a blobless clone
 2025-08-02  9:32 UTC  (2+ messages)

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-08-02  7:53 UTC  (19+ messages)
` [PATCH 1/7] xdiff: introduce rust
` [PATCH 4/7] xdiff: make fields of xrecord_t Rust friendly
` [PATCH 6/7] xdiff: conditionally use Rust's implementation of xxhash

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-08-01 21:50 UTC  (22+ messages)
` [GSoC PATCH v5 0/5] repo: "
  ` [GSoC PATCH v5 2/5] repo: add the field references.format
  ` [GSoC PATCH v5 5/5] repo: add the --format flag
` [GSoC PATCH v7 0/5] repo: add new command for retrieving repository info
  ` [GSoC PATCH v7 1/5] repo: declare the repo command
  ` [GSoC PATCH v7 2/5] repo: add the field references.format
  ` [GSoC PATCH v7 3/5] repo: add the field layout.bare
  ` [GSoC PATCH v7 4/5] repo: add the field layout.shallow
  ` [GSoC PATCH v7 5/5] repo: add the --format flag

Discussion: Future-Proofing Git for Massive AI Parallelism
 2025-08-01 21:38 UTC  (3+ messages)

.env is not being ignored by this .gitignore file
 2025-08-01 20:36 UTC  (3+ messages)

[PATCH 0/5] reftable: a couple of improvements for libgit2
 2025-08-01 19:19 UTC  (7+ messages)
` [PATCH 1/5] reftable/writer: fix type used for number of records
` [PATCH 2/5] reftable/writer: drop Git-specific `QSORT()` macro
` [PATCH 3/5] reftable/stack: fix compiler warning due to missing braces
` [PATCH 4/5] reftable/stack: reorder code to avoid forward declarations
` [PATCH 5/5] reftable/stack: allow passing flags to `reftable_stack_add()`

[feature] git clean ignored files in nested repositories support
 2025-08-01 19:00 UTC  (2+ messages)

Minor issue: "git remote rename origin skybuck_repository" removes comments behind refspecs in .git/config
 2025-08-01 17:58 UTC 

[PATCH 0/2] breaking-changes: deprecate support for core.commentChar=auto
 2025-08-01 17:19 UTC  (14+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] breaking-changes: deprecate support for core.commentString=auto
  ` [PATCH v2 2/3] config: warn on core.commentString=auto
  ` [PATCH v2 3/3] commit: print advice when core.commentString=auto

[GSoC][RFC PATCH v3 0/3] Add refs list subcommand
 2025-08-01 17:14 UTC  (13+ messages)
` [GSoC][RFC PATCH v4 0/5] "
  ` [GSoC][RFC PATCH v4 1/5] doc: factor out common option
  ` [GSoC][RFC PATCH v4 2/5] builtin/for-each-ref: factor out core logic into a helper
  ` [GSoC][RFC PATCH v4 3/5] builtin/refs: add list subcommand
  ` [GSoC][RFC PATCH v4 4/5] t6300: refactor tests to be shareable
  ` [GSoC][RFC PATCH v4 5/5] t: add test for git refs list subcommand

[PATCH RFC v3 0/3] Introduce git-last-modified(1) command
 2025-08-01 16:59 UTC  (5+ messages)
` [PATCH v5 1/6] last-modified: new subcommand to show when files were last modified

[PATCH] modify the “foo" file path to "$PWD/bad-clone/sub/foo"
 2025-08-01 16:48 UTC  (4+ messages)
` [PATCH v2] t7450: inspect the correct path a broken code would write to

[PATCH] meson: Check whether git is new enough to support ls-files --deduplicate
 2025-08-01 16:28 UTC  (13+ messages)
    ` [PATCH v2] meson: Tolerate errors from git "
              ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH] doc: fast-import: contextualize the hardware cost
 2025-08-01 14:44 UTC  (2+ messages)

[PATCH 0/6] Fix various rename corner cases
 2025-08-01  8:31 UTC  (10+ 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 6/6] merge-ort: fix directory rename on top of source of other rename/delete

What's cooking in git.git (Jul 2025, #09; Thu, 31)
 2025-08-01  5:18 UTC 

Draft of Git Rev News edition 125
 2025-08-01  1:00 UTC  (2+ messages)

Pretty output in JSON format
 2025-07-31 20:19 UTC  (5+ messages)

[PATCH] docs: remove stray bracket from git-clone synopsis
 2025-07-31 19:07 UTC  (2+ messages)

[PATCH 0/5] git-gui: workaround deprecation of Tcl/TK 8.5 in macOS
 2025-07-31 17:47 UTC  (10+ messages)
` [PATCH 4/5] git-gui: honor TCLTK_PATH in git-gui--askpass
` [PATCH v2 0/5] git-gui: workaround deprecation of Tcl/Tk 8.5 in macOS
  ` [PATCH v2 5/5] git-gui: ensure own version of git-gui--askpass is used

[PATCH] interactive: do strip trailing CRLF from input
 2025-07-31 16:37 UTC  (2+ messages)

[PATCH v6 0/5] Make the "promisor-remote" capability support more fields
 2025-07-31 16:03 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/5] promisor-remote: refactor how we parse advertised fields

[RFC v2] git-secure: extend interactive authentication to more Git operations
 2025-07-31  9:36 UTC 


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).