Git development
 help / color / mirror / Atom feed
 messages from 2026-05-19 15:58:00 to 2026-05-20 07:11:16 UTC [more...]

[PATCH v2] doc: add caveat about turning off commit-graph
 2026-05-20  7:10 UTC  (6+ messages)
` [PATCH v3] "

[PATCH 0/9] Add support for an external command for fetching notes
 2026-05-20  7:07 UTC  (16+ messages)
` [PATCH 1/9] Documentation/git-range-diff: add missing notes options in synopsis
` [PATCH 2/9] notes: convert raw arg in format_display_notes() to bool
` [PATCH 3/9] wrapper: add sleep_nanosec
` [PATCH 4/9] run-command: add support for timeout in command finisher
` [PATCH 5/9] wrapper: add support for timeout and deadline in read helpers
` [PATCH 6/9] t3301: cover generic displayed notes behavior
` [PATCH 7/9] notes: support an external command to display notes
` [PATCH 8/9] Documentation: document external notes command options
` [PATCH 9/9] t: add tests for external notes command

[PATCH] remote: qualify "git pull" advice for non-upstream branches
 2026-05-20  6:51 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] apply: plug strbuf leak
 2026-05-20  6:48 UTC  (2+ messages)

What's cooking in git.git (May 2026, #05)
 2026-05-20  6:38 UTC  (4+ messages)

[PATCH v7] revision.c: implement --max-count-oldest
 2026-05-20  6:02 UTC  (3+ messages)
` [PATCH v8] "

[PATCH v3 0/2] builtin/maintenance: fix locking and respect "gc.auto"
 2026-05-20  5:52 UTC  (6+ messages)
` [PATCH v3 1/2] builtin/maintenance: fix locking with "--detach"

[PATCH 00/18] setup: drop uses of `the_repository`
 2026-05-20  3:31 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v4 0/1] cat-file: add mailmap subcommand to --batch-command
 2026-05-20  3:26 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/1] "

What's cooking in git.git (May 2026, #04)
 2026-05-20  2:37 UTC  (6+ messages)

[PATCH v5 0/8] fetch: rework negotiation tip options
 2026-05-20  2:34 UTC  (12+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/8] t5516: fix test order flakiness
  ` [PATCH v6 2/8] fetch: add --negotiation-restrict option
  ` [PATCH v6 3/8] transport: rename negotiation_tips
  ` [PATCH v6 4/8] remote: add remote.*.negotiationRestrict config
  ` [PATCH v6 5/8] negotiator: add have_sent() interface
  ` [PATCH v6 6/8] fetch: add --negotiation-include option for negotiation
  ` [PATCH v6 7/8] remote: add remote.*.negotiationInclude config
  ` [PATCH v6 8/8] send-pack: pass negotiation config in push

[PATCH] stash: reuse cached index entries in --patch temporary index
 2026-05-20  2:26 UTC  (3+ messages)

[PATCH v2 0/8] Auto-configure advertised remotes via URL allowlist
 2026-05-20  0:12 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/8] promisor-remote: add 'local_name' to 'struct promisor_info'

[PATCH v3 00/12] pack-objects: integrate --path-walk and some --filter options
 2026-05-19 23:53 UTC  (7+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 03/13] t/perf: add pack-objects filter and path-walk benchmark
  ` [PATCH v4 04/13] path-walk: always emit directly-requested objects

[PATCH] revision: use priority queue in limit_list()
 2026-05-19 21:56 UTC  (8+ messages)

[PATCH] git-jump: pick a mode automatically when invoked without arguments
 2026-05-19 21:22 UTC  (7+ messages)

[PATCH v7 0/3] git-gui: robustify startup and fix environment handling
 2026-05-19 21:15 UTC  (13+ messages)
` [PATCH v1 00/11] Improve git gui operation without a worktree
  ` [PATCH v1 10/11] git-gui: improve worktree discovery
  ` [PATCH v1 11/11] git-gui: add gui and pick as explicit subcommands

[PATCH 0/5] doc: convert another batch of files to synopsis style
 2026-05-19 21:03 UTC  (6+ messages)
` [PATCH 1/5] doc: convert git-bisect "

[PATCH] http: fix memory leak in fetch_and_setup_pack_index()
 2026-05-19 19:17 UTC  (2+ messages)

[PATCH 0/8] pack-bitmap-write: speed up bitmap generation
 2026-05-19 16:12 UTC  (9+ messages)
` [PATCH 1/8] pack-bitmap: pass object position to `fill_bitmap_tree()`
` [PATCH 2/8] pack-bitmap: check subtree bits before recursing
` [PATCH 3/8] pack-bitmap: reuse stored selected bitmaps
` [PATCH 4/8] pack-bitmap: consolidate `find_object_pos()` success path
` [PATCH 5/8] pack-bitmap: cache object positions during fill
` [PATCH 6/8] pack-bitmap: sort bitmaps before XORing
` [PATCH 7/8] pack-bitmap: remember pseudo-merge parents
` [PATCH 8/8] pack-bitmap: build pseudo-merge bitmaps after regular bitmaps

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-05-19 15:58 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 07/16] repack: track the ODB source via existing_packs
  ` [PATCH v4 08/16] midx: expose `midx_layer_contains_pack()`
  ` [PATCH v4 09/16] repack-midx: factor out `repack_prepare_midx_command()`
  ` [PATCH v4 10/16] repack-midx: extract `repack_fill_midx_stdin_packs()`
  ` [PATCH v4 11/16] repack-geometry: prepare for incremental MIDX repacking
  ` [PATCH v4 12/16] builtin/repack.c: convert `--write-midx` to an `OPT_CALLBACK`
  ` [PATCH v4 13/16] packfile: ensure `close_pack_revindex()` frees in-memory revindex
  ` [PATCH v4 14/16] repack: implement incremental MIDX repacking
  ` [PATCH v4 15/16] repack: introduce `--write-midx=incremental`
  ` [PATCH v4 16/16] repack: allow `--write-midx=incremental` without `--geometric`


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