[PATCH 0/2] upload-pack: don't ACK non-commits repeatedly
2025-09-03 4:54 UTC (3+ messages)
` [PATCH 1/2] t5530: modernize tests
` [PATCH 2/2] upload-pack: don't ACK non-commits repeatedly in protocol v2
[PATCH 0/6] breaking changes: switch default initial branch name to "main"
2025-09-03 4:44 UTC (5+ messages)
` [PATCH 6/6] breaking-changes: switch default branch to main
[PATCH] gitlab-ci: disable realtime monitoring to unbreak Windows jobs
2025-09-03 4:39 UTC (3+ messages)
[GSoC][PATCH 0/5] Add refs optimize subcommand
2025-09-03 4:37 UTC (12+ messages)
` [GSoC][PATCH 1/5] builtin/pack-refs: factor out core logic into a helper
` [GSoC][PATCH 3/5] builtin/refs: add optimize subcommand
` [GSoC][PATCH 5/5] t: add test for git refs "
[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
2025-09-02 23:02 UTC (3+ messages)
` [PATCH 4/9] t: submodules: add basic mixed gitdir path tests
[PATCH 0/5] refs/reftable: add fsck checks
2025-09-02 22:42 UTC (20+ messages)
` [PATCH 2/5] refs/reftable: add fsck check for checking the table name
` [PATCH 3/5] refs/reftable: add fsck check for number of tables
` [PATCH v2 0/5] refs/reftable: add fsck checks
` [PATCH v2 1/5] fsck: order 'fsck_msg_type' alphabetically
` [PATCH v2 2/5] refs/reftable: add fsck check for checking the table name
` [PATCH v2 3/5] refs/reftable: add fsck check for number of tables
` [PATCH v2 4/5] refs/reftable: add fsck check for trailing newline
` [PATCH v2 5/5] refs/reftable: add fsck check for incorrect update index
[PATCH 0/2] doc: add/remove backticks for inline-verbatim markup
2025-09-02 21:54 UTC (4+ messages)
` [PATCH 1/2] doc: add missing backtick for inline-verbatim
` [PATCH 2/2] doc: remove extra "
[PATCH] gitweb: plug various command-line option injection holes
2025-09-02 21:52 UTC (2+ messages)
[GSoC PATCH 0/2] repo: add -z and objects.format
2025-09-02 21:51 UTC (10+ messages)
` [GSoC PATCH v2 "
` [GSoC PATCH v2 1/2] repo: add the flag -z as an alias for --format=nul
` [GSoC PATCH v3 0/2] repo: add -z and objects.format
` [GSoC PATCH v3 1/2] repo: add the flag -z as an alias for --format=nul
` [GSoC PATCH v3 2/2] repo: add the field objects.format
[PATCH 0/2] refs/files: fix issues with git-fetch on case-insensitive FS
2025-09-02 21:22 UTC (4+ messages)
` [PATCH 1/2] refs/files: use correct error type when locking fails
` [PATCH 2/2] refs/files: handle F/D conflicts in case-insensitive FS
[PATCH] t0450: fix test for out-of-tree builds
2025-09-02 20:57 UTC (6+ messages)
` [PATCH v2 2/2] t0450: add allowlist for builtins with missing .adoc
Still using "git whatchanged"
2025-09-02 20:33 UTC (4+ messages)
Git fetch Failure
2025-09-02 20:28 UTC (3+ messages)
[PATCH] l10n: de.po: Fix spelling of color-moved-ws mode allow-indentation-change
2025-09-02 19:20 UTC
[ANNOUNCE] Git Rev News edition 126
2025-09-02 19:17 UTC
[PATCH] describe: use khash in finish_depth_computation()
2025-09-02 18:51 UTC (9+ messages)
` [PATCH v2] describe: use oidset "
[PATCH v3 02/15] xdiff: introduce rust
2025-09-02 18:47 UTC (14+ messages)
[PATCH 00/15] Introduce rust: In xdiff
2025-09-02 18:39 UTC (20+ messages)
` [PATCH 01/15] doc: add a policy for using Rust
` [PATCH 02/15] xdiff: introduce rust
` [PATCH 03/15] github workflows: install rust
` [PATCH 04/15] win+Meson: do allow linking with the Rust-built xdiff
` [PATCH 05/15] github workflows: upload Cargo.lock
` [PATCH 06/15] ivec: create a vector type that is interoperable between C and Rust
` [PATCH 07/15] xdiff/xprepare: remove superfluous forward declarations
` [PATCH 08/15] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
` [PATCH 09/15] xdiff: make fields of xrecord_t Rust friendly
` [PATCH 10/15] xdiff: use one definition for freeing xdfile_t
` [PATCH 11/15] xdiff: replace chastore with an ivec in xdfile_t
` [PATCH 12/15] xdiff: delete nrec field from xdfile_t
` [PATCH 13/15] xdiff: delete recs "
` [PATCH 14/15] xdiff: make xdfile_t more rust friendly
` [PATCH 15/15] xdiff: implement xdl_trim_ends() in Rust
[Bug] With "[remotes] group = a b c", "git push group" does not work
2025-09-02 18:02 UTC
What's cooking in git.git (Sep 2025, #01; Tue, 2)
2025-09-02 17:50 UTC (3+ messages)
Bug: ls-remote refuses to run when work tree mounted in container
2025-09-02 17:50 UTC
[PATCH v2 00/16] packfile: carve out a new packfile store
2025-09-02 17:42 UTC (24+ messages)
` [PATCH v2 02/16] odb: move list of packfiles into `struct packfile_store`
` [PATCH v2 06/16] odb: move kept cache "
` [PATCH v2 09/16] packfile: split up responsibilities of `reprepare_packed_git()`
` [PATCH v2 10/16] packfile: refactor `install_packed_git()` to work on packfile store
` [PATCH v2 11/16] packfile: always add packfiles to MRU when adding a pack
` [PATCH v2 14/16] packfile: remove `get_packed_git()`
` [PATCH v2 15/16] packfile: refactor `get_all_packs()` to work on packfile store
[PATCH 0/5] doc: git-checkout: clarify DESCRIPTION section
2025-09-02 17:16 UTC (23+ messages)
` [PATCH 1/5] doc: git-checkout: clarify intro
` [PATCH 5/5] doc: git-checkout: clarify restoring files section
` [PATCH v2 0/5] doc: git-checkout: clarify DESCRIPTION section
` [PATCH v2 1/5] doc: git-checkout: clarify intro
` [PATCH v2 2/5] doc: git-checkout: clarify `git checkout <branch>`
` [PATCH v2 3/5] doc: git-checkout: don't use "reset"
` [PATCH v2 5/5] doc: git-checkout: clarify restoring files section
[GSoC][PATCH v2 0/4] Add refs exists subcommand
2025-09-02 16:57 UTC (4+ messages)
` [GSoC][PATCH v3 "
[PATCH 00/16] packfile: carve out a new packfile store
2025-09-02 16:40 UTC (18+ 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 03/15] odb: move initialization bit "
` [PATCH v3 04/15] odb: move packfile map "
` [PATCH v3 05/15] odb: move MRU list of packfiles "
` [PATCH v3 06/15] odb: move kept cache "
` [PATCH v3 07/15] packfile: reorder functions to avoid function declaration
` [PATCH v3 08/15] packfile: refactor `prepare_packed_git()` to work on packfile store
` [PATCH v3 09/15] packfile: split up responsibilities of `reprepare_packed_git()`
` [PATCH v3 10/15] packfile: refactor `install_packed_git()` to work on packfile store
` [PATCH v3 11/15] packfile: introduce function to load and add packfiles
` [PATCH v3 12/15] packfile: move `get_multi_pack_index()` into "midx.c"
` [PATCH v3 13/15] packfile: remove `get_packed_git()`
` [PATCH v3 14/15] packfile: refactor `get_all_packs()` to work on packfile store
` [PATCH v3 15/15] packfile: refactor `get_packed_git_mru()` "
[PATCH] doc: fix formatting of function-wrap shell alias
2025-09-02 16:24 UTC (3+ messages)
[PATCH] contrib/subtree: fix split with squashed subtrees
2025-09-02 14:57 UTC (5+ messages)
[PATCH 0/3] meson: wire up gitk and git-gui
2025-09-02 13:00 UTC (5+ messages)
What's cooking in git.git (Aug 2025, #12; Fri, 29)
2025-09-02 12:39 UTC (3+ messages)
[PATCH] mailmap: consolidate multiple addresses into one
2025-09-02 12:30 UTC
[PATCH 0/3] [2.51.0 Bug] Missing singleton objects in 'git repack -adf --path-walk'
2025-09-02 11:19 UTC (5+ messages)
` [PATCH v2 0/2] "
"lock file exists" when fetching in bare clone of repository
2025-09-02 10:55 UTC (14+ messages)
Draft of Git Rev News edition 126
2025-09-02 9:14 UTC (4+ messages)
[PATCH] add-interactive: reject malformed numerical input
2025-09-02 9:07 UTC (2+ messages)
[PATCH 0/8] midx: stop deduplicating info redundant with their sources
2025-09-02 6:36 UTC (6+ messages)
` [PATCH v3 00/10] midx: stop duplicating "
Git Stash Synchronization - Best Workflow?
2025-09-01 20:48 UTC (3+ messages)
[RFC] Proposed Git Workflow for Permanent History, Explicit Branch Status, and Developer Continuity
2025-09-01 13:58 UTC (11+ messages)
` Was "Re: [RFC] Proposed Git Workflow for Permanent History, Explicit Branch Status, and Developer Continuity" now "Skybuck's GitFlow"
I still use this!
2025-09-01 6:58 UTC (2+ messages)
[PATCH 0/5] midx-write: fix segfault and do several cleanups
2025-08-30 21:23 UTC (15+ messages)
` [PATCH 1/5] midx-write: only load initialized packs
` [PATCH 3/5] midx-write: use cleanup when incremental midx fails
` [PATCH v2 0/6] midx-write: fix segfault and do several cleanups
` [PATCH v2 1/6] midx-write: only load initialized packs
` [PATCH v2 2/6] midx-write: put failing response value back
` [PATCH v2 3/6] midx-write: use cleanup when incremental midx fails
` [PATCH v2 4/6] midx-write: use uint32_t for preferred_pack_idx
` [PATCH v2 5/6] midx-write: reenable signed comparison errors
` [PATCH v2 6/6] midx-write: simplify error cases
[PATCH 0/3] sparse-checkout: add 'clean' command
2025-08-30 13:41 UTC (7+ messages)
` [PATCH v2 0/8] "
[ANNOUNCE] Contributor's Summit updates
2025-08-30 5:04 UTC (2+ messages)
[PATCH v3 6/7] t/t1517: move verify-commit -h test to t1517
2025-08-30 3:49 UTC (9+ 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 "
Whatchanged
2025-08-30 2:27 UTC (2+ messages)
[PATCH] curl: add support for curl_global_trace() components
2025-08-30 2:19 UTC (3+ messages)
Efficiently storing SHA-1 ↔ SHA-256 mappings in compatibility mode
2025-08-29 19:51 UTC (4+ messages)
[PATCH v3 0/3] doc: git-add: clarify DESCRIPTION section
2025-08-29 17:11 UTC (5+ messages)
` [PATCH v4 0/2] "
` [PATCH v4 1/2] doc: git-add: clarify intro & add an example
` [PATCH v4 2/2] doc: git-add: simplify discussion of ignored files
[PATCH] range-diff: add configurable memory limit for cost matrix
2025-08-29 16:33 UTC (12+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] range-diff: reorder options lexicographically
` [PATCH v3] range-diff: add configurable memory limit for cost matrix
` [PATCH v4] "
[PATCH 0/4] you-still-use-that??: improve breaking changes troubleshooting
2025-08-29 15:21 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] you-still-use-that??: help the user help themselves
` [PATCH v2 2/4] whatchanged: tell users the git-log(1) equivalent
` [PATCH v2 3/4] whatchanged: remove not-even-shorter clause
` [PATCH v2 4/4] BreakingChanges: remove claim about whatchanged reports
git whatchanged breakage
2025-08-29 15:11 UTC (2+ messages)
[FEATURE] Proposal: git stash --only-unstaged
2025-08-29 13:30 UTC (4+ messages)
[PATCH v2] alloc: fix dangling pointer in alloc_state cleanup
2025-08-29 13:00 UTC (2+ messages)
` [PATCH v3] "
page: next (older)
- 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).