Git development
 help / color / mirror / Atom feed
 messages from 2026-04-06 19:27:19 to 2026-04-09 05:22:49 UTC [more...]

[PATCH 00/16] odb: introduce "inmemory" source
 2026-04-09  5:22 UTC  (17+ messages)
` [PATCH 01/16] "
` [PATCH 02/16] odb/source-inmemory: implement `free()` callback
` [PATCH 03/16] odb: fix unnecessary call to `find_cached_object()`
` [PATCH 05/16] odb/source-inmemory: implement `read_object_stream()` callback
` [PATCH 07/16] odb/source-inmemory: implement `write_object_stream()` callback

[PATCH v12 00/13] fsmonitor: implement filesystem change listener for Linux
 2026-04-09  4:59 UTC  (19+ messages)
` [PATCH v13 "
  ` [PATCH v13 01/13] t9210: disable GIT_TEST_SPLIT_INDEX for scalar clone tests
  ` [PATCH v14 00/13] fsmonitor: implement filesystem change listener for Linux
    ` [PATCH v14 01/13] t9210, t9211: disable GIT_TEST_SPLIT_INDEX for scalar clone tests
    ` [PATCH v14 02/13] fsmonitor: fix khash memory leak in do_handle_client
    ` [PATCH v14 03/13] fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
    ` [PATCH v14 04/13] compat/win32: add pthread_cond_timedwait
    ` [PATCH v14 05/13] fsmonitor: use pthread_cond_timedwait for cookie wait
    ` [PATCH v14 06/13] fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c
    ` [PATCH v14 07/13] fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
    ` [PATCH v14 08/13] fsmonitor: implement filesystem change listener for Linux
    ` [PATCH v14 09/13] run-command: add close_fd_above_stderr option
    ` [PATCH v14 10/13] fsmonitor: close inherited file descriptors and detach in daemon
    ` [PATCH v14 11/13] fsmonitor: add timeout to daemon stop command
    ` [PATCH v14 12/13] fsmonitor: add tests for Linux
    ` [PATCH v14 13/13] fsmonitor: convert shown khash to strset in do_handle_client

[GSoC PATCH] promisor-remote: fix promisor.quiet to use the correct repository
 2026-04-09  4:34 UTC  (5+ messages)

Git 2.54.0-rc1, subtests of t5310, t5326, t5327
 2026-04-09  0:20 UTC  (19+ messages)

Help needed on 2.54.0-rc0 t5301.13 looping
 2026-04-08 23:42 UTC  (17+ messages)
          ` [PATCH] t5401: test SIGPIPE with parallel hooks
      ` [PATCH] run_processes_parallel(): fix order of sigpipe handling

[PATCH v4 0/6] Xdiff cleanup part 3
 2026-04-08 21:28 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/6] xdiff/xdl_cleanup_records: delete local recs pointer
  ` [PATCH v5 2/6] xdiff: use unambiguous types in xdl_bogo_sqrt()
  ` [PATCH v5 3/6] xdiff/xdl_cleanup_records: use unambiguous types
  ` [PATCH v5 4/6] xdiff/xdl_cleanup_records: make limits more clear
  ` [PATCH v5 5/6] xdiff/xdl_cleanup_records: make setting action easier to follow
  ` [PATCH v5 6/6] xdiff/xdl_cleanup_records: put braces around the else clause

[PATCH 0/4] fetch: add --must-have and remote.*.mustHave
 2026-04-08 18:59 UTC  (6+ messages)
` [PATCH 1/4] t5516: fix test order flakiness
` [PATCH 2/4] fetch: add --must-have option for negotiation
` [PATCH 3/4] remote: add mustHave config as default for --must-have
` [PATCH 4/4] send-pack: pass --must-have for push negotiation

checkout: clarify "up to date with origin/" uses local remote-tracking ref
 2026-04-08 18:14 UTC  (6+ messages)

[PATCH] bundle-uri: drain remaining response on invalid bundle-uri lines
 2026-04-08 17:49 UTC  (3+ messages)

[RFC] archive: behavior of --prefix with absolute or parent path components
 2026-04-08 17:40 UTC  (6+ messages)
` [PATCH] archive: document --prefix handling of absolute and parent paths

What's cooking in git.git (Apr 2026, #03)
 2026-04-08 17:30 UTC 

[ANNOUNCE] Git v2.54.0-rc1
 2026-04-08 17:20 UTC 

[PATCH] t1800: add &&-chains to test helper functions
 2026-04-08 17:16 UTC  (2+ messages)

[PATCH v4 0/3] refs: reduce reliance on global state
 2026-04-08 17:09 UTC  (4+ messages)
` [PATCH v5 "

[PATCH] repo: add paths.toplevel to repo info
 2026-04-08 17:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/4] Run hooks in parallel
 2026-04-08 16:57 UTC  (4+ messages)
` [PATCH v6 00/12] "

[PATCH] docs: correct information about reftable
 2026-04-08 14:20 UTC  (3+ messages)

[PATCH 0/4] Specify hooks via configs
 2026-04-08 11:28 UTC  (5+ messages)
` [PATCH v3 00/12][next] "
  ` [PATCH v3 05/12] hook: include hooks from the config

[PATCH] config: retry acquiring config.lock for 100ms
 2026-04-08 10:34 UTC  (2+ messages)

[PATCH 0/4] Enable Rust by default
 2026-04-08 10:12 UTC  (7+ messages)
` [PATCH 2/4] ci: install cargo on Alpine
` [PATCH 3/4] Linux: link against libdl
` [PATCH 4/4] Enable Rust by default

[PATCH v2 0/7] odb: add write operation to ODB transaction interface
 2026-04-08  7:25 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/7] object-file: remove flags from transaction packfile writes

[PATCH v12 13/13] fsmonitor: fix split-index bitmap bounds in tweak_fsmonitor()
 2026-04-08  4:26 UTC  (2+ messages)
` [PATCH v13 01/13] t9210: disable GIT_TEST_SPLIT_INDEX for scalar clone tests

[PATCH] object-file: avoid ODB transaction when not writing objects
 2026-04-08  0:42 UTC  (10+ messages)

[GSoC PATCH v2 0/4] preserve promisor files content after repack
 2026-04-08  0:38 UTC  (18+ messages)
` [GSoC PATCH v3 0/5] "
  ` [GSoC PATCH v3 2/5] pack-write: add helper to fill promisor file "
  ` [GSoC PATCH v3 4/5] t7700: test for promisor file content "

[PATCH] headers: Preserve 'change-id' header in rebase / cherry-pick
 2026-04-07 23:28 UTC  (12+ messages)

[WIP PATCH] fast-export: emit deletions first
 2026-04-07 21:28 UTC  (8+ messages)

[GSoC PATCH] backfill: add --[no-]progress option
 2026-04-07 19:42 UTC  (6+ messages)

Sponsorship inquiry - AlgoArena x About Git Rev News
 2026-04-07 17:58 UTC 

[PATCH 00/10] Prepare for advertised remotes auto-configure via URL allowlist
 2026-04-07 17:36 UTC  (25+ messages)
` [PATCH 01/10] promisor-remote: try accepted remotes before others in get_direct()
` [PATCH 10/10] t5710: use proper file:// URIs for absolute paths
` [PATCH v2 00/10] Prepare for advertised remotes auto-configure via URL allowlist
  ` [PATCH v2 01/10] promisor-remote: try accepted remotes before others in get_direct()
  ` [PATCH v2 02/10] promisor-remote: pass config entry to all_fields_match() directly
  ` [PATCH v2 03/10] promisor-remote: clarify that a remote is ignored
  ` [PATCH v2 04/10] promisor-remote: reject empty name or URL in advertised remote
  ` [PATCH v2 05/10] promisor-remote: refactor should_accept_remote() control flow
  ` [PATCH v2 06/10] promisor-remote: refactor has_control_char()
  ` [PATCH v2 07/10] promisor-remote: refactor accept_from_server()
  ` [PATCH v2 08/10] promisor-remote: keep accepted promisor_info structs alive
  ` [PATCH v2 09/10] promisor-remote: remove the 'accepted' strvec
  ` [PATCH v2 10/10] t5710: use proper file:// URIs for absolute paths

[PATCH v4 1/1] t2000: modernize overall structure and path checks
 2026-04-07 16:10 UTC  (4+ messages)
` [PATCH v5] "

Super repository
 2026-04-07 14:52 UTC  (3+ messages)

[PATCH] stash: infer "push" when push-specific options are given
 2026-04-07  9:36 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-04-07  6:29 UTC  (15+ messages)
` [PATCH 06/16] midx: support custom `--base` for incremental MIDX writes
` [PATCH 07/16] repack: track the ODB source via existing_packs
` [PATCH 08/16] midx: expose `midx_layer_contains_pack()`
` [PATCH 10/16] repack-midx: extract `repack_fill_midx_stdin_packs()`
` [PATCH 11/16] repack-geometry: prepare for incremental MIDX repacking
` [PATCH 12/16] builtin/repack.c: convert `--write-midx` to an `OPT_CALLBACK`
` [PATCH 13/16] packfile: ensure `close_pack_revindex()` frees in-memory revindex

[PATCH] history: fix short help for argument of --update-refs
 2026-04-07  5:16 UTC  (2+ messages)

[PATCH] cache-tree: fix inverted object existence check in cache_tree_fully_valid
 2026-04-07  5:15 UTC  (3+ messages)
` [PATCH v2] "

What's cooking in git.git (Apr 2026, #02)
 2026-04-07  1:30 UTC 

[RFC PATCH] switch: provide configurable detach
 2026-04-07  0:50 UTC  (4+ messages)

[BUG] git diff --no-index segfaults on large files (NULL object database)
 2026-04-06 20:45 UTC  (7+ messages)

[PATCH] object-file: don't use object database without a repository
 2026-04-06 20:38 UTC  (9+ messages)

[PATCH] parse-options.c: display subcommands properly in check_typos
 2026-04-06 19:27 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