messages from 2025-09-08 07:45:41 to 2025-09-09 19:21:17 UTC [more...]
[PATCH 0/4] enhance string-list API to fix sign compare warnings
2025-09-09 19:21 UTC (10+ messages)
` [PATCH 1/4] string-list: allow passing NULL for `get_entry_index`
` [PATCH 2/4] string-list: replace negative index encoding with "exact_match" parameter
` [PATCH 3/4] string-list: change "string_list_find_insert_index" return type to "size_t"
` [PATCH 4/4] refs: enable sign compare warnings check
[PATCH 0/2] replay: add --update-refs option
2025-09-09 19:20 UTC (21+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] replay: document --update-refs and --batch options
[PATCH 0/6] odb: add transaction interfaces to ODB subsystem
2025-09-09 19:11 UTC (7+ messages)
` [PATCH 1/6] bulk-checkin: remove ODB transaction nesting
` [PATCH 2/6] builtin/update-index: end ODB transaction when --verbose is specified
` [PATCH 3/6] bulk-checkin: drop flush_odb_transaction()
` [PATCH 4/6] object-file: relocate ODB transaction code
` [PATCH 5/6] object-file: update naming from bulk-checkin
` [PATCH 6/6] odb: add transaction interface
Is Git Add Supposed to Work Like This (git 2.50)?
2025-09-09 18:42 UTC (6+ messages)
[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
2025-09-09 17:46 UTC (28+ messages)
` [PATCH 2/9] submodule: create new gitdirs under submodules path
` [PATCH 3/9] submodule: add gitdir path config override
` [PATCH 7/9] submodule: remove validate_submodule_git_dir()
` [PATCH v2 00/10] Encode submodule gitdir names to avoid conflicts
` [PATCH v2 01/10] submodule--helper: use submodule_name_to_gitdir in add_submodule
` [PATCH v2 02/10] submodule: create new gitdirs under submodules path
` [PATCH v2 03/10] submodule: add gitdir path config override
` [PATCH v2 04/10] t7425: add basic mixed submodule gitdir path tests
` [PATCH v2 05/10] strbuf: bring back is_rfc3986_unreserved
` [PATCH v2 06/10] submodule: encode gitdir paths to avoid conflicts
` [PATCH v2 07/10] submodule: error out if gitdir name is too long
` [PATCH v2 08/10] submodule: remove validate_submodule_git_dir()
` [PATCH v2 09/10] t7450: move nested gitdir tests to t7425
` [PATCH v2 10/10] t7425: add gitdir encoding tests
[PATCH RFC 2/3] rust: implement a test balloon via the "varint" subsystem
2025-09-09 15:27 UTC (6+ messages)
[PATCH 00/17] Use rust types in xdiff
2025-09-09 13:50 UTC (23+ messages)
` [PATCH 01/17] xdiff: delete static forward declarations in xprepare
` [PATCH 02/17] xdiff: delete local variables and initialize/free xdfile_t directly
` [PATCH 03/17] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
` [PATCH 04/17] xdiff: delete xdl_get_rec() in xemit
` [PATCH 05/17] xdiff: delete struct diffdata_t
` [PATCH 06/17] xdiff: delete redundant array xdfile_t.ha
` [PATCH 07/17] xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
` [PATCH 08/17] xdiff: delete chastore from xdfile_t, view with --color-words
` [PATCH 09/17] xdiff: treat xdfile_t.rchg like an enum
` [PATCH 10/17] compat/rust_types.h: define rust primitive types
[PATCH v2 0/5] refs/reftable: add fsck checks
2025-09-09 13:49 UTC (9+ messages)
` [PATCH v2 1/5] fsck: order 'fsck_msg_type' alphabetically
` [PATCH v2 2/5] refs/reftable: add fsck check for checking the table name
[Bug] Compat objects not added to CLAR_TEST_PROG
2025-09-09 12:07 UTC (6+ messages)
[PATCH 00/16] packfile: carve out a new packfile store
2025-09-09 11:09 UTC (27+ messages)
` [PATCH v3 00/15] "
` [PATCH v3 01/15] packfile: introduce a new `struct packfile_store`
` [PATCH v3 02/15] odb: move list of packfiles into "
` [PATCH v3 04/15] odb: move packfile map "
` [PATCH v4 00/15] packfile: carve out a new packfile store
` [PATCH v4 01/15] packfile: introduce a new `struct packfile_store`
` [PATCH v4 02/15] odb: move list of packfiles into "
` [PATCH v4 03/15] odb: move initialization bit "
` [PATCH v4 04/15] odb: move packfile map "
` [PATCH v4 05/15] odb: move MRU list of packfiles "
` [PATCH v4 06/15] odb: move kept cache "
` [PATCH v4 07/15] packfile: reorder functions to avoid function declaration
` [PATCH v4 08/15] packfile: refactor `prepare_packed_git()` to work on packfile store
` [PATCH v4 09/15] packfile: split up responsibilities of `reprepare_packed_git()`
` [PATCH v4 10/15] packfile: refactor `install_packed_git()` to work on packfile store
` [PATCH v4 11/15] packfile: introduce function to load and add packfiles
` [PATCH v4 12/15] packfile: move `get_multi_pack_index()` into "midx.c"
` [PATCH v4 13/15] packfile: remove `get_packed_git()`
` [PATCH v4 14/15] packfile: refactor `get_all_packs()` to work on packfile store
` [PATCH v4 15/15] packfile: refactor `get_packed_git_mru()` "
[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
2025-09-09 9:12 UTC (23+ messages)
` [PATCH RFC v2 0/7] "
` [PATCH RFC v3 0/8] "
` [PATCH RFC v3 1/8] meson: add infrastructure to build internal Rust library
` [PATCH RFC v3 2/8] Makefile: reorder sources after includes
` [PATCH RFC v3 3/8] Makefile: introduce infrastructure to build internal Rust library
` [PATCH RFC v3 4/8] help: report on whether or not Rust is enabled
` [PATCH RFC v3 5/8] rust: implement a test balloon via the "varint" subsystem
` [PATCH RFC v3 6/8] BreakingChanges: announce Rust becoming mandatory
` [PATCH RFC v3 7/8] ci: convert "pedantic" job into full build with breaking changes
` [PATCH RFC v3 8/8] ci: enable Rust for breaking-changes jobs
[PATCH 0/6] breaking changes: switch default initial branch name to "main"
2025-09-09 9:12 UTC (5+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 3/4] t9902: switch default branch name to main
[PATCH v2 0/4] you-still-use-that??: improve breaking changes troubleshooting
2025-09-09 8:02 UTC (16+ messages)
` [PATCH v3 0/8] "
` [PATCH v3 1/8] git: add `deprecated` category to --list-cmds
` [PATCH v3 2/8] git: make the two loops look more symmetric
` [PATCH v3 3/8] git: allow alias-shadowing deprecated builtins
` [PATCH v3 4/8] t0014: test shadowing of aliases for a sample of builtins
` [PATCH v3 5/8] you-still-use-that??: help the user help themselves
` [PATCH v3 6/8] whatchanged: tell users the git-log(1) equivalent
` [PATCH v3 7/8] whatchanged: remove not-even-shorter clause
` [PATCH v3 8/8] BreakingChanges: remove claim about whatchanged reports
Running out of inodes on an NFS which stores repos
2025-09-09 7:39 UTC (5+ messages)
[PATCH 0/2] refs/files: fix issues with git-fetch on case-insensitive FS
2025-09-09 7:10 UTC (13+ messages)
` [PATCH 2/2] refs/files: handle F/D conflicts in "
` [PATCH v2 0/4] refs/files: fix issues with git-fetch on "
` [PATCH v2 1/4] refs/files: catch conflicts on case-insensitive file-systems
` [PATCH v2 2/4] refs/files: use correct error type when lock exists
` [PATCH v2 3/4] refs/files: handle F/D conflicts in case-insensitive FS
` [PATCH v2 4/4] refs/files: handle D/F conflicts during locking
What's cooking in git.git (Sep 2025, #03; Mon, 8)
2025-09-09 6:58 UTC (2+ messages)
[BUG] Some subcommands ignore color.diff and color.ui in --patch mode
2025-09-09 6:09 UTC (19+ messages)
` [PATCH 0/4] oddities around add-interactive and color
` [PATCH 1/4] stash: pass --no-color to diff-tree child processes
` [PATCH 2/4] add-interactive: respect color.diff for diff coloring
` [PATCH 3/4] add-interactive: manually fall back color config to color.ui
` [PATCH v2 0/4] oddities around add-interactive and color
` [PATCH v2 1/4] stash: pass --no-color to diff plumbing child processes
` [PATCH v2 2/4] add-interactive: respect color.diff for diff coloring
` [PATCH v2 3/4] add-interactive: manually fall back color config to color.ui
` [PATCH v2 4/4] contrib/diff-highlight: mention interactive.diffFilter
Git dumb HTTP protocol should work without update-server-info
2025-09-09 5:26 UTC (8+ messages)
[PATCH] doc: fast-import: replace literal block with paragraph
2025-09-08 21:20 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/2] optimize string hashing in xdiff
2025-09-08 21:04 UTC (10+ messages)
` [PATCH 2/2] xdiff: optimize xdl_hash_record_verbatim
Git dumb HTTP protocol should use WebDAV PROPFIND method
2025-09-08 19:09 UTC (3+ messages)
[PATCH v2 1/4] xdiff: refactor xdl_hash_record()
2025-09-08 18:49 UTC (4+ messages)
` [PATCH v2 2/4] xdiff: annotate unlikely branch
` [PATCH v2 3/4] xdiff: move hashing functions to a separate header
` [PATCH v2 4/4] xdiff: use a faster hash in xdl_hash_record_verbatim
[PATCH v3 10/11] contrib: remove "git-new-workdir"
2025-09-08 18:43 UTC (5+ messages)
[UX] git restore -p: confusing prompt after failed hunk edit
2025-09-08 18:02 UTC
[PATCH v7 0/5] Make the "promisor-remote" capability support more fields
2025-09-08 17:34 UTC (3+ messages)
` [PATCH v8 0/7] "
[PATCH v3 02/15] xdiff: introduce rust
2025-09-08 17:01 UTC (21+ messages)
[PATCH 2/4] string-list: replace negative index encoding with "exact_match" parameter
2025-09-08 16:56 UTC (2+ messages)
[PATCH v2 0/2] upload-pack: don't ACK non-commits repeatedly
2025-09-08 16:51 UTC (3+ messages)
` [PATCH v2 2/2] upload-pack: don't ACK non-commits repeatedly in protocol v2
[PATCH 1/4] string-list: allow passing NULL for `get_entry_index`
2025-09-08 16:48 UTC (2+ messages)
[GSoC][PATCH v2 0/5] Add refs optimize subcommand
2025-09-08 16:44 UTC (5+ messages)
` [GSoC][PATCH v2 2/5] doc: factor out common option
[PATCH] contrib/subtree: fix split with squashed subtrees
2025-09-08 15:21 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/6] odb: track commit graphs via object source
2025-09-08 14:46 UTC (5+ messages)
[PATCH] add-interactive: reject malformed numerical input
2025-09-08 13:31 UTC (4+ messages)
[PATCH v2] combine-diff: don't override recursive flag in diff_tree_combined()
2025-09-08 12:19 UTC (3+ messages)
Participating in the Outreachy December 2025 cohort
2025-09-08 7:45 UTC
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).