git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
Help needed on 2.54.0-rc0 t5301.13 looping
 2026-04-08 11:53 UTC  (4+ 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 0/4] Run hooks in parallel
 2026-04-08 10:17 UTC  (4+ messages)
` [PATCH v6 00/12] "

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

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

[PATCH 00/16] odb: introduce "inmemory" source
 2026-04-08  8:22 UTC  (6+ messages)
` [PATCH 07/16] odb/source-inmemory: implement `write_object_stream()` callback

[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] docs: correct information about reftable
 2026-04-08  6:51 UTC  (2+ messages)

[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

Git 2.54.0-rc1, subtests of t5310, t5326, t5327
 2026-04-08  4:17 UTC  (2+ messages)

[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  (21+ messages)
` [GSoC PATCH v3 0/5] "
  ` [GSoC PATCH v3 1/5] pack-write: add explanation to promisor file content
  ` [GSoC PATCH v3 2/5] pack-write: add helper to fill promisor file after repack
  ` [GSoC PATCH v3 3/5] repack-promisor: preserve content of promisor files "
  ` [GSoC PATCH v3 4/5] t7700: test for promisor file content "
  ` [GSoC PATCH v3 5/5] t7703: test for promisor file content after geometric repack

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

[RFC] archive: behavior of --prefix with absolute or parent path components
 2026-04-07 22:24 UTC  (4+ 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)

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

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

checkout: clarify "up to date with origin/" uses local remote-tracking ref
 2026-04-07 16:27 UTC  (5+ messages)

[GSoC][PATCH v3] t2000: modernise overall structure
 2026-04-07 16:10 UTC  (7+ messages)
` [PATCH v4 1/1] t2000: modernize overall structure and path checks
  ` [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  (7+ messages)
` [PATCH v2] "
` [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  (5+ 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  (7+ messages)
` [RFC PATCH v2] "

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

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

[PATCH] parse-options.c: display subcommands properly in check_typos
 2026-04-06 19:27 UTC  (2+ messages)

[GSoC PATCH] promisor-remote: fix promisor.quiet to use the correct repository
 2026-04-06 18:30 UTC 

[PATCH] unify and bump _WIN32_WINNT definition to Windows 8.1
 2026-04-06 17:07 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] compat/winansi: drop pre-Vista workaround

[PATCH 0/3] doc: replace mentions of deprecated git config --list
 2026-04-06 17:04 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] doc: replace git config --list/-l with `list`
  ` [PATCH v2 2/2] doc: gitcvs-migration: rephrase “man page”

[GSoC PATCH v2] backfill: auto-detect sparse-checkout from config
 2026-04-06 16:27 UTC  (3+ messages)

[PATCH 00/17] tests: access bare repositories explicitly
 2026-04-06 16:00 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/17] t0001: allow implicit bare repo discovery for aliased-command test

Git 2.54.0-rc0 Breaks on OpenSSL 3.0
 2026-04-06 14:35 UTC  (3+ messages)

[PATCH 0/3] rev-list: use merge-base --independent algorithm when possible
 2026-04-06 13:27 UTC  (4+ messages)
` [PATCH 1/3] t6600: test --maximal-only and --independent
` [PATCH 2/3] p6011: add perf test for rev-list --maximal-only
` [PATCH 3/3] rev-list: use reduce_heads() for --maximal-only

[PATCH v2 00/16] object-file: get rid of `the_repository`
 2026-04-05  6:56 UTC  (3+ messages)
` [PATCH v2 01/16] object-file: fix -Wsign-compare warnings

H
 2026-04-05  1:13 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).