git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-31 20:49:40 to 2025-08-03 06:53:16 UTC [more...]

[PATCH 0/5] string_list_split*() updates
 2025-08-03  6:53 UTC  (61+ messages)
` [PATCH 1/5] string-list: report programming error with BUG
` [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 v4 0/7] string_list_split*() updates
      ` [PATCH v4 1/7] string-list: report programming error with BUG
      ` [PATCH v4 2/7] string-list: align string_list_split() with its _in_place() counterpart
      ` [PATCH v4 3/7] string-list: unify string_list_split* functions
      ` [PATCH v4 4/7] string-list: optionally trim string pieces split by string_list_split*()
      ` [PATCH v4 5/7] diff: simplify parsing of diff.colormovedws
      ` [PATCH v4 6/7] string-list: optionally omit empty string pieces in string_list_split*()
      ` [PATCH v4 7/7] string-list: split-then-remove-empty can be done while splitting
    ` [PATCH v3 00/12] do not overuse strbuf_split*()
      ` [PATCH v3 01/12] wt-status: avoid strbuf_split*()
      ` [PATCH v3 02/12] clean: do not pass strbuf by value
      ` [PATCH v3 03/12] clean: do not use strbuf_split*() [part 1]
      ` [PATCH v3 04/12] clean: do not pass the whole structure when it is not necessary
      ` [PATCH v3 05/12] clean: do not use strbuf_split*() [part 2]
      ` [PATCH v3 06/12] merge-tree: do not use strbuf_split*()
      ` [PATCH v3 07/12] notes: "
      ` [PATCH v3 08/12] config: do not use strbuf_split()

Why does git-grep appear to treat exclude pathspecs differently?
 2025-08-03  5:56 UTC  (10+ messages)

[PATCH v3 6/7] t/t1517: move verify-commit -h test to t1517
 2025-08-03  2:07 UTC  (10+ messages)
` [PATCH v4 0/2] refactor t1517 to focus on help output outside a repository
  ` [PATCH v4 1/2] t/t1517: automate `git subcmd -h` tests "
  ` [PATCH V5 0/3] refactor t1517 to focus on help output "
    ` [PATCH V5 1/3] t/t1517: automate `git subcmd -h` tests "
    ` [PATCH V5 2/3] t5200: move `update-server-info -h` test from t1517
    ` [PATCH V5 3/3] t5304: move `prune "

[PATCH 0/4] permit -h/--help-all in more scenarios
 2025-08-03  1:26 UTC  (12+ messages)
` [PATCH 4/4] builtins: show help on "-h"/"--help-all" with more than 2 arguments left
` [PATCH v2 0/3] permit -h/--help-all in more scenarios
` [PATCH v2 1/3] t1517: fixup for ua/t1517-short-help-tests
` [PATCH v2 2/3] parse-options: refactor flags for usage_with_options_internal
` [PATCH v2 3/3] builtin: also setup gently for --help-all

[PATCH] archive: flush deflate stream until Z_STREAM_END
 2025-08-02 22:08 UTC 

[ANNOUNCE] Git Rev News edition 125
 2025-08-02 20:38 UTC  (2+ messages)

Fetching upstream remote fails if repo was a blobless clone
 2025-08-02 19:55 UTC  (6+ messages)

[PATCH 0/9] do not overuse strbuf_split*()
 2025-08-02 18:47 UTC  (20+ messages)
` [PATCH v2 00/11] "
  ` [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 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  (11+ messages)
` [PATCH 3/4] "
` [PATCH v2 0/6] "
  ` [PATCH v2 5/6] "

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

[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  (17+ messages)
` [GSoC PATCH v5 0/5] repo: "
  ` [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  (10+ messages)
` [GSoC][RFC PATCH v4 0/5] "
  ` [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

[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  (3+ 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)


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