Git development
 help / color / mirror / Atom feed
 messages from 2026-06-25 16:19:04 to 2026-06-26 19:12:48 UTC [more...]

[PATCH v2 0/2] environment: move excludes_file into repo_config_values
 2026-06-26 19:12 UTC  (6+ messages)
` [PATCH v2 1/2] dir: encapsulate excludes_file lazy-load
` [PATCH v2 2/2] environment: move excludes_file into repo_config_values

[RFC PATCH 00/10] repack: combine '--geometric' and '--cruft'
 2026-06-26 19:02 UTC  (11+ messages)
` [RFC PATCH 01/10] repack: unconditionally exclude non-kept packs
` [RFC PATCH 02/10] repack: extract `locate_existing_pack()` helper
` [RFC PATCH 03/10] repack: mark geometric progression of packs as retained
` [RFC PATCH 04/10] repack: teach MIDX retention about geometric rollups
` [RFC PATCH 05/10] repack: delete geometric packs via existing_packs
` [RFC PATCH 06/10] repack-geometry: drop unused redundant-pack removal
` [RFC PATCH 07/10] pack-objects: extract `stdin_packs_add_all_pack_entries()`
` [RFC PATCH 08/10] pack-objects: introduce '--stdin-packs=follow-reachable'
` [RFC PATCH 09/10] pack-objects: support '--refs-snapshot' with 'follow-reachable'
` [RFC PATCH 10/10] repack: support combining '--geometric' with '--cruft'

[PATCH RFC v2 0/2] Move libgit.a sources into separate "lib/" directory
 2026-06-26 18:50 UTC  (4+ messages)
` [PATCH RFC v2 2/2] "

[PATCH v2 0/7] commit-reach: terminate merge-base walk when one side is exhausted
 2026-06-26 18:43 UTC  (23+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] Documentation/technical: add paint-down-to-common doc
  ` [PATCH v3 2/8] t6600: add test cases for side-exhaustion edge cases
  ` [PATCH v3 3/8] t6099, t6600: add side-exhaustion regression tests
  ` [PATCH v3 4/8] commit-reach: add trace2 instrumentation to paint_down_to_common()
  ` [PATCH v3 5/8] commit-reach: introduce struct paint_state with per-side counters
  ` [PATCH v3 6/8] commit-reach: remove unused nonstale_queue dedup wrappers
  ` [PATCH v3 7/8] commit-reach: terminate merge-base walk when one paint side is exhausted
  ` [PATCH v3 8/8] commit-reach: move min_generation check into paint_queue_get()

[PATCH v4 0/4] history: add squash subcommand to fold a range
 2026-06-26 18:36 UTC  (7+ messages)
` [PATCH v5 "

[PATCH v4 0/3] Teach git-replay(1) to linearize merge commits
 2026-06-26 17:10 UTC  (10+ messages)
` [PATCH v4 3/3] replay: offer an option to linearize the commit topology
` [PATCH v5 0/3] Teach git-replay(1) to linearize merge commits
  ` [PATCH v5 1/3] replay: add helper to put entry into mapped_commits
  ` [PATCH v5 2/3] replay: better explain how pick_regular_commit() picks a base
  ` [PATCH v5 3/3] replay: offer an option to linearize the commit topology

[PATCH GSoC RFC v12 00/12] cat-file: add remote-object-info to batch-command
 2026-06-26 17:03 UTC  (19+ messages)
` [PATCH GSoC RFC v13 "
  ` [PATCH GSoC RFC v13 06/12] connect: refactor packet writing
  ` [PATCH GSoC v14 00/13] cat-file: add remote-object-info to batch-command
    ` [PATCH GSoC v14 02/13] git-compat-util: add strtoul_szt() with error handling
    ` [PATCH GSoC v14 05/13] fetch-pack: prepare function to be moved
    ` [PATCH GSoC v14 06/13] fetch-pack: move function to connect.c
    ` [PATCH GSoC v14 07/13] connect: refactor packet writing

[PATCH] history: streamline message preparation and plug file stream leak
 2026-06-26 16:38 UTC 

[PATCH] rust: validate object map insert algorithms
 2026-06-26 15:58 UTC 

[PATCH 0/9] refs: stop using `chdir_notify_reparent()`
 2026-06-26 15:20 UTC  (6+ messages)
` [PATCH v6 00/11] refs: fix "onbranch" conditions

[RFH] Why do osx CI jobs so unreliable?
 2026-06-26 13:45 UTC  (10+ messages)

[PATCH 0/2] odb: generalize `reprepare()` callback
 2026-06-26 12:10 UTC  (5+ messages)
` [PATCH 1/2] odb/source: "
` [PATCH 2/2] odb: introduce `odb_prepare()`

[PATCH 00/11] reftable: harden against corrupted tables
 2026-06-26  7:48 UTC  (3+ messages)
` [PATCH 05/11] reftable/block: fix OOB write with bogus inflated log size

[PATCH v3 0/4] connected: search promisor objects generically
 2026-06-26  6:55 UTC  (4+ messages)
` [PATCH v3 4/4] "

What's cooking in git.git (Jun 2026, #10)
 2026-06-26  0:30 UTC 

[PATCH 0/2] branch/push: suggest intended form when remote/branch slip given
 2026-06-25 21:16 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] branch: suggest <remote>/<branch> on upstream slip

[PATCH v6 00/10] builtin/history: introduce "drop" subcommand
 2026-06-25 20:50 UTC  (4+ messages)
` [PATCH v6 10/10] builtin/history: implement "

[PATCH v1 0/2] environment: move excludes_file into repo_config_values
 2026-06-25 20:40 UTC  (4+ messages)
` [PATCH v1 1/2] dir: encapsulate excludes_file lazy-load
` [PATCH v1 2/2] environment: move excludes_file into repo_config_values

[PATCH] t4216: fix no-op test that breaks TAP output
 2026-06-25 20:17 UTC  (6+ messages)

[PATCH] history: close COMMIT_EDITMSG before launching the editor
 2026-06-25 20:12 UTC  (3+ messages)
` Re* "

[PATCH] gpg-interface: still print ssh signatures when allowed signers file is not set
 2026-06-25 19:43 UTC 

[PATCH v3] doc: clarify --follow and log.follow for git log
 2026-06-25 17:23 UTC  (3+ messages)
` [PATCH v4] "


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