Git development
 help / color / mirror / Atom feed
 messages from 2026-08-21 12:22:50 to 2026-08-25 17:59:23 UTC [more...]

[GSoC Patch 0/7] repo: add more path keys to git repo info
 2026-08-25 17:58 UTC  (10+ messages)
` [GSoC PATCH v4 "
  ` [GSoC PATCH v4 6/7] repo: add path.git-prefix
` [GSoC Patch v5 0/7] add more path keys to git repo info
  ` [GSoC Patch v5 1/7] repo: add path.toplevel with absolute and relative suffix formatting
  ` [GSoC Patch v5 2/7] repo: add path.superproject-root with absolute and relative suffixes

Subject: [RFC] stash: let the stash stack live in a configurable ref
 2026-08-25 17:38 UTC  (6+ messages)

[PATCH 0/2] rebase: add --fixup to fold a range into its oldest commit
 2026-08-25 17:20 UTC  (8+ messages)
` [PATCH v14 0/8] history: add squash subcommand to fold a range
  ` [PATCH v14 7/8] history: create squashed commits without editing

[PATCH] am: record blobs of cleanly applied patches when using --3way
 2026-08-25 17:14 UTC  (2+ messages)

[RFC PATCH 0/6] Git 3.0: restrict hex object IDs to lowercase only
 2026-08-25 16:36 UTC  (10+ messages)
` [RFC PATCH 1/6] hex: add functionality for lowercase-only hex
` [RFC PATCH 4/6] hex: label usages of hex parsing for object IDs
` [RFC PATCH 5/6] object-name: use hexval
` [RFC PATCH 6/6] hex: allow only lowercase object IDs in breaking changes mode

[PATCH] sequencer: release the ODB before spawning git commit
 2026-08-25 15:54 UTC  (5+ messages)
` [PATCH v2] "

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

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

[PATCH 0/3] reftable/stack: avoid reloading the stack when locked
 2026-08-25 10:30 UTC  (17+ messages)
` [PATCH 2/3] reftable/stack: move list lock to `struct reftable_stack`
` [PATCH 3/3] reftable/stack: avoid reloading the stack when already locked
` [PATCH v2 0/4] reftable/stack: avoid reloading the stack when locked
  ` [PATCH v2 1/4] reftable/stack: remove `REFTABLE_STACK_NEW_ADDITION_RELOAD`
  ` [PATCH v2 2/4] reftable/stack: rename reftable_stack_new_addition()
  ` [PATCH v2 3/4] reftable/stack: move list lock to `struct reftable_stack`
  ` [PATCH v2 4/4] reftable/stack: avoid reloading the stack when already locked

[PATCH 0/2] Objects treated as missing despite being present, due to race with geometric repacking
 2026-08-25  7:38 UTC  (17+ messages)
` [PATCH 2/2] packfile: recover when a multi-pack-index names a removed pack

[PATCH] send-pack: avoid sending the whole tree when pushing from a shallow clone
 2026-08-25  5:00 UTC  (6+ messages)

[PATCH v2] http: preserve wwwauth_headers across redirects
 2026-08-25  0:40 UTC  (3+ messages)

[PATCH] t1401: test symbolic-ref exit codes on a non-symbolic ref
 2026-08-25  0:05 UTC  (7+ messages)
` [PATCH v2] t1401: check symbolic-ref exit codes and --quiet silence

[PATCH] rerere: technical documentation typofix
 2026-08-24 22:40 UTC  (2+ messages)

[PATCH 0/3] format-patch: learn --[no-]range-diff-notes
 2026-08-24 22:31 UTC  (5+ messages)
` [PATCH 1/3] format-patch: simplify get_notes_arg parameters
` [PATCH 2/3] revision.h: rename struct member to reflect notes role
` [PATCH 3/3] format-patch: learn --[no-]range-diff-notes

[PATCH] worktree add: improve message for ambiguous remote branch name
 2026-08-24 22:25 UTC  (14+ messages)
` [PATCH v6 0/3] "
  ` [PATCH v6 3/3] "
` [PATCH v7 0/3] "
  ` [PATCH v7 1/3] checkout: extract function to display advice for ambiguous remotes
  ` [PATCH v7 2/3] checkout: improve message for ambiguous remote branch name
  ` [PATCH v7 3/3] worktree add: "

Questions about --ext-diff
 2026-08-24 20:25 UTC  (3+ messages)

[PATCH 0/3] treewide: migrate from legacy utime.h to utimensat
 2026-08-24 20:25 UTC  (19+ messages)
` [PATCH 1/3] compat/posix: introduce utimensat(2) wrapper
` [PATCH 2/3] treewide: use utimensat(2) instead of legacy utime(3p)
` [PATCH 3/3] compat/posix: drop legacy <utime.h> header and shims

[RFC PATCH 00/14] git organize: record file placement and apply it
 2026-08-24 20:03 UTC  (18+ messages)
` [RFC PATCH 01/14] organize: add the git organize builtin
` [RFC PATCH 02/14] organize: add the labeler, organizer, and apply --labels-only
` [RFC PATCH 03/14] organize: add status --exit-code
` [RFC PATCH 04/14] organize: add the --label selector
` [RFC PATCH 05/14] organize: declare Git's scope and layout
` [RFC PATCH 06/14] organize: record a label for every source in scope
` [RFC PATCH 07/14] odb: gather the odb sources under odb/
` [RFC PATCH 08/14] refs: gather the refs sources under refs/
` [RFC PATCH 09/14] pack: gather the pack sources under pack/
` [RFC PATCH 10/14] diff: gather the diff sources under diff/
` [RFC PATCH 11/14] revision: gather the revision sources under revision/
` [RFC PATCH 12/14] index: gather the index sources under index/
` [RFC PATCH 13/14] setup: gather the setup sources under setup/
` [RFC PATCH 14/14] transport: gather the transport sources under transport/

What's cooking in git.git (Aug 2026, #10)
 2026-08-24 20:02 UTC  (3+ messages)

[PATCH] hook: introduce the report hook for git-receive-pack(1)
 2026-08-24 17:00 UTC  (16+ messages)
` [PATCH v2] "
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] doc: add proc-receive hook info in 'git-receive-pack.adoc'
  ` [PATCH v3 2/3] receive-pack: move message generation to separate function
  ` [PATCH v3 3/3] hook: introduce the report hook for git-receive-pack(1)

[PATCH] pull: add --hard mode
 2026-08-24 14:11 UTC  (8+ messages)

[PATCH/RFC 0/4] config: read both home and xdg files for --global
 2026-08-24  1:32 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] path: use forward slashes in XDG config on Windows
  ` [PATCH v2 2/3] config: let sequence require a successful file
  ` [PATCH v2 3/3] config: read global scope via config_sequence

[PATCH v6 0/9] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-08-23 19:38 UTC  (4+ messages)
` [RFC PATCH v7 0/10] diff: add provider interface and initial providers

[GSoC Patch 0/2] add unicode support to git repo structure
 2026-08-23 17:06 UTC  (7+ messages)
` [GSoC Patch 1/2] gettext: fall back to env-derived charset when unset
` [GSoC Patch 2/2] repo: add Unicode support for `repo structure` output

[PATCH v2] t1402: test forbidden characters in refnames
 2026-08-23 14:15 UTC  (2+ messages)

[PATCH] gitk: discourage AI contributions
 2026-08-23 13:10 UTC  (2+ messages)

[PATCH 0/4] doc: advertize gitdatamodel(1)
 2026-08-23 11:32 UTC  (9+ messages)
` [PATCH 2/4] doc: git: link to the gitdatamodel(7) tutorial
` [PATCH v2 0/4] doc: advertize gitdatamodel(1)
  ` [PATCH v2 1/4] doc: git: list gitdatamodel(7) as a concept guide
  ` [PATCH v2 2/4] doc: git: link to the gitdatamodel(7) tutorial
  ` [PATCH v2 3/4] doc: glossary: link four of the terms to gitdatamodel(7)
  ` [PATCH v2 4/4] doc: datamodel: link to the glossary

[PATCH] credential/libsecret: load secrets explicitly
 2026-08-22 20:47 UTC  (4+ messages)

Bug Report: subtree then rebase causes unrelated history to conflict
 2026-08-22 16:10 UTC 

[BUG] git config --global: doc and behaviour disagree when ~/.gitconfig and XDG config file coexist
 2026-08-22  9:38 UTC  (5+ messages)

[PATCH 0/2] branch: fix --recurse-submodules with a nameless start point
 2026-08-21 23:01 UTC  (3+ messages)
` [PATCH 1/2] branch: do not track a start point with no ref
` [PATCH 2/2] branch: allow recursion with no tracking name

[PATCH] worktree repair: detect relative path in .git file correctly
 2026-08-21 22:20 UTC  (4+ messages)
` [PATCH v3] "

AI Textconv filter misconfiguration on Windows leads to silent corruption of diff output (ongoing investigation)
 2026-08-21 21:14 UTC  (2+ messages)

[PATCH] completion: zsh: support completion after "git -C <path>"
 2026-08-21 16:42 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] trailers: stop recognizing URLs as trailers
 2026-08-21 15:55 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 0/5] odb: eagerly load alternates
 2026-08-21 15:19 UTC  (5+ messages)
` [PATCH v3 2/5] odb: decouple source path comparisons from `the_repository`

[PATCH v4 0/9] builtin/receive-pack: support pluggable packfile writes
 2026-08-21 15:05 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 9/9] odb/transaction: add transaction interface to write packfiles

[PATCH v2 0/5] odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` generically
 2026-08-21 12:39 UTC  (7+ messages)
` [PATCH v2 3/5] odb/source: let callers discern missing and corrupt objects

[PATCH 0/5] odb: make packfile generation pluggable
 2026-08-21 12:38 UTC  (3+ messages)
` [PATCH v4 0/6] "

[PATCH 0/2] fetch-pack: allow parallelizing packfile URI fetches
 2026-08-21 12:31 UTC  (3+ messages)
` [PATCH 1/2] fetch-pack: prepare for threaded fetching of packfile URIs
` [PATCH 2/2] fetch-pack: allow parallelizing packfile URI fetches


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