Git development
 help / color / mirror / Atom feed
 messages from 2026-06-19 20:26:37 to 2026-06-22 18:21:13 UTC [more...]

[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
 2026-06-22 18:21 UTC  (13+ messages)
` [PATCH/RFC 1/6] commit-reach: decouple ahead_behind from nonstale_queue
` [PATCH/RFC 2/6] commit-reach: introduce struct paint_queue with per-side counters
` [PATCH/RFC 3/6] commit-reach: terminate merge-base walk when one paint side is exhausted
` [PATCH/RFC 4/6] t6600: add test cases for side-exhaustion edge cases
` [PATCH/RFC 5/6] t6099, t6600: add side-exhaustion regression tests
` [PATCH/RFC 6/6] Documentation/technical: add paint-down-to-common doc

[PATCH v2 0/2] environment: move ignore_case into repo_config_values
 2026-06-22 18:01 UTC  (5+ messages)
` [PATCH v3 "

[PATCH 0/3] connected: search promisor objects generically
 2026-06-22 17:57 UTC  (6+ messages)
` [PATCH 1/3] odb/source-packed: extract logic to skip certain packs
` [PATCH 2/3] odb/source-packed: support flags when iterating an object prefix
` [PATCH 3/3] connected: search promisor objects generically

[GSoC][PATCH 0/4] teach git repo info to handle path keys
 2026-06-22 17:41 UTC  (15+ messages)
` [GSoC Patch v6 "
  ` [GSoC Patch v6 1/4] path: introduce append_formatted_path() for shared path formatting
  ` [GSoC Patch v6 2/4] rev-parse: use append_formatted_path() for "
  ` [GSoC Patch v6 3/4] repo: add path.commondir with absolute and relative suffix formatting
  ` [GSoC Patch v6 4/4] repo: add path.gitdir "
` [GSoC Patch v7 0/3] teach git repo info to handle path keys
  ` [GSoC Patch v7 1/3] path: extract append_formatted_path() and use in rev-parse
  ` [GSoC Patch v7 2/3] repo: add path.commondir with absolute and relative suffix formatting
  ` [GSoC Patch v7 3/3] repo: add path.gitdir "

[PATCH 0/2] status: improve rebase todo list parsing
 2026-06-22 17:26 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] sequencer: factor out parsing of todo commands
  ` [PATCH v3 2/2] status: improve rebase todo list parsing

[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
 2026-06-22 16:26 UTC  (9+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] t/perf: drop p5311's lookup-table permutation
  ` [PATCH v3 2/4] pack-objects: support reachability bitmaps with `--path-walk`
  ` [PATCH v3 3/4] pack-objects: extract `record_tree_depth()` helper
  ` [PATCH v3 4/4] pack-objects: support `--delta-islands` with `--path-walk`

[PATCH] Makefile: drop duplicate %.a from link recipes
 2026-06-22 15:49 UTC  (14+ messages)
` [PATCH v2] Makefile: dedup archives in $(LIBS) so link recipes don't repeat them
  ` [PATCH v3] config.mak.uname: avoid macOS dup-library warning

[PATCH v3 0/3] Teach git-replay(1) to linearize merge commits
 2026-06-22 15:43 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] replay: refactor enum replay_mode into a bool
  ` [PATCH v4 2/3] replay: add helper to put entry into mapped_commits
  ` [PATCH v4 3/3] replay: offer an option to linearize the commit topology

[PATCH v16 0/7] branch: delete-merged
 2026-06-22 15:36 UTC  (10+ messages)
` [PATCH v17 "
  ` [PATCH v17 1/7] branch: add --forked filter for --list mode
  ` [PATCH v17 2/7] branch: convert delete_branches() to a flags argument
  ` [PATCH v17 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
  ` [PATCH v17 4/7] branch: prepare delete_branches for a bulk caller
  ` [PATCH v17 5/7] branch: add --delete-merged <branch>
  ` [PATCH v17 6/7] branch: add branch.<name>.deleteMerged opt-out
  ` [PATCH v17 7/7] branch: add --dry-run for --delete-merged

[PATCH RFC 0/2] Move libgit.a sources into separate "lib/" directory
 2026-06-22 13:08 UTC  (5+ messages)
` [PATCH RFC v2 "
  ` [PATCH RFC v2 1/2] t/helper: prepare "test-example-tap.c" for introduction of "lib/"
  ` [PATCH RFC v2 2/2] Move libgit.a sources into separate "lib/" directory

[PATCH] SubmittingPatches: address design critiques
 2026-06-22 12:57 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

What's cooking in git.git (Jun 2026, #07)
 2026-06-22 12:50 UTC  (3+ messages)

[PATCH v2] log: improve --follow following renames for non-linear history
 2026-06-22 12:44 UTC  (4+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH v13 0/6] branch: prune-merged
 2026-06-22 12:26 UTC  (20+ messages)
` [PATCH v14 "
  ` [PATCH v14 4/6] branch: add --prune-merged <branch>

git-diff in a worktree is an order of magnitude slower?
 2026-06-22 12:20 UTC  (15+ messages)

[PATCH v3 0/4] history: add squash subcommand to fold a range
 2026-06-22 11:54 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] history: extract helper for a commit's parent tree
  ` [PATCH v4 2/4] history: give commit_tree_ext a message template
  ` [PATCH v4 3/4] history: add squash subcommand to fold a range
  ` [PATCH v4 4/4] history: re-edit a squash with every message

[RFC] clone: allow sparse-checkout paths to be specified during clone
 2026-06-22 11:35 UTC 

[PATCH GSoC RFC v12 00/12] cat-file: add remote-object-info to batch-command
 2026-06-22 10:30 UTC  (14+ messages)
` [PATCH GSoC RFC v13 "
  ` [PATCH GSoC RFC v13 03/12] cat-file: declare loop counter inside for()
  ` [PATCH GSoC RFC v13 05/12] fetch-pack: move function to connect.c
  ` [PATCH GSoC RFC v13 10/12] cat-file: add remote-object-info to batch-command
  ` [PATCH GSoC RFC v13 12/12] cat-file: make remote-object-info allow-list dynamic

[RFH] Why do osx CI jobs so unreliable?
 2026-06-22 10:29 UTC  (7+ messages)

2026–2027 Vendor Participation Notice
 2026-06-22 10:08 UTC 

[PATCH] win32: ensure that `localtime_r()` is declared even in i686 builds
 2026-06-22  9:11 UTC  (2+ messages)

[PATCH 0/2] branch/push: suggest intended form when remote/branch slip given
 2026-06-22  8:59 UTC  (3+ messages)

[PATCH 0/2] odb: generalize `reprepare()` callback
 2026-06-22  8:47 UTC  (3+ messages)
` [PATCH 1/2] odb/source: "
` [PATCH 2/2] odb: introduce `odb_prepare()`

[PATCH v4 0/2] graph: indent visual roots in graph
 2026-06-22  8:29 UTC  (19+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] graph: indent visual root "
  ` [PATCH v6 0/3] graph: indent visual roots "
    ` [PATCH v6 1/3] lib-log-graph: move check_graph function
    ` [PATCH v6 2/3] revision: add peek functions for lookahead
    ` [PATCH v6 3/3] graph: indent visual root in graph

[PATCH 0/9] refs: stop using `chdir_notify_reparent()`
 2026-06-22  8:28 UTC  (13+ messages)
` [PATCH v5 00/11] refs: fix "onbranch" conditions
  ` [PATCH v5 01/11] setup: inline `check_and_apply_repository_format()`
  ` [PATCH v5 02/11] setup: stop applying repository format twice
  ` [PATCH v5 03/11] setup: don't apply "GIT_REFERENCE_BACKEND" without a repository
  ` [PATCH v5 04/11] refs: unregister reference stores from "chdir_notify"
  ` [PATCH v5 05/11] chdir-notify: drop unused `chdir_notify_reparent()`
  ` [PATCH v5 06/11] repository: free main reference database
  ` [PATCH v5 07/11] refs: move parsing of "core.logAllRefUpdates" back into ref stores
  ` [PATCH v5 08/11] refs/files: lazy-load configuration to fix chicken-and-egg
  ` [PATCH v5 09/11] reftable: split up write options
  ` [PATCH v5 10/11] refs/reftable: lazy-load configuration to fix chicken-and-egg
  ` [PATCH v5 11/11] refs: protect against chicken-and-egg recursion

[PATCH] meson: wire up USE_NSEC build knob
 2026-06-22  8:13 UTC  (6+ messages)

[PATCH v2 0/8] refs: stop using `chdir_notify_reparent()`
 2026-06-22  5:15 UTC  (6+ messages)
` [PATCH v2 7/8] refs: fix recursing `get_main_ref_store()` with "onbranch" config

[PATCH] t4216: fix no-op test that breaks TAP output
 2026-06-22  5:01 UTC  (4+ messages)

[PATCH v3 0/4] Add support for an external command for fetching notes
 2026-06-22  4:45 UTC  (3+ messages)

Pinned references?
 2026-06-21 21:53 UTC  (4+ messages)

[PATCH v2] completion: hide dotfiles for selected path completion
 2026-06-21 20:28 UTC  (7+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] completion: hide dotfiles by default for "

[PATCH 0/2] Silence po catalog output under "make -s"
 2026-06-21 14:56 UTC  (12+ messages)
` [PATCH v2] gitk, git-gui: drop msgfmt --statistics output
  ` [PATCH 2/1] git-gui: reduce complexity of the quiet msgfmt rule
  ` [PATCH v3 0/2] Silence po catalog output under "make -s"
    ` [PATCH v3 1/2] gitk: make "make -s" silent
    ` [PATCH v3 2/2] git-gui: silence statistics under "make -s"

[PATCH v2 0/2] doc: clarify review replies and reroll timing
 2026-06-21  8:05 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] doc: encourage review replies before rerolling
  ` [PATCH v3 2/2] doc: advise batching patch rerolls

[PATCH v4 0/1] environment: move protect_hfs and protect_ntfs into repo_config_values
 2026-06-20 15:18 UTC  (6+ messages)
  ` [PATCH] environment: use 'repo->initialized' for repo_protect_hfs() and repo_protect_ntfs()

[PATCH v3] SubmittingPatches: address design critiques
 2026-06-20 14:09 UTC  (2+ messages)


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