messages from 2026-09-11 19:05:14 to 2026-09-16 13:35:35 UTC [more...]
[BUG] stash.index=true leaves a redundant stash entry after an autostash fast-forward
2026-09-16 13:35 UTC (3+ messages)
[PATCH 0/2] push: fix --force-if-includes consulting wrong ref
2026-09-16 12:29 UTC (18+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] push: check pushed ref for --force-if-includes
` [PATCH v4 0/2] "
` [PATCH v4 1/2] "
` [PATCH v4 2/2] push: fix --force-if-includes non-branch advice
` [PATCH v5 0/3] push: check pushed ref for --force-if-includes
` [PATCH v5 1/3] "
` [PATCH v5 2/3] push: fix --force-if-includes non-branch advice
` [PATCH v5 3/3] push: --force-if-includes should allow fast-forward
[PATCH] compat/winansi: fix die_lasterr() argument formatting
2026-09-16 7:09 UTC (5+ messages)
[PATCH 0/6] repack: don't lose objects to a ".keep" that appears mid-run
2026-09-16 6:01 UTC (9+ messages)
` [PATCH 1/6] odb: don't remove a ".keep" we never installed
` [PATCH 2/6] pack-objects: keep --keep-pack open when following
` [PATCH 3/6] pack-objects: reset kept-pack cache for cruft walk
` [PATCH 4/6] pack-objects: sort --keep-pack list for lookup
` [PATCH 5/6] pack-objects: add --keep-pack-from-file
` [PATCH 6/6] repack: tell pack-objects which packs are kept
[PATCH] git-contacts: allow inputting patch via stdin
2026-09-16 4:52 UTC (3+ messages)
` [PATCH v2] "
[PATCH] pull: avoid crash of invalid merge head
2026-09-15 22:13 UTC (2+ messages)
[PATCH] builtin/whoami: add new 'whoami' command
2026-09-15 22:02 UTC (6+ messages)
` [PATCH v7] var: support broken-down idents, signing key, multiple args, and -z
` [PATCH v8] "
[PATCH] [PATCH] Fix upload_pack_v2 response ordering for shallow fetch when server has uploadpack.allowRefInWant=true
2026-09-15 21:03 UTC (4+ messages)
Bug!?: Refspec '+' should be same as '--force' but is not
2026-09-15 19:34 UTC (3+ messages)
[PATCH 0/3] doc lint fixes for pack-refs and refs
2026-09-15 16:25 UTC (16+ messages)
` [PATCH 1/3] doc lint: match commands as well as options for synopsis style check
` [PATCH 2/3] doc/pack-refs: convert synopsis and options to new style
` [PATCH 3/3] doc/refs: backtick-quote commands and options consistently
` [PATCH v2 0/2] doc lint fixes for pack-refs and refs
` [PATCH v2 1/2] doc/pack-refs: convert synopsis and options to new style
` [PATCH v2 2/2] doc/refs: backtick-quote commands and options consistently
` [PATCH v3 1/2] doc/pack-refs: convert synopsis and options to new style
` [PATCH v3 2/2] doc/refs: backtick-quote commands and options consistently
[PATCH v6] http: add http.sslVerifyStatus to check stapled OCSP responses
2026-09-15 16:23 UTC (2+ messages)
` [PATCH v7] "
What's cooking in git.git (Sep 2026, #06)
2026-09-15 16:21 UTC (4+ messages)
[BUG] 'git status --ignored' <pathspec> matches partial names
2026-09-15 15:54 UTC (2+ messages)
[PATCH 00/11] Fix inconsistent ref storage format terminology
2026-09-15 14:41 UTC (9+ messages)
` [PATCH v3 00/13] "
` [PATCH v3 01/13] parse-options: allow for hidden aliases
[PATCH] midx-write: skip empty incremental layers
2026-09-15 14:25 UTC (4+ messages)
` [PATCH v2] midx-write: skip writes with no object entries
[PATCH 0/2] object-file: fix packfile flush during transaction commit
2026-09-15 8:59 UTC (7+ messages)
` [PATCH 1/2] object-file: lift ODB reprepare out of packfile flush
` [PATCH 2/2] object-file: flush transaction packfile before migrating objects
GIT_WORK_TREE is not exported for post-checkout-hook
2026-09-15 8:24 UTC
[PATCH v3] builtin/history: unuse the commit buffer after use
2026-09-15 8:29 UTC (2+ messages)
` [PATCH v4] "
[PATCH] range-diff: add --matched-only to skip one-sided commits
2026-09-15 7:51 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/4] make: precompile "git-compat-util.h"
2026-09-15 6:09 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] Makefile: remove XDIFF_OBJS initialization
` [PATCH v2 2/4] cmake: remove any "$(*_OBJS)" variables when parsing Makefile for sources
` [PATCH v2 3/4] Makefile: reintroduce REFTABLE_OBJS
` [PATCH v2 4/4] Makefile: precompile "git-compat-util.h"
[PATCH] hook: introduce the report hook for git-receive-pack(1)
2026-09-15 4:54 UTC (10+ messages)
` [PATCH v10 0/4] hook: introduce the receive-report hook
` [PATCH v10 1/4] doc: add proc-receive hook info in 'git-receive-pack.adoc'
` [PATCH v10 2/4] receive-pack: drop static variables to track report status version
` [PATCH v10 3/4] receive-pack: move message generation to separate function
` [PATCH v10 4/4] hook: introduce the receive-report hook
` Re* "
[PATCH v4 2/3] advice: introduce advice scoping mechanism
2026-09-14 22:01 UTC (6+ messages)
[PATCH] completion: complete 'git worktree repair'
2026-09-14 19:35 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/2] connected: add incremental connectivity check
2026-09-14 17:46 UTC (6+ messages)
` [PATCH 1/2] Documentation: describe connectivity checking
` [PATCH 2/2] connected: add incremental connectivity check via rev-list
[PATCH] merge-ll: Cleanup merge driver temporaries after interrupt
2026-09-14 16:59 UTC (16+ messages)
` [PATCH v2 0/3] merge-ll: Cleanup merge driver temporaries after
` [PATCH v2 1/3] merge-ll: use strbuf to read back external merge result
` [PATCH v2 2/3] merge-ll: catch close() errors when writing external tempfiles
` [PATCH v2 3/3] merge-ll: use tempfile API for external driver files
[PATCH] t7610: use test_path_is_* helpers
2026-09-14 15:42 UTC (2+ messages)
[PATCH v3] refs/files: avoid packed-refs lock for root ref deletion
2026-09-14 14:39 UTC (3+ messages)
[PATCH 0/8] odb: write alternates at creation time
2026-09-14 10:22 UTC (5+ messages)
` [PATCH v5 0/9] "
Participating in Outreachy's December 2026 cohort
2026-09-14 9:41 UTC (7+ messages)
[PATCH 0/3] imap-send: future proofing and two correctness fixes
2026-09-14 9:10 UTC (4+ messages)
` [PATCH 1/3] imap-send: prepare for OpenSSL 4.1
[PATCH] ci: drop no-op gettext link on macOS
2026-09-14 8:50 UTC (6+ messages)
` [PATCH v2] "
[PATCH] rerere: keep a background gc from killing a rebase
2026-09-14 8:04 UTC (4+ messages)
` [PATCH v4 0/2] rerere: wait for MERGE_RR.lock, and go on at a conflict
` [PATCH v4 1/2] rerere: wait for MERGE_RR.lock, and let the gc skip it
` [PATCH v4 2/2] rerere: go on at a conflict when the lock stays busy
[PATCH] dir: find common prefix among positive pathspecs
2026-09-14 7:27 UTC (7+ messages)
` [PATCH v2 0/2] dir: fix pathspec prefixes with exclusions
` [PATCH v4 "
` [PATCH v4 1/2] dir: do not apply prefix to negative pathspecs
` [PATCH v4 2/2] dir: preserve pathspec prefix optimization with leading excludes
[ANNOUNCE] Git for Windows 2.56.0-rc0
2026-09-14 7:15 UTC
[PATCH 0/2] sequencer: leave auto maintenance to the end of a rebase
2026-09-14 7:12 UTC (11+ messages)
` [PATCH v4 0/3] sequencer: leave auto maintenance to the end of a sequence
` [PATCH v4 1/3] config: add git_config_append_parameter()
` [PATCH v4 2/3] rebase, cherry-pick, revert: run auto maintenance when done
` [PATCH v4 3/3] sequencer: disable auto maintenance in spawned commands
git安装报错
2026-09-14 5:52 UTC (6+ messages)
` 回复:Re: git安装报错
` 回复:Re: "
[PATCH 0/2] fetch: clobber existing tags with --prune-tags
2026-09-13 22:57 UTC (6+ messages)
` [PATCH 2/2] "
[PATCH 0/2] Use Rust in the Windows CI jobs
2026-09-13 22:52 UTC (14+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] rust: pick a GCC-compatible Cargo target under MSYS2/MinGW
` [PATCH v2 2/2] ci(windows): build with Rust
` [PATCH v3 0/2] Use Rust in the Windows CI jobs
` [PATCH v3 1/2] rust: pick a GCC-compatible Cargo target under MSYS2/MinGW
` [PATCH v3 2/2] ci(windows): build with Rust
` [PATCH v4 0/2] Use Rust in the Windows CI jobs
` [PATCH v4 1/2] rust: pick a GCC-compatible Cargo target under MSYS2/MinGW
` [PATCH v4 2/2] ci(windows): build with Rust
[PATCH] cmake(windows): accommodate for Git for Windows' migration to UCRT64
2026-09-13 20:41 UTC
[PATCH 0/2] mingw: fix perl related test failures
2026-09-13 19:11 UTC (3+ messages)
` [PATCH 1/2] t9700: accommodate for MSYS2 Perl reporting as `cygwin`
` [PATCH 2/2] t9129: skip UTF-8 tests on Windows
[PATCH] cocci: remove risky "if (!E) free(E)" conversion
2026-09-13 10:45 UTC (5+ messages)
` [PATCH] cocci: FREE_AND_NULL(E) is safe to call on NULL
[PATCH 0/2] worktree repair: avoid breaking unrelated .git file and gitdir
2026-09-13 3:20 UTC (3+ messages)
` [PATCH 1/2] worktree repair: refactor and reduce .git file reads
` [PATCH 2/2] worktree repair: avoid breaking unrelated .git file and gitdir
[PATCH 0/3] history: sign rewritten commits
2026-09-12 16:00 UTC (4+ messages)
` [PATCH v3 0/2] history: support signing "
` [PATCH v3 1/2] replay: allow callers to sign commits
` [PATCH v3 2/2] history: sign rewritten commits
[PATCH] ci: only warn about perforce/git-lfs/JGit on platforms that need them
2026-09-12 14:38 UTC
[PATCH] refs/files: avoid packed-refs lock for root ref deletion
2026-09-12 2:12 UTC (4+ messages)
` [PATCH v2] "
[PATCH] blame: default to ignoring revisions in .git-blame-ignore-revs
2026-09-11 23:29 UTC
[GSoC Patch 0/7] repo: add more path keys to git repo info
2026-09-11 22:08 UTC (4+ messages)
` [GSoC Patch v6 0/7] "
` [GSoC Patch v6 2/7] repo: add path.superproject-root with absolute and relative suffixes
What's cooking in git.git (Sep 2026, #05)
2026-09-11 22:03 UTC
[PATCH 0/2] bump ci asciidoctor version
2026-09-11 21:50 UTC (13+ messages)
` [PATCH 2/2] ci: use system asciidoctor
` [PATCH (RESEND)] "
[PATCH] read-cache: avoid sparse-index expansion for unborn HEAD
2026-09-11 21:31 UTC (5+ messages)
[PATCH v9 0/4] hook: introduce the receive-report hook
2026-09-11 21:23 UTC (4+ messages)
` [PATCH v9 4/4] "
[PATCH v7 0/3] Convert USE_NSEC to runtime config
2026-09-11 20:16 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).