Git development
 help / color / mirror / Atom feed
 messages from 2026-09-10 12:21:39 to 2026-09-13 10:31:22 UTC [more...]

[PATCH 0/2] Use Rust in the Windows CI jobs
 2026-09-13 10:31 UTC  (13+ messages)
` [PATCH 1/2] rust: pick a GCC-compatible Cargo target under MSYS2/MinGW
` [PATCH v2 0/2] Use Rust in the Windows CI jobs
  ` [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 0/3] doc lint fixes for pack-refs and refs
 2026-09-13 10:26 UTC  (5+ 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 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] pull: avoid crash of invalid merge head
 2026-09-12 22:34 UTC 

[PATCH] cocci: remove risky "if (!E) free(E)" conversion
 2026-09-12 19:07 UTC  (4+ messages)
` [PATCH] cocci: FREE_AND_NULL(E) is safe to call on NULL

[PATCH 0/3] history: sign rewritten commits
 2026-09-12 16:00 UTC  (8+ messages)
` [PATCH v2 1/2] replay: allow callers to sign commits
` [PATCH v2 2/2] builtin/history: sign rewritten commits
` [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 v3] advice: use global config for default branch name
 2027-08-29  0:49 UTC  (15+ messages)
` [PATCH v4 0/3] defaultBranchName advice is useless
  ` [PATCH v4 1/3] advice: pass the entire advice_setting to vadvise()
  ` [PATCH v4 2/3] advice: introduce advice scoping mechanism

[PATCH] ci: drop no-op gettext link on macOS
 2026-09-12  7:55 UTC 

[PATCH] refs/files: avoid packed-refs lock for root ref deletion
 2026-09-12  2:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] refs/files: avoid packed-refs lock for root ref deletion
 2026-09-12  1:46 UTC 

[PATCH] completion: complete 'git worktree repair'
 2026-09-12  0:12 UTC 

[PATCH 0/2] push: fix --force-if-includes consulting wrong ref
 2026-09-11 23:47 UTC  (14+ messages)
` [PATCH v2 1/2] push: check pushed ref for --force-if-includes
` [PATCH v3 0/2] push: fix --force-if-includes consulting wrong ref
  ` [PATCH v3 1/2] push: check pushed ref for --force-if-includes
  ` [PATCH v3 2/2] push: fix --force-if-includes detached HEAD advice

[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  (12+ messages)
` [GSoC Patch v6 0/7] "
  ` [GSoC Patch v6 1/7] repo: add path.toplevel with absolute and relative suffix formatting
  ` [GSoC Patch v6 2/7] repo: add path.superproject-root with absolute and relative suffixes
  ` [GSoC Patch v6 3/7] repo: add path.hooks "
  ` [GSoC Patch v6 4/7] repo: add path.index "
  ` [GSoC Patch v6 5/7] repo: add path.grafts "
  ` [GSoC Patch v6 6/7] repo: add path.git-prefix
  ` [GSoC Patch v6 7/7] repo: add path.cdup

What's cooking in git.git (Sep 2026, #05)
 2026-09-11 22:03 UTC 

[PATCH] hook: introduce the report hook for git-receive-pack(1)
 2026-09-11 21:58 UTC  (19+ messages)
` [PATCH v9 0/4] hook: introduce the receive-report hook
  ` [PATCH v9 4/4] "
` [PATCH v10 0/4] "
  ` [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

[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] range-diff: add --matched-only to skip one-sided commits
 2026-09-11 20:55 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v4 0/3] Convert USE_NSEC to runtime config
 2026-09-11 20:16 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] meson: expose knob for xmlto relative links in manuals
  ` [PATCH v7 2/3] environment: align repo_config_values_init with struct declaration
  ` [PATCH v7 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec

What's cooking in git.git (Sep 2026, #04)
 2026-09-11 19:01 UTC  (6+ messages)
` jk/ci-use-system-asciidoctor

[PATCH] merge-ll: Cleanup merge driver temporaries after interrupt
 2026-09-11 18:32 UTC  (11+ 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

[GIT PULL] gitk: discourage AI, color preference dialog
 2026-09-11 16:04 UTC  (2+ messages)

[PATCH] ci: bump debian-11 job to debian-12
 2026-09-11 15:42 UTC  (5+ messages)

Automatic code formatting
 2026-09-11 13:57 UTC  (5+ messages)
` [RFC PATCH 0/4] make headway towards a clean "clang-format"
  ` [RFC PATCH 2/4] .clang-format: Add a BitFieldColonSpacing=None rule

[PATCH 00/10] odb: make consistency checks pluggable
 2026-09-11 13:27 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] builtin/fsck: use `fsck_obj_buffer()` when checking loose objects
  ` [PATCH v3 02/10] builtin/fsck: merge `fsck_obj_buffer()` and `fsck_obj()`
  ` [PATCH v3 03/10] builtin/fsck: de-globalize option handling
  ` [PATCH v3 04/10] builtin/fsck: don't check alternates with "--no-full"
  ` [PATCH v3 05/10] odb: provide infrastructure for pluggable fsck checks
  ` [PATCH v3 06/10] builtin/fsck: move packfile verification into the packed source
  ` [PATCH v3 07/10] builtin/fsck: move reverse index "
  ` [PATCH v3 08/10] builtin/fsck: move bitmap "
  ` [PATCH v3 09/10] builtin/fsck: move multi-pack index "
  ` [PATCH v3 10/10] builtin/fsck: move loose object verification into the loose source

[PATCH 00/12] Upstream some more Git for Windows' patches
 2026-09-11 13:26 UTC  (7+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 04/13] mingw: only use -Wl,--large-address-aware for 32-bit builds
  ` [PATCH v4 06/13] mingw: set the prefix and HOST_CPU as per MSYS2's settings

[PATCH v2 00/10] odb: make consistency checks pluggable
 2026-09-11 12:23 UTC  (12+ messages)
` [PATCH v2 05/10] odb: provide infrastructure for pluggable fsck checks
` [PATCH v2 07/10] builtin/fsck: move reverse index verification into the packed source
` [PATCH v2 09/10] builtin/fsck: move multi-pack "
` [PATCH v2 10/10] builtin/fsck: move loose object verification into the loose source

[PATCH 0/2] sequencer: leave auto maintenance to the end of a rebase
 2026-09-11  7:34 UTC  (6+ 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 0/3] environment: clean up repository config handling
 2026-09-11  6:22 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] environment: drop redundant NULL checks in config getters

[PATCH 00/12] odb: stop registering in-memory sources
 2026-09-11  5:51 UTC  (15+ messages)
` [PATCH v3 00/13] "
  ` [PATCH v3 01/13] cache-tree: drop `the_repository` in `cache_tree_fully_valid()`
  ` [PATCH v3 02/13] cache-tree: remove dependency on `the_repository`
  ` [PATCH v3 03/13] submodule-config: remove uses of `the_repository`
  ` [PATCH v3 04/13] submodule-config: stop using `the_hash_algo`
  ` [PATCH v3 05/13] submodule-config: stop registering submodule sources
  ` [PATCH v3 06/13] builtin/grep: stop registering submodule ODB as source
  ` [PATCH v3 07/13] odb: remove infrastructure to register submodule sources
  ` [PATCH v3 08/13] tmp-objdir: drop unused function to register alternate
  ` [PATCH v3 09/13] odb/packed: fix memory leaks when freeing source
  ` [PATCH v3 10/13] builtin/multi-pack-index: refuse unknown sources with "--object-dir="
  ` [PATCH v3 11/13] t/helper: adapt read-midx to not link ad-hoc source anymore
  ` [PATCH v3 12/13] t/helper: stop registering alternates in "ref-store" command
  ` [PATCH v3 13/13] odb: remove the ability to link sources ad-hoc

[PATCH 0/8] odb: write alternates at creation time
 2026-09-11  5:15 UTC  (13+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 1/9] setup: split up concerns of `init_db()`
  ` [PATCH v5 2/9] builtin/clone: defer setup of the object database
  ` [PATCH v5 3/9] builtin/clone: move around `setup_reference()`
  ` [PATCH v5 4/9] builtin/clone: refactor handling of "--reference{,-if-able}"
  ` [PATCH v5 5/9] builtin/clone: move setup of alternates for shared local clones
  ` [PATCH v5 6/9] builtin/clone: move setup of alternates for non-shared "
  ` [PATCH v5 7/9] odb/source: support writing alternates when creating the database
  ` [PATCH v5 8/9] builtin/clone: write alternates via `odb_create_on_disk()`
  ` [PATCH v5 9/9] odb/source: remove the ability to write alternates

[PATCH v4 0/9] odb: write alternates at creation time
 2026-09-11  5:15 UTC  (11+ messages)
` [PATCH v4 4/9] builtin/clone: refactor handling of "--reference{,-if-able}"
` [PATCH v4 5/9] builtin/clone: move setup of alternates for shared local clones
` [PATCH v4 7/9] odb/source: support writing alternates when creating the database

[L10N] Kickoff for Git 2.56.0 translations
 2026-09-11  4:51 UTC 

[PATCH 0/2] guides: keep Documentation/Makefile and command-list.txt in sync
 2026-09-10 19:43 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] command-list.txt: add gitformat-loose(5) and gitpacking(7)
  ` [PATCH v2 2/2] lint-docs: check the guide list in command-list.txt

[ANNOUNCE] Git Contributor's Summit 2026
 2026-09-10 19:35 UTC  (2+ messages)

[PATCH 0/3] Update t40* tests to use modern style
 2026-09-10 17:56 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] Update t4001 to use modern syntax
  ` [PATCH v2 2/3] Update t4009 to use modern style
  ` [PATCH v2 3/3] Update t4010 "

[PATCH v2] Move rust gitcore crate to a different subdirectory
 2026-09-10 17:45 UTC  (6+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[ANNOUNCE] Git v2.56.0-rc0
 2026-09-10 17:20 UTC 

[PATCH] doc: Make asciidoc bullet items separate
 2026-09-10 16:38 UTC  (3+ messages)

[PATCH] builtin/history: unuse the commit buffer after use
 2026-09-10 16:37 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] advice: use global config for default branch name
 2026-09-10 16:31 UTC  (10+ messages)

history: 'reword HEAD' surfaces a memory leak
 2026-09-10 15:27 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox