messages from 2026-03-25 21:11:14 to 2026-03-27 18:09:48 UTC [more...]
[PATCH v1] replay.c: support replaying root commits
2026-03-27 18:09 UTC
[PATCH 0/6] ISOC23: quell warnings on discarding const
2026-03-27 17:45 UTC (24+ messages)
` [PATCH 1/6] do not discard const: the simple cases
` [PATCH] config: store allocated string in non-const pointer
` [PATCH 2/6] do not discard const: make git-compat-util ISOC23-like
` [PATCH 3/6] do not discard const: adjust to non-const data types
` [PATCH 4/6] do not discard const: declare const where we stay const
` [PATCH 5/6] do not discard const: keep signature
` [PATCH 6/6] do not discard const: the ugly truth
` [PATCH 0/4] fix const issues in revision parser
` [PATCH 1/4] revision: make handle_dotdot() interface less confusing
` [PATCH 2/4] rev-parse: simplify dotdot parsing
` [PATCH 3/4] revision: avoid writing to const string for parent marks
` [PATCH 4/4] rev-parse: "
[PATCH 0/5] pack-objects: handle excluded-but-open packs via `--stdin-packs=follow`
2026-03-27 17:51 UTC (30+ messages)
` [PATCH 1/5] pack-objects: plug leak in `read_stdin_packs()`
` [PATCH 2/5] pack-objects: refactor `read_packs_list_from_stdin()` to use `strmap`
` [PATCH 4/5] pack-objects: support excluded-open packs with --stdin-packs
` [PATCH v2 0/5] pack-objects: handle excluded-but-open packs via `--stdin-packs=follow`
` [PATCH v2 1/5] pack-objects: plug leak in `read_stdin_packs()`
` [PATCH v2 2/5] pack-objects: refactor `read_packs_list_from_stdin()` to use `strmap`
` [PATCH v2 3/5] t7704: demonstrate failure with once-cruft objects above the geometric split
` [PATCH v2 4/5] pack-objects: support excluded-open packs with --stdin-packs
` [PATCH v2 5/5] repack: mark non-MIDX packs above the split as excluded-open
[PATCH] docs: fix git stash grammar
2026-03-27 17:45 UTC (12+ messages)
[PATCH 0/3] worktree: stop using "the_repository" in is_current_worktree()
2026-03-27 17:07 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] worktree: remove "the_repository" from is_current_worktree()
` [PATCH v3 2/3] worktree add: stop reading ".git/HEAD"
` [PATCH v3 3/3] worktree: reject NULL worktree in get_worktree_git_dir()
[PATCH 0/3] Add support for per-remote and per-namespace SSH options
2026-03-27 16:49 UTC (8+ messages)
` [PATCH 1/3] connect: Rename name to command in connect_git()
` [PATCH 2/3] connect: Add transport->remote->name to git_connect()
` [PATCH 3/3] connect: Add support for per-remote and per-namespace SSH options
[PATCH v2 0/8] improve "git format-patch --commit-list-format"
2026-03-27 16:47 UTC (11+ messages)
` [PATCH v3 "
[PATCH] replay: support replaying down from root commit
2026-03-27 16:45 UTC (6+ messages)
` [PATCH v2] "
[GSoC PATCH v4 0/3] graph: add --graph-lane-limit option
2026-03-27 16:34 UTC (7+ messages)
` [GSoC PATCH v5 0/2] "
` [GSoC PATCH v5 1/2] "
[PATCH] read-cache: use index state repository for trace2 logging
2026-03-27 16:28 UTC (3+ messages)
gitignore documentation for info/exclude files and patterns with relative directories
2026-03-27 16:18 UTC (2+ messages)
What's cooking in git.git (Mar 2026, #11)
2026-03-27 16:13 UTC (5+ messages)
[PATCH] repack-promisor: add fake paths to oids when repacking promisor objects
2026-03-27 16:12 UTC
[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
2026-03-27 16:11 UTC (6+ messages)
` [PATCH v3 00/12] config-hook cleanups and three small git-hook features
[PATCH 0/4] Run hooks in parallel
2026-03-27 15:59 UTC (18+ messages)
` [PATCH v5 00/12] "
` [PATCH v5 01/12] repository: fix repo_init() memleak due to missing _clear()
` [PATCH v5 02/12] config: add a repo_config_get_uint() helper
` [PATCH v5 03/12] hook: parse the hook.jobs config
` [PATCH v5 04/12] hook: allow parallel hook execution
` [PATCH v5 05/12] hook: allow pre-push parallel execution
` [PATCH v5 06/12] hook: mark non-parallelizable hooks
` [PATCH v5 07/12] hook: add -j/--jobs option to git hook run
` [PATCH v5 08/12] hook: add per-event jobs config
` [PATCH v5 09/12] hook: warn when hook.<friendly-name>.jobs is set
` [PATCH v5 10/12] hook: move is_known_hook() to hook.c for wider use
` [PATCH v5 11/12] hook: add hook.<event>.enabled switch
` [PATCH v5 12/12] hook: allow hook.jobs=-1 to use all available CPU cores
[PATCH 00/16] Auto-configure advertised remotes via URL whitelist
2026-03-27 12:17 UTC (28+ messages)
` [PATCH 01/16] promisor-remote: try accepted remotes before others in get_direct()
` [PATCH 03/16] urlmatch: add url_is_valid_pattern() helper
` [PATCH 04/16] promisor-remote: clarify that a remote is ignored
` [PATCH 07/16] promisor-remote: keep accepted promisor_info structs alive
` [PATCH 08/16] promisor-remote: remove the 'accepted' strvec
` [PATCH 09/16] promisor-remote: add 'local_name' to 'struct promisor_info'
` [PATCH 10/16] promisor-remote: pass config entry to all_fields_match() directly
` [PATCH 11/16] promisor-remote: refactor should_accept_remote() control flow
` [PATCH 12/16] t5710: use proper file:// URIs for absolute paths
` [PATCH 13/16] promisor-remote: introduce promisor.acceptFromServerUrl
` [PATCH 14/16] promisor-remote: trust known remotes matching acceptFromServerUrl
` [PATCH 15/16] promisor-remote: auto-configure unknown remotes
[PATCH 0/5] refs: reduce reliance on the_repository global state
2026-03-27 9:23 UTC (8+ messages)
` [PATCH 1/5] refs: make branchname helpers repository aware
` [PATCH 2/5] refs: make get_files_ref_lock_timeout_ms() repostory aware
` [PATCH 4/5] refs/reftable-backend: drop uses of the_repository
[PATCH 00/11] detect misspelt test_expect_success and friends
2026-03-27 7:53 UTC (6+ messages)
` [PATCH 01/11] test-lib: catch misspelt 'test_expect_successo'
[PATCH 0/5] backfill: accept revision arguments
2026-03-27 7:07 UTC (16+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 3/6] "
` [PATCH v2 4/6] backfill: work with prefix pathspecs
` [PATCH v3 0/6] backfill: accept revision arguments
` [PATCH v3 1/6] revision: include object-name.h
` [PATCH v3 2/6] t5620: prepare branched repo for revision tests
` [PATCH v3 3/6] backfill: accept revision arguments
` [PATCH v3 4/6] backfill: work with prefix pathspecs
` [PATCH v3 5/6] path-walk: support wildcard pathspecs for blob filtering
` [PATCH v3 6/6] t5620: test backfill's unknown argument handling
[PATCH] odb: add write_packfile, for_each_unique_abbrev, convert_object_id
2026-03-27 7:04 UTC (5+ messages)
` [PATCH v2] "
[PATCH] docs: fix --commit-list-format related entries
2026-03-27 0:25 UTC (8+ messages)
` [PATCH v2] "
[PATCH 0/3] Add option --ref to git-replay(1)
2026-03-26 21:20 UTC (3+ messages)
` [PATCH v2 "
[GSoC][PATCH 0/1] My microproject: Fix improper pluralization in add-patch.c
2026-03-26 21:04 UTC
Github Patch
2026-03-26 20:29 UTC (4+ messages)
` [GSoC PATCH v2] t2000: modernize path checks with test_path_is_* helpers
What's cooking in git.git (Mar 2026, #10)
2026-03-26 19:44 UTC (5+ messages)
` kh/name-rev-custom-format
[PATCH v2 0/5] fast-import: extend signed object handling modes
2026-03-26 19:14 UTC (6+ messages)
` [PATCH v2 1/5] fast-export: check for unsupported signing modes earlier
` [PATCH v2 2/5] fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'
` [PATCH v2 3/5] fast-import: add 'strip-if-invalid' mode to '--signed-tags=<mode>'
` [PATCH v2 4/5] fast-import: add 'sign-if-invalid' "
` [PATCH v2 5/5] fast-import: add 'abort-if-invalid' "
[GSoC PATCH 0/3] preserve promisor files content after repack
2026-03-26 16:15 UTC (13+ messages)
` [GSoC PATCH v2 0/4] "
` [GSoC PATCH v2 1/4] pack-write: add explanation to promisor file content
` [GSoC PATCH v2 2/4] pack-write: add helper to fill promisor file after repack
` [GSoC PATCH v2 3/4] repack-promisor: preserve content of promisor files "
[GSoC PATCH] t8003: avoid suppressing git's exit code
2026-03-26 15:19 UTC (2+ messages)
[PATCH v4 1/2] repo: factor repo usage strings into shared macros
2026-03-26 14:07 UTC (4+ messages)
` [PATCH v4 2/2] repo: show subcommand-specific help text
[GSoC] Introduction - Trieu Huynh
2026-03-26 14:06 UTC
[GSoC][PATCH] t2000: modernize path checks to use helper functions
2026-03-26 12:19 UTC (2+ messages)
[PATCH] commit-graph: fix writing generations with dates exceeding 34 bits
2026-03-26 10:02 UTC (3+ messages)
` [PATCH v2] "
Tonight's pushout has 'seen' broken with "hook" and "replay"
2026-03-26 9:20 UTC (3+ messages)
[PATCH 0/2] fetch: clobber existing tags with --prune-tags
2026-03-26 7:57 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH 00/10] Xdiff cleanup part 3
2026-03-26 6:26 UTC (6+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 4/5] xdiff/xdl_cleanup_records: simplify INVESTIGATE handling for clarity
` [PATCH v2 5/5] xdiff/xdl_cleanup_records: use unambiguous types
What's cooking in git.git (Mar 2026, #10)
2026-03-25 21:11 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox