Git development
 help / color / mirror / Atom feed
 messages from 2026-09-07 07:50:05 to 2026-09-09 07:03:49 UTC [more...]

[PATCH 00/11] Fix inconsistent ref storage format terminology
 2026-09-09  7:03 UTC  (28+ messages)
` [PATCH 01/11] builtin/init: rename "--ref-format=" to "--ref-storage="
` [PATCH 09/11] setup: rename ref storage format environment variables
` [PATCH v2 00/11] Fix inconsistent ref storage format terminology
  ` [PATCH v2 01/11] builtin/init: rename "--ref-format=" to "--ref-storage-format="
  ` [PATCH v2 02/11] builtin/clone: "
  ` [PATCH v2 03/11] builtin/refs: "
  ` [PATCH v2 04/11] builtin/submodule: "
  ` [PATCH v2 05/11] builtin/rev-parse: rename "--show-ref-format" to "--show-ref-storage-format"
  ` [PATCH v2 06/11] help: rename "default-ref-format" to "default-ref-storage-format"
  ` [PATCH v2 07/11] refs: expose function to parse reference URIs
  ` [PATCH v2 08/11] setup: refactor how we configure the ref storage format
  ` [PATCH v2 09/11] setup: rename ref storage format environment variables
  ` [PATCH v2 10/11] setup: rename "init.defaultRefFormat" to "init.defaultRefStorageFormat"
  ` [PATCH v2 11/11] setup: allow "git init --ref-storage-format=" to specify a payload

[PATCH] push: fix --force-if-includes when remote-tracking ref has no reflog
 2026-09-09  6:56 UTC  (8+ messages)
  ` [PATCH v2] "

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

[PATCH 0/2] sequencer: leave auto maintenance to the end of a rebase
 2026-09-09  5:57 UTC  (27+ messages)
` [PATCH v2 0/3] sequencer: leave auto maintenance to the end of a sequence
  ` [PATCH v2 1/3] config: add git_config_append_parameter()
  ` [PATCH v2 2/3] sequencer: run auto maintenance once a sequence is done
  ` [PATCH v2 3/3] sequencer: keep auto maintenance out of the commands a sequence spawns
` [PATCH v3 0/3] sequencer: leave auto maintenance to the end of a sequence
  ` [PATCH v3 1/3] config: add git_config_append_parameter()
  ` [PATCH v3 2/3] rebase, cherry-pick, revert: run auto maintenance when done
  ` [PATCH v3 3/3] sequencer: disable auto maintenance in spawned commands

[PATCH v2 00/13] odb: stop registering in-memory sources
 2026-09-09  5:52 UTC  (8+ messages)
` [PATCH v2 05/13] submodule-config: stop registering submodule sources
` [PATCH v2 10/13] builtin/multi-pack-index: refuse unknown sources with "--object-dir="

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

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

[PATCH v2] Move rust gitcore crate to a different subdirectory
 2026-09-09  1:38 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] builtin/whoami: add new 'whoami' command
 2026-09-09  1:24 UTC  (10+ messages)
` [PATCH v3] var: support broken-down idents, default key, multiple args, and -z
` [PATCH v4] var: support broken-down idents, signing "
` [PATCH v5] "
` [PATCH v6] "

[BUG] git bundle create with bitmaps omits tree required by advertised ref
 2026-09-08 22:33 UTC  (2+ messages)

[PATCH 0/2] push: fix --force-if-includes consulting wrong ref
 2026-09-08 22:20 UTC  (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] push: check pushed ref for --force-if-includes
` [PATCH v2 2/2] push: fix --force-if-includes detached HEAD advice

[PATCH] rust: respect CARGO_BUILD_TARGET when locating build output
 2026-09-08 21:53 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 0/2] rebase: add --fixup to fold a range into its oldest commit
 2026-09-08 20:57 UTC  (11+ messages)
` [PATCH v15 0/8] history: add squash subcommand to fold a range
  ` [PATCH v15 1/8] history: extract helper for a commit's parent tree
  ` [PATCH v15 2/8] history: give commit_tree_ext a message template
  ` [PATCH v15 3/8] sequencer: share the squash message marker helpers and flags
  ` [PATCH v15 4/8] history: add skeleton for squash subcommand
  ` [PATCH v15 5/8] history: validate squash revision ranges
  ` [PATCH v15 6/8] history: protect branches when squashing a range
  ` [PATCH v15 7/8] history: create squashed commits without editing
  ` [PATCH v15 8/8] history: support editing squashed commit messages

[PATCH 0/3] Update t40* tests to use modern style
 2026-09-08 20:48 UTC  (5+ messages)
` [PATCH 1/3] Update t4001 to use modern syntax
` [PATCH 2/3] Update t4009 to use modern style
` [PATCH 3/3] Update t4010 "

[PATCH] hook: introduce the report hook for git-receive-pack(1)
 2026-09-08 19:50 UTC  (19+ messages)
` [PATCH v7 0/4] hook: introduce the receive-report hook
  ` [PATCH v7 2/4] receive-pack: drop static variables to track report status version
  ` [PATCH v7 3/4] receive-pack: move message generation to separate function
  ` [PATCH v7 4/4] hook: introduce the receive-report hook
` [PATCH v8 0/4] "
  ` [PATCH v8 1/4] doc: add proc-receive hook info in 'git-receive-pack.adoc'
  ` [PATCH v8 2/4] receive-pack: drop static variables to track report status version
  ` [PATCH v8 3/4] receive-pack: move message generation to separate function
  ` [PATCH v8 4/4] hook: introduce the receive-report hook

[PATCH v2 0/5] Introduce 'uploadpack.lazyFetchTrusted'
 2026-09-08 18:34 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] promisor-remote: factor out lazy_fetch_objects()
  ` [PATCH v3 2/5] setup: extract path_allowlist_apply()
  ` [PATCH v3 3/5] upload-pack: read uploadpack.lazyFetchTrusted
  ` [PATCH v3 4/5] promisor-remote: prevent infinite recursion when lazy fetching
  ` [PATCH v3 5/5] builtin/upload-pack: set GIT_NO_LAZY_FETCH to 0 on trusted repo

[ANNOUNCE] Git Contributor's Summit 2026
 2026-09-08 18:20 UTC  (2+ messages)

[PATCH 0/5] Introduce 'uploadpack.lazyFetchTrusted'
 2026-09-08 17:49 UTC  (14+ messages)
` [PATCH v2 1/5] promisor-remote: factor out lazy_fetch_objects()
` [PATCH v2 2/5] setup: extract path_allowlist_apply()
` [PATCH v2 3/5] setup: add 'allow_dot' arg to path_allowlist_apply()
` [PATCH v2 5/5] builtin/upload-pack: set GIT_NO_LAZY_FETCH to 0 on trusted repo

[PATCH v2] advice: use global config for default branch name
 2026-09-08 21:14 UTC 

What will come after Git 2.56?
 2026-09-08 15:59 UTC  (6+ messages)

[PATCH] midx-write: skip empty incremental layers
 2026-09-08 15:06 UTC  (4+ messages)
  ` [PATCH v2] midx-write: skip writes with no object entries

git send-email bug, sending cuts off to rate limit
 2026-09-08 13:27 UTC 

[PATCH v3] http: add http.sslVerifyStatus to check stapled OCSP responses
 2026-09-08 12:55 UTC  (10+ messages)
` [PATCH v6] "

What's cooking in git.git (Sep 2026, #03)
 2026-09-08  8:37 UTC 

[PATCH 0/3] imap-send: future proofing and two correctness fixes
 2026-09-08  8:26 UTC  (9+ messages)
` [PATCH 1/3] imap-send: prepare for OpenSSL 4.1
` [PATCH 2/3] imap-send: don't expect an ASN1_STRING to be NUL-terminated
` [PATCH 3/3] imap-send: only check the CN if no SAN DNS names are present

[bug] git worktree add deletes my entire directory
 2026-09-08  8:21 UTC  (2+ messages)

[PATCH] lint-gitlink: don't use empty lower bound in .{0,8}
 2026-09-08  6:43 UTC  (3+ messages)

[PATCH] fetch-pack: trace packfile URI downloads
 2026-09-08  3:27 UTC  (4+ messages)

[RFC PATCH 0/6] Git 3.0: restrict hex object IDs to lowercase only
 2026-09-07 19:59 UTC  (13+ messages)
` [RFC PATCH 6/6] hex: allow only lowercase object IDs in breaking changes mode
` [PATCH v2 0/7] Git 3.0: restrict hex object IDs to lowercase only
  ` [PATCH v2 1/7] hex: add functionality for lowercase-only hex
  ` [PATCH v2 2/7] hex: allow specifying hex type with hex2chr
  ` [PATCH v2 3/7] hex: make hex_to_bytes accept kind of hex to use
  ` [PATCH v2 4/7] hex: label usages of hex parsing for object IDs
  ` [PATCH v2 5/7] object-name: use hexval
  ` [PATCH v2 6/7] t5324: adjust tests for corrupt commit-graph
  ` [PATCH v2 7/7] hex: allow only lowercase object IDs in breaking changes mode

[PATCH] git pull silently overwrites local directory with symlink due to .gitignore "dir/"
 2026-09-07 19:41 UTC  (2+ messages)

[PATCH v1 0/3] worktree: add post-worktree-add and post-worktree-remove hooks
 2026-09-07 19:34 UTC  (8+ messages)
` [PATCH v2 0/4] worktree: add lifecycle hooks

[PATCH] doc: Make asciidoc bullet items separate
 2026-09-07 17:10 UTC  (4+ messages)

Je vais pas
 2026-09-07 16:05 UTC 

history: 'reword HEAD' surfaces a memory leak
 2026-09-07 12:12 UTC  (4+ messages)

[PATCH 0/2] Update tests to use semantic functions
 2026-09-07 12:10 UTC  (3+ messages)
` [PATCH 1/2] Update shell "

[PATCH] rerere: keep a background gc from killing a rebase
 2026-09-07 10:07 UTC  (5+ messages)
` [PATCH v2] "


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