messages from 2026-04-02 03:54:16 to 2026-04-04 09:24:32 UTC [more...]
[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
2026-04-04 9:24 UTC (8+ messages)
` [GSoC RFC PATCH 1/1] "
` [GSoC RFC PATCH v2 0/1] graph: add indentation for commits preceded by a parentless commit
` [GSoC RFC PATCH v2 1/1] "
[PATCH 0/4] Run hooks in parallel
2026-04-04 8:29 UTC (14+ messages)
` [PATCH v6 00/12] "
` [PATCH v6 01/12] repository: fix repo_init() memleak due to missing _clear()
` [PATCH v6 02/12] config: add a repo_config_get_uint() helper
` [PATCH v6 03/12] hook: parse the hook.jobs config
` [PATCH v6 04/12] hook: allow parallel hook execution
` [PATCH v6 05/12] hook: allow pre-push parallel execution
` [PATCH v6 06/12] hook: mark non-parallelizable hooks
` [PATCH v6 07/12] hook: add -j/--jobs option to git hook run
` [PATCH v6 08/12] hook: add per-event jobs config
` [PATCH v6 09/12] hook: warn when hook.<friendly-name>.jobs is set
` [PATCH v6 10/12] hook: move is_known_hook() to hook.c for wider use
` [PATCH v6 11/12] hook: add hook.<event>.enabled switch
` [PATCH v6 12/12] hook: allow hook.jobs=-1 to use all available CPU cores
[PATCH 0/12] fixing the remainder of the C23 strchr warnings
2026-04-04 5:42 UTC (39+ messages)
` [PATCH 04/12] pager: explicitly cast away strchr() constness
` [PATCH 07/12] pseudo-merge: fix disk reads from find_pseudo_merge()
` [PATCH 08/12] skip_prefix(): check const match between in and out params
` [PATCH 09/12] pkt-line: make packet_reader.line non-const
` [PATCH 12/12] refs/files-backend: drop const to fix strchr() warning
` [PATCH v2 0/12] fixing the remainder of the C23 strchr warnings
` [PATCH v2 01/12] convert: add const to fix strchr() warnings
` [PATCH v2 02/12] http: "
` [PATCH v2 03/12] transport-helper: drop "
` [PATCH v2 04/12] pager: explicitly cast away strchr() constness
` [PATCH v2 05/12] run-command: explicitly cast away constness when assigning to void
` [PATCH v2 06/12] find_last_dir_sep(): convert inline function to macro
` [PATCH v2 07/12] pseudo-merge: fix disk reads from find_pseudo_merge()
` [PATCH v2 08/12] skip_prefix(): check const match between in and out params
` [PATCH v2 13/12] git-compat-util: fix CONST_OUTPARAM typo and indentation
` [PATCH v2 09/12] pkt-line: make packet_reader.line non-const
` [PATCH v2 10/12] range-diff: drop const to fix strstr() warnings
` [PATCH v2 11/12] http: drop const to fix strstr() warning
` [PATCH v2 12/12] refs/files-backend: drop const to fix strchr() warning
[Proposal][GSOC] extending git repo info with additional path metadata
2026-04-04 4:57 UTC
[PATCH 00/16] odb: introduce "inmemory" source
2026-04-03 22:11 UTC (19+ 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 04/16] odb/source-inmemory: implement `read_object_info()` callback
` [PATCH 05/16] odb/source-inmemory: implement `read_object_stream()` callback
` [PATCH 06/16] odb/source-inmemory: implement `write_object()` callback
` [PATCH 07/16] odb/source-inmemory: implement `write_object_stream()` callback
` [PATCH 08/16] cbtree: allow using arbitrary wrapper structures for nodes
` [PATCH 09/16] oidtree: add ability to store data
` [PATCH 10/16] odb/source-inmemory: convert to use oidtree
` [PATCH 11/16] odb/source-inmemory: implement `for_each_object()` callback
` [PATCH 12/16] odb/source-inmemory: implement `find_abbrev_len()` callback
` [PATCH 13/16] odb/source-inmemory: implement `count_objects()` callback
` [PATCH 14/16] odb/source-inmemory: implement `freshen_object()` callback
` [PATCH 15/16] odb/source-inmemory: stub out remaining functions
` [PATCH 16/16] odb: generic inmemory source
[GSoC PATCH v5 0/2] graph: add --graph-lane-limit option
2026-04-03 20:15 UTC (10+ messages)
` [GSoC PATCH v6 0/3] "
[PATCH 00/17] tests: access bare repositories explicitly
2026-04-03 18:17 UTC (22+ messages)
` [PATCH 01/17] t0001: allow implicit bare repo discovery for aliased-command test
` [PATCH 02/17] t0001: replace `cd`+`git` with `git --git-dir` in `check_config`
` [PATCH 03/17] t0003: use `--git-dir` for bare repo attribute tests
` [PATCH 04/17] t0056: allow implicit bare repo discovery for `-C` work-tree tests
` [PATCH 05/17] t1020: use `--git-dir` instead of subshell for bare repo
` [PATCH 06/17] t1900: avoid using `-C <dir>` for a bare repository
` [PATCH 07/17] t2400: explicitly specify bare repo for `git worktree add`
` [PATCH 08/17] t2406: use `--git-dir=.` for bare repository worktree repair
` [PATCH 09/17] t5503: avoid discovering a bare repository
` [PATCH 10/17] t5505: export `GIT_DIR` after `git init --bare`
` [PATCH 11/17] t5509: specify bare repository path explicitly
` [PATCH 12/17] t5540/t5541: avoid accessing a bare repository via `-C <dir>`
` [PATCH 13/17] t5619: wrap `test_commit_bulk` in `GIT_DIR` subshell for bare repo
` [PATCH 14/17] t6020: use `-C` for worktree, `--git-dir` for bare repository
` [PATCH 15/17] t9210: pass `safe.bareRepository=all` to `scalar register`
` [PATCH 16/17] t9700: stop relying on implicit bare repo discovery
` [PATCH 17/17] git p4 clone --bare: need to be explicit about the gitdir
[PATCH] config: retry acquiring config.lock for 100ms
2026-04-03 17:53 UTC (2+ messages)
[PATCH v2 0/5] refs: reduce reliance on the_repository global state
2026-04-03 17:40 UTC (16+ messages)
` [PATCH v3 0/5] replace the_repository with local repository instances
` [PATCH v3 1/5] refs: add struct repository parameter to branchname helpers
` [PATCH v3 4/5] refs/reftable-backend: drop uses of the_repository
` [PATCH v4 0/3] refs: reduce reliance on global state
` [PATCH v4 1/3] refs: add struct repository parameter in get_files_ref_lock_timeout_ms()
` [PATCH v4 2/3] refs: remove the_hash_algo global state
` [PATCH v4 3/3] refs/reftable-backend: drop uses of the_repository
[PATCH] cmake: use writev(3p) wrapper as needed
2026-04-03 17:35 UTC (2+ messages)
[GSoC PATCH v2] backfill: error out when HEAD cannot be parsed
2026-04-03 17:24 UTC (4+ messages)
[PATCH] mingw: use strftime() directly in UCRT builds
2026-04-03 9:56 UTC
[PATCH 00/10] Prepare for advertised remotes auto-configure via URL allowlist
2026-04-03 8:16 UTC (17+ messages)
` [PATCH 01/10] promisor-remote: try accepted remotes before others in get_direct()
` [PATCH 02/10] promisor-remote: pass config entry to all_fields_match() directly
` [PATCH 03/10] promisor-remote: clarify that a remote is ignored
` [PATCH 04/10] promisor-remote: reject empty name or URL in advertised remote
` [PATCH 05/10] promisor-remote: refactor should_accept_remote() control flow
` [PATCH 06/10] promisor-remote: refactor has_control_char()
` [PATCH 07/10] promisor-remote: refactor accept_from_server()
` [PATCH 08/10] promisor-remote: keep accepted promisor_info structs alive
` [PATCH 09/10] promisor-remote: remove the 'accepted' strvec
` [PATCH 10/10] t5710: use proper file:// URIs for absolute paths
[ANNOUNCE] Git for Windows 2.54.0-rc0
2026-04-03 7:37 UTC
[PATCH v3 0/2] includeIf: add "worktree" condition for matching working tree path
2026-04-03 7:02 UTC (3+ messages)
` [PATCH v3 1/2] config: refactor include_by_gitdir() into include_by_path()
` [PATCH v3 2/2] config: add "worktree" and "worktree/i" includeIf conditions
[PATCH v2 0/2] fetch: make submodule fetch errors configurable
2026-04-03 6:55 UTC (3+ messages)
` [PATCH v2 1/2] submodule: fix premature failure in recursive submodule fetch
` [PATCH v2 2/2] fetch: add fetch.submoduleErrors to make submodule fetch errors non-fatal
[PATCH] replay: support replaying down from root commit
2026-04-03 6:49 UTC (11+ messages)
` [PATCH v2] "
[PATCH 0/4] Enable Rust by default
2026-04-03 5:04 UTC (6+ messages)
` [PATCH 1/4] docs: update version with default Rust support
` [PATCH 2/4] ci: install cargo on Alpine
` [PATCH 3/4] Linux: link against libdl
` [PATCH 4/4] Enable Rust by default
[L10N] Kickoff for Git 2.54.0 translations
2026-04-03 1:47 UTC
[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
2026-04-02 22:51 UTC (4+ messages)
` [PATCH 05/16] midx: introduce `--checksum-only` for incremental MIDX writes
[PATCH] docs: correct information about reftable
2026-04-02 22:42 UTC
[PATCH v2 0/7] odb: add write operation to ODB transaction interface
2026-04-02 21:32 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 1/7] odb: split `struct odb_transaction` into separate header
` [PATCH v3 2/7] odb/transaction: use pluggable `begin_transaction()`
` [PATCH v3 3/7] odb: update `struct odb_write_stream` read() callback
` [PATCH v3 4/7] object-file: remove flags from transaction packfile writes
` [PATCH v3 5/7] object-file: avoid fd seekback by checking object size upfront
` [PATCH v3 6/7] object-file: generalize packfile writes to use odb_write_stream
` [PATCH v3 7/7] odb/transaction: make `write_object_stream()` pluggable
[PATCH v2 0/3] includeIf: add "worktree" condition for matching working tree path
2026-04-02 21:22 UTC (3+ messages)
` [PATCH v2 1/3] config: add "worktree" and "worktree/i" includeIf conditions
[PATCH 0/4] xdiff: reduce the size of a couple of arrays
2026-04-02 19:44 UTC (9+ messages)
` [PATCH 1/4] xdiff: reduce size of action arrays
` [PATCH 2/4] xdiff: cleanup xdl_clean_mmatch()
` [PATCH 3/4] xprepare: simplify error handling
` [PATCH 4/4] xdiff: reduce the size of array
[PATCH 0/6] reftable: some more portability improvements
2026-04-02 18:27 UTC (14+ messages)
` [PATCH 6/6] reftable: introduce "reftable-system.h" header
` [PATCH v2 0/5] reftable: some more portability improvements
` [PATCH v2 1/5] reftable: introduce "reftable-system.h" header
` [PATCH v2 2/5] reftable/stack: provide fsync(3p) via system header
` [PATCH v2 3/5] reftable/fsck: use REFTABLE_UNUSED instead of UNUSED
` [PATCH v2 4/5] reftable/system: add abstraction to retrieve time in milliseconds
` [PATCH v2 5/5] reftable/system: add abstraction to mmap files
[PATCH] repo: add paths.toplevel to repo info
2026-04-02 17:38 UTC (2+ messages)
[ANNOUNCE] Git v2.54.0-rc0
2026-04-02 16:42 UTC
[PATCH v5] tests: use test_path_is_missing instead of '! test -f'
2026-04-02 16:39 UTC (2+ messages)
` [PATCH v6] "
[PATCH] t/pack-refs-tests: drop '-f' from test_path_is_missing
2026-04-02 16:36 UTC (2+ messages)
` [PATCH v2] tests: use test_path_is_missing instead of '! test -f'
[GSoC PATCH] backfill: auto-detect sparse-checkout from config
2026-04-02 16:05 UTC (5+ messages)
[PATCH v3 0/2] [GSoC] read-cache: use index state repository for trace2 logging
2026-04-02 15:25 UTC (5+ messages)
` [PATCH v4] read-cache: use istate->repo "
` [PATCH] "
[PATCH 0/3] worktree: stop using "the_repository" in is_current_worktree()
2026-04-02 15:10 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] worktree: remove "the_repository" from is_current_worktree()
[PATCH] hash: introduce support for the MD5 hash algorithm
2026-04-02 7:08 UTC (2+ messages)
[PATCH 00/16] Auto-configure advertised remotes via URL whitelist
2026-04-02 7:03 UTC (21+ messages)
` [PATCH 01/16] promisor-remote: try accepted remotes before others in get_direct()
` [PATCH 04/16] promisor-remote: clarify that a remote is ignored
` [PATCH 08/16] promisor-remote: remove the 'accepted' strvec
` [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
What's cooking in git.git (Apr 2026, #01)
2026-04-02 6:57 UTC (2+ messages)
[PATCH 0/2] t: work around bugs in Dash v0.5.13
2026-04-02 6:51 UTC (7+ messages)
` [PATCH 1/2] t: work around multibyte bug in quoted heredocs with "
` [PATCH v2 0/2] t: work around bugs in "
` [PATCH v2 1/2] t: work around multibyte bug in quoted heredocs with "
` [PATCH v2 2/2] t9300: work around partial read bug in "
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