messages from 2025-08-01 13:11:40 to 2025-08-04 09:13:30 UTC [more...]
[PATCH 0/9] commit-graph: remove reliance on global state
2025-08-04 9:13 UTC (11+ messages)
` [PATCH 1/9] trace2: introduce function to trace unsigned integers
` [PATCH 2/9] commit-graph: stop using signed integers to count bloom filters
` [PATCH 3/9] commit-graph: fix type for some write options
` [PATCH 4/9] commit-graph: fix sign comparison warnings
` [PATCH 5/9] commit-graph: stop using `the_hash_algo` via macros
` [PATCH 6/9] commit-graph: store the hash algorithm instead of its length
` [PATCH 7/9] commit-graph: stop using `the_hash_algo`
` [PATCH 8/9] commit-graph: stop using `the_repository`
` [PATCH 9/9] commit-graph: stop passing in redundant repository
[PATCH 0/4] mingw: rename and open fixes
2025-08-04 8:54 UTC (7+ messages)
` [PATCH 1/4] mingw_open_existing: handle directories better
` [PATCH 2/4] mingw: drop Windows 7-specific work-around
` [PATCH 3/4] mingw_rename: support ReFS on Windows 2022
` [PATCH 4/4] mingw: support Windows Server 2016 again
What's cooking in git.git (Aug 2025, #01; Sun, 3)
2025-08-04 8:23 UTC
[PATCH] docs: fix typo in worktree.adoc 'extension'
2025-08-04 8:05 UTC (2+ messages)
[PATCH] t0450: fix test for out-of-tree builds
2025-08-04 7:56 UTC (2+ messages)
[PATCH v3 0/9] refs: fix migration of reflog entries
2025-08-04 7:38 UTC (10+ 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-04 6:54 UTC (13+ messages)
` [PATCH 3/4] "
` [PATCH v2 0/6] "
` [PATCH v2 5/6] "
[PATCH v5 0/6] Introduce git-last-modified(1) command
2025-08-04 6:35 UTC (20+ messages)
` [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
[GSoC][RFC PATCH v3 0/3] Add refs list subcommand
2025-08-04 6:34 UTC (11+ 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 0/5] string_list_split*() updates
2025-08-04 6:24 UTC (54+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 2/7] string-list: align string_list_split() with its _in_place() counterpart
` [PATCH v2 4/7] string-list: optionally trim string pieces split by string_list_split*()
` [PATCH v2 6/7] string-list: optionally omit empty string pieces in string_list_split*()
` [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()
` [PATCH v3 09/12] environment: do not use strbuf_split*()
` [PATCH v3 10/12] sub-process: "
` [PATCH v3 11/12] trace2: trim_trailing_newline followed by trim is a no-op
` [PATCH v3 12/12] trace2: do not use strbuf_split*()
[PATCH 0/5] reftable: a couple of improvements for libgit2
2025-08-04 6:03 UTC (8+ 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()`
[PATCH 0/4] permit -h/--help-all in more scenarios
2025-08-04 4:53 UTC (19+ 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 v3 "
` [PATCH v3 1/3] t1517: fixup for ua/t1517-short-help-tests
` [PATCH v3 2/3] parse-options: refactor flags for usage_with_options_internal
` [PATCH v3 3/3] builtin: also setup gently for --help-all
` [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
git-diff: --ignore-matching-lines has no effect on the output when --name-only is used
2025-08-04 4:39 UTC (11+ messages)
` [PATCH] diff: ensure consistent diff behavior with -I<regex> across output formats
` [PATCH v2] "
[PATCH v3 0/2] rebase: support --trailer
2025-08-04 1:44 UTC (5+ messages)
` [PATCH v3 1/2] trailer: append trailers in-process and drop the fork to `interpret-trailers`
` [PATCH v3 2/2] rebase: support --trailer
[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
2025-08-03 23:06 UTC (13+ messages)
` [GSoC PATCH v7 0/5] repo: "
` [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 5/5] repo: add the --format flag
[PATCH 0/8] builtin/config: introduce subcommands
2025-08-03 22:30 UTC (5+ messages)
` [PATCH v5 00/14] "
` [PATCH v5 08/14] builtin/config: introduce "get" subcommand
[PATCH] cmake: accommodate for `UNIT_TEST_SOURCES`
2025-08-03 21:24 UTC
[PATCH v3 6/7] t/t1517: move verify-commit -h test to t1517
2025-08-03 17:39 UTC (12+ 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/3] commit: convert pop_most_recent_commit() to prio_queue
2025-08-03 16:48 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] "
` [PATCH v2 3/3] commit: use prio_queue_replace() in pop_most_recent_commit(),MIME-Version: 1.0
[PATCH] archive: flush deflate stream until Z_STREAM_END
2025-08-03 15:34 UTC (3+ messages)
[PATCH v2] send-email: add --get-smtp-server option to fetch SMTP settings
2025-08-03 13:59 UTC (3+ messages)
[PATCH 1/2] describe: use prio_queue
2025-08-03 11:49 UTC (2+ messages)
` [PATCH 2/2] describe: use prio_queue_replace()
Why does git-grep appear to treat exclude pathspecs differently?
2025-08-03 5:56 UTC (10+ messages)
[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 (11+ messages)
` [PATCH v2 00/11] "
` [PATCH v2 02/11] clean: do not pass strbuf by value
` [PATCH v2 05/11] merge-tree: do not use strbuf_split*()
[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
2025-08-02 7:53 UTC (5+ messages)
` [PATCH 6/7] xdiff: conditionally use Rust's implementation of xxhash
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)
[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 (10+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 2/3] config: warn on core.commentString=auto
` [PATCH v2 3/3] commit: print advice when core.commentString=auto
[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 (5+ messages)
` [PATCH v2] meson: Tolerate errors from git "
` [PATCH v4] "
[PATCH v2] meson: Tolerate errors from git ls-files --deduplicate
2025-08-01 14:44 UTC (3+ messages)
` [PATCH v3] "
[PATCH] doc: fast-import: contextualize the hardware cost
2025-08-01 14:44 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).