Git development
 help / color / mirror / Atom feed
 messages from 2026-05-18 20:19:42 to 2026-05-19 19:19:42 UTC [more...]

What's cooking in git.git (May 2026, #04)
 2026-05-19 19:19 UTC  (3+ messages)

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

[PATCH v7 0/3] git-gui: robustify startup and fix environment handling
 2026-05-19 19:00 UTC  (12+ 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 v4 0/8] fetch: rework negotiation tip options
 2026-05-19 16:48 UTC  (21+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/8] t5516: fix test order flakiness
  ` [PATCH v5 3/8] transport: rename negotiation_tips
  ` [PATCH v5 4/8] remote: add remote.*.negotiationRestrict config
  ` [PATCH v5 5/8] negotiator: add have_sent() interface
  ` [PATCH v5 6/8] fetch: add --negotiation-include option for negotiation
  ` [PATCH v5 7/8] remote: add remote.*.negotiationInclude config
  ` [PATCH v5 8/8] send-pack: pass negotiation config in push
  ` [PATCH v6 0/8] fetch: rework negotiation tip options
    ` [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 0/9] Add support for an external command for fetching notes
 2026-05-19 16:30 UTC  (10+ 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 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  (18+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/16] midx-write: handle noop writes when converting incremental chains
  ` [PATCH v4 02/16] midx: use `strset` for retained MIDX files
  ` [PATCH v4 03/16] midx: build `keep_hashes` array in order
  ` [PATCH v4 04/16] midx: use `strvec` for `keep_hashes`
  ` [PATCH v4 05/16] midx: introduce `--no-write-chain-file` for incremental MIDX writes
  ` [PATCH v4 06/16] midx: support custom `--base` "
  ` [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`

[PATCH 0/9] Implement `promisor.storeFields` and `--filter=auto`
 2026-05-19 15:38 UTC  (19+ messages)
` [PATCH v2 0/8] Auto-configure advertised remotes via URL allowlist
  ` [PATCH v2 6/8] promisor-remote: trust known remotes matching acceptFromServerUrl
  ` [PATCH v2 7/8] promisor-remote: auto-configure unknown remotes
  ` [PATCH v3 0/8] Auto-configure advertised remotes via URL allowlist
    ` [PATCH v3 1/8] t5710: simplify 'mkdir X' followed by 'git -C X init'
    ` [PATCH v3 2/8] urlmatch: change 'allow_globs' arg to bool
    ` [PATCH v3 3/8] urlmatch: add url_normalize_pattern() helper
    ` [PATCH v3 4/8] promisor-remote: add 'local_name' to 'struct promisor_info'
    ` [PATCH v3 5/8] promisor-remote: introduce promisor.acceptFromServerUrl
    ` [PATCH v3 6/8] promisor-remote: trust known remotes matching acceptFromServerUrl
    ` [PATCH v3 7/8] promisor-remote: auto-configure unknown remotes
    ` [PATCH v3 8/8] doc: promisor: improve acceptFromServer entry

[GSoC PATCH v5 0/6] preserve promisor files content after repack
 2026-05-19 15:17 UTC  (4+ messages)
` [GSoC PATCH v6 "

[PATCH] stash: reuse cached index entries in --patch temporary index
 2026-05-19 12:43 UTC 

[PATCH v6] revision.c: implement --max-count-oldest
 2026-05-19 10:57 UTC  (6+ messages)
` [PATCH v7] "
  ` [PATCH v8] "

[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
 2026-05-19 10:39 UTC  (9+ messages)

[PATCH v9] checkout: extend --track with a "fetch" mode to refresh start-point
 2026-05-19 10:34 UTC  (9+ messages)
` [PATCH v10] "
  ` [PATCH v11] "

[PATCH 00/18] setup: drop uses of `the_repository`
 2026-05-19  9:52 UTC  (36+ messages)
` [PATCH 02/18] setup: stop using `the_repository` in `is_inside_worktree()`
` [PATCH v2 00/18] setup: drop uses of `the_repository`
  ` [PATCH v2 01/18] setup: replace use of `the_repository` in static functions
  ` [PATCH v2 02/18] setup: stop using `the_repository` in `is_inside_worktree()`
  ` [PATCH v2 03/18] setup: stop using `the_repository` in `is_inside_git_dir()`
` [PATCH v3 00/18] setup: drop uses of `the_repository`
  ` [PATCH v3 01/18] setup: replace use of `the_repository` in static functions
  ` [PATCH v3 02/18] setup: stop using `the_repository` in `is_inside_git_dir()`
  ` [PATCH v3 03/18] setup: stop using `the_repository` in `is_inside_work_tree()`
  ` [PATCH v3 04/18] setup: stop using `the_repository` in `prefix_path()`
  ` [PATCH v3 05/18] setup: stop using `the_repository` in `path_inside_repo()`
  ` [PATCH v3 06/18] setup: stop using `the_repository` in `verify_filename()`
  ` [PATCH v3 07/18] setup: stop using `the_repository` in `verify_non_filename()`
  ` [PATCH v3 08/18] setup: stop using `the_repository` in `enter_repo()`
  ` [PATCH v3 09/18] setup: stop using `the_repository` in `setup_work_tree()`
  ` [PATCH v3 10/18] setup: stop using `the_repository` in `set_git_work_tree()`
  ` [PATCH v3 11/18] setup: stop using `the_repository` in `setup_git_env()`
  ` [PATCH v3 12/18] setup: stop using `the_repository` in `setup_git_directory_gently()`
  ` [PATCH v3 13/18] setup: stop using `the_repository` in `setup_git_directory()`
  ` [PATCH v3 14/18] setup: stop using `the_repository` in `upgrade_repository_format()`
  ` [PATCH v3 15/18] setup: stop using `the_repository` in `check_repository_format()`
  ` [PATCH v3 16/18] setup: stop using `the_repository` in `initialize_repository_version()`
  ` [PATCH v3 17/18] setup: stop using `the_repository` in `create_reference_database()`
  ` [PATCH v3 18/18] setup: stop using `the_repository` in `init_db()`

[PATCH] revision: use priority queue in limit_list()
 2026-05-19  9:33 UTC  (7+ messages)

[PATCH] git-jump: pick a mode automatically when invoked without arguments
 2026-05-19  9:03 UTC  (6+ messages)

[PATCH] describe: bail of --contains --all is used with --exclude or --match
 2026-05-19  8:35 UTC  (2+ messages)

[PATCH] remote: qualify "git pull" advice for non-upstream branches
 2026-05-19  8:29 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] log: let --follow follow renames in merge commits
 2026-05-19  8:14 UTC  (4+ messages)

[PATCH] commit: fall back to full read when maybe_tree is NULL
 2026-05-19  6:25 UTC  (4+ messages)

[PATCH] connect: use "service" enum for "name" argument
 2026-05-19  5:22 UTC 

(no subject)
 2026-05-19  5:05 UTC 

[PATCH 0/3] small quote.[ch] cleanup
 2026-05-19  3:19 UTC  (5+ messages)
` [PATCH 1/3] quote.h: bump strvec forward declaration to the top
` [PATCH 2/3] quote: drop sq_dequote_to_argv()
` [PATCH 3/3] quote: simplify internals of dequoting

[BUG] "git diff --word-diff" gives a diff while they are only space changes
 2026-05-19  3:11 UTC  (7+ messages)

[PATCH v2] commit-reach: use object flags for tips_reachable_from_bases()
 2026-05-19  1:03 UTC  (3+ messages)
` [PATCH v3 0/2] "

[PATCH 1/2] strbuf: use st_add3() in strbuf_grow()
 2026-05-19  0:57 UTC  (6+ messages)
` [PATCH v2 0/2] use __builtin_add_overflow() in st_add() with Clang
  ` [PATCH v2 1/2] strbuf: use st_add3() in strbuf_grow()
  ` [PATCH v2 2/2] use __builtin_add_overflow() in st_add() with Clang

Bug: Hierarchical Aliases no longer work in 2.54.0
 2026-05-19  0:44 UTC  (10+ messages)
` [PATCH] alias: restore support for simple dotted aliases

[PATCH] evaluate the second argument of ALLOC_GROW only once
 2026-05-19  0:41 UTC  (5+ messages)


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