Git development
 help / color / mirror / Atom feed
 messages from 2026-04-01 08:36:28 to 2026-04-03 06:02:34 UTC [more...]

[PATCH 00/16] odb: introduce "inmemory" source
 2026-04-03  6:01 UTC  (7+ 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 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

[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
 2026-04-03  5:04 UTC  (3+ messages)
` [GSoC RFC PATCH 1/1] "

[L10N] Kickoff for Git 2.54.0 translations
 2026-04-03  1:47 UTC 

[PATCH 0/12] fixing the remainder of the C23 strchr warnings
 2026-04-02 23:51 UTC  (41+ messages)
` [PATCH 03/12] transport-helper: drop const to fix strchr() warnings
` [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 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

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-04-02 22:51 UTC  (11+ messages)
` [PATCH 04/16] midx: use `strvec` for `keep_hashes`
` [PATCH 05/16] midx: introduce `--checksum-only` for incremental MIDX writes

[PATCH] docs: correct information about reftable
 2026-04-02 22:42 UTC 

[PATCH 0/6] odb: add write operation to ODB transaction interface
 2026-04-02 21:32 UTC  (16+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 3/7] odb: update `struct odb_write_stream` read() callback
  ` [PATCH v2 4/7] object-file: remove flags from transaction packfile writes
  ` [PATCH v3 0/7] odb: add write operation to ODB transaction interface
    ` [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  (5+ messages)
` [PATCH v2 1/3] config: add "worktree" and "worktree/i" includeIf conditions
` [PATCH v2 2/3] Documentation/config: add includeIf "worktree"
` [PATCH v2 3/3] t1305: add tests for "

[PATCH 00/17] tests: access bare repositories explicitly
 2026-04-02 20:44 UTC  (20+ 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

[GSoC PATCH v2] backfill: error out when HEAD cannot be parsed
 2026-04-02 20:09 UTC  (3+ messages)

[GSoC PATCH v5 0/2] graph: add --graph-lane-limit option
 2026-04-02 19:55 UTC  (7+ messages)
` [GSoC PATCH v6 0/3] "

[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 v2 0/5] refs: reduce reliance on the_repository global state
 2026-04-02 18:57 UTC  (9+ 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 00/10] Prepare for advertised remotes auto-configure via URL allowlist
 2026-04-02 18:37 UTC  (16+ 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

[PATCH 0/6] reftable: some more portability improvements
 2026-04-02 18:27 UTC  (20+ messages)
` [PATCH 1/6] reftable/system: provide `REFTABLE_INLINE()` macro
` [PATCH 2/6] reftable/stack: don't call fsync(3p) unless provided
` [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)

[PATCH] replay: support replaying down from root commit
 2026-04-02 17:02 UTC  (10+ messages)
` [PATCH v2] "

[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  (6+ 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  (8+ messages)
` [PATCH 1/2] t: work around multibyte bug in quoted heredocs with "
` [PATCH 2/2] t9300: work around partial read bug in "
` [PATCH v2 0/2] t: work around bugs "
  ` [PATCH v2 1/2] t: work around multibyte bug in quoted heredocs with "
  ` [PATCH v2 2/2] t9300: work around partial read bug in "

[ANNOUNCE] Git Rev News edition 133
 2026-04-01 22:38 UTC 

[PATCH] RelNotes: minor typo fixes in 2.54.0 draft
 2026-04-01 22:33 UTC  (2+ messages)

[PATCH v2 0/3] Add option --ref to git-replay(1)
 2026-04-01 20:55 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] builtin/replay: mark options as not negatable
  ` [PATCH v3 2/3] replay: use stuck form in documentation and help message
  ` [PATCH v3 3/3] replay: allow to specify a ref with option --ref

[RFC GSoC PATCH] backfill: skip downloading for empty batches
 2026-04-01 19:44 UTC  (3+ messages)

BUG: git commit -a crashes with "unable to stat" during unresolved merge
 2026-04-01 19:08 UTC  (5+ messages)
` [PATCH] read-cache: disable renames in add_files_to_cache
` [PATCH v2] "

[PATCH] t7004: replace wc -l with modern test helpers
 2026-04-01 18:56 UTC  (2+ messages)

Sponsorship inquiry - AlgoArena x About Git Rev News
 2026-04-01 17:56 UTC 

[GSoC PATCH v2] t2000: modernize path checks with test_path_is_* helpers
 2026-04-01 17:09 UTC  (3+ messages)
` [GSoC][PATCH v3] t2000: modernise overall structure

[RFC PATCH v2 0/2] push: add support for pushing to remote groups
 2026-04-01 16:56 UTC  (6+ messages)
` [RFC PATCH v3 "
  ` [RFC PATCH v3 2/2] push: support pushing to a remote group

[PATCH v3 0/6] Xdiff cleanup part 3
 2026-04-01 16:00 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 6/6] xdiff/xdl_cleanup_records: simplify INVESTIGATE handling for clarity

Cloning an empty SHA256 remote creates a local SHA1 repo
 2026-04-01 15:35 UTC  (3+ messages)

[PATCH v1 1/1] cat-file: add use-mailmap/no-use-mailmap to --batch-command
 2026-04-01 10:11 UTC  (6+ messages)
` [PATCH v2 0/1] cat-file: add mailmap subcommand "
  ` [PATCH v2 1/1] "


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