Git development
 help / color / mirror / Atom feed
 messages from 2026-03-30 23:02:35 to 2026-04-01 13:46:56 UTC [more...]

[PATCH 0/12] fixing the remainder of the C23 strchr warnings
 2026-04-01 13:46 UTC  (16+ messages)
` [PATCH 01/12] convert: add const to fix strchr() warnings
` [PATCH 02/12] http: "
` [PATCH 03/12] transport-helper: drop "
` [PATCH 04/12] pager: explicitly cast away strchr() constness
` [PATCH 05/12] run-command: explicitly cast away constness when assigning to void
` [PATCH 06/12] find_last_dir_sep(): convert inline function to macro
` [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 10/12] range-diff: drop const to fix strstr() warnings
` [PATCH 11/12] http: drop const to fix strstr() warning
` [PATCH 12/12] refs/files-backend: drop const to fix strchr() warning

Cloning an empty SHA256 remote creates a local SHA1 repo
 2026-04-01 12:44 UTC  (2+ messages)

[PATCH 0/6] reftable: some more portability improvements
 2026-04-01 12:14 UTC  (18+ messages)
` [PATCH 1/6] reftable/system: provide `REFTABLE_INLINE()` macro
` [PATCH 2/6] reftable/stack: don't call fsync(3p) unless provided
` [PATCH 3/6] reftable/fsck: use REFTABLE_UNUSED instead of UNUSED
` [PATCH 4/6] reftable/system: add abstraction to retrieve time in milliseconds
` [PATCH 5/6] reftable/system: add abstraction to mmap files
` [PATCH 6/6] reftable: introduce "reftable-system.h" header

[RFC GSoC PATCH] backfill: skip downloading for empty batches
 2026-04-01 11:50 UTC  (2+ messages)

[PATCH 0/6] odb: add write operation to ODB transaction interface
 2026-04-01 11:24 UTC  (34+ messages)
` [PATCH 1/6] odb: split `struct odb_transaction` into separate header
` [PATCH 2/6] odb/transaction: use pluggable `begin_transaction()`
` [PATCH 3/6] object-file: remove flags from transaction packfile writes
` [PATCH 4/6] object-file: avoid fd seekback by checking object size upfront
` [PATCH 5/6] object-file: generalize packfile writes to use odb_write_stream
` [PATCH 6/6] odb/transaction: make `write_object_stream()` pluggable
` [PATCH v2 0/7] odb: add write operation to ODB transaction interface
  ` [PATCH v2 1/7] odb: split `struct odb_transaction` into separate header
  ` [PATCH v2 2/7] odb/transaction: use pluggable `begin_transaction()`
  ` [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 v2 5/7] object-file: avoid fd seekback by checking object size upfront
  ` [PATCH v2 6/7] object-file: generalize packfile writes to use odb_write_stream
  ` [PATCH v2 7/7] odb/transaction: make `write_object_stream()` pluggable

[PATCH] hash: introduce support for the MD5 hash algorithm
 2026-04-01 10:54 UTC  (2+ messages)

[PATCH 0/2] t: work around bugs in Dash v0.5.13
 2026-04-01 10:42 UTC  (3+ messages)
` [PATCH 1/2] t: work around multibyte bug in quoted heredocs with "
` [PATCH 2/2] t9300: work around partial read bug in "

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

[GSoC PATCH v5 0/2] graph: add --graph-lane-limit option
 2026-04-01  8:36 UTC  (4+ messages)
` [GSoC PATCH v6 0/3] "

[PATCH 0/3] includeIf: add "worktree" condition for matching working tree path
 2026-04-01  8:27 UTC  (5+ messages)
` [PATCH 1/3] config: add "worktree" and "worktree/i" includeIf conditions
` [PATCH 2/3] Documentation/config: add includeIf "worktree"
` [PATCH 3/3] t1305: add tests for "

[PATCH] t7004: replace wc -l with modern test helpers
 2026-04-01  6:20 UTC 

[PATCH 00/16] Auto-configure advertised remotes via URL whitelist
 2026-04-01  5:41 UTC  (6+ messages)
` [PATCH 14/16] promisor-remote: trust known remotes matching acceptFromServerUrl

spaces in filenames
 2026-04-01  4:57 UTC 

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

[PATCH 0/6] odb: small set of cleanups
 2026-03-31 23:57 UTC  (7+ messages)
` [PATCH 1/6] CodingGuidelines: document our style for flags
` [PATCH 2/6] treewide: use enum for `odb_for_each_object()` flags
` [PATCH 3/6] odb: rename `odb_write_object()` flags
` [PATCH 4/6] odb: use enum for `odb_write_object` flags
` [PATCH 5/6] odb: rename `odb_has_object()` flags
` [PATCH 6/6] odb: drop unneeded headers and forward decls

[RFC PATCH v2 0/2] push: add support for pushing to remote groups
 2026-03-31 23:45 UTC  (6+ messages)
` [RFC PATCH v3 "
  ` [RFC PATCH v3 2/2] push: support pushing to a remote group

[PATCH v2 0/5] fast-import: extend signed object handling modes
 2026-03-31 23:18 UTC  (3+ messages)

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-03-31 23:17 UTC  (14+ messages)
` [PATCH 01/16] midx-write: handle noop writes when converting incremental chains
` [PATCH 02/16] midx: use `string_list` for retained MIDX files
` [PATCH 04/16] midx: use `strvec` for `keep_hashes`
` [PATCH 05/16] midx: introduce `--checksum-only` for incremental MIDX writes

[PATCH 00/14] fsck: drop use of `the_repository`
 2026-03-31 22:50 UTC  (4+ messages)
` [PATCH v2 00/12] "

[PATCH git] t5516: test updateInstead with worktree and unborn bare HEAD
 2026-03-31 22:21 UTC  (3+ messages)
` [GSoC PATCH 0/3] receive-pack: fix HEAD check for updateInstead

[PATCH] apply: fix new-style empty context line triggering incomplete-line check
 2026-03-31 21:54 UTC  (2+ messages)

BUG: git commit -a crashes with "unable to stat" during unresolved merge
 2026-03-31 21:53 UTC 

[PATCH 0/4] line-log: route -L output through the standard diff pipeline
 2026-03-31 21:49 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/3] Add option --ref to git-replay(1)
 2026-03-31 21:42 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] replay: allow to specify a ref with option --ref

[PATCH] unpack-trees: use explicit repository in trace2 calls
 2026-03-31 21:35 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] unpack-trees: use repository from index instead of global
  ` [PATCH v2 2/2] "

please tell code agents
 2026-03-31 21:22 UTC 

[PATCH 0/3] doc: replace mentions of deprecated git config --list
 2026-03-31 21:17 UTC  (9+ messages)
` [PATCH 1/3] doc: var: link -l to git config list
` [PATCH 2/3] doc: gitcvs-migration: replace config -l and rephrase
` [PATCH 3/3] doc: replace the rest of git config --list with `list`

[GSoC PATCH] backfill: auto-detect sparse-checkout from config
 2026-03-31 16:59 UTC  (2+ messages)

[PATCH 0/2] fetch: make submodule fetch errors configurable
 2026-03-31 16:44 UTC  (3+ messages)
` [PATCH 2/2] fetch: add fetch.submoduleErrors to make submodule fetch errors non-fatal

[Feature Proposal] Add a built-in 'git whoami' command
 2026-03-31 16:43 UTC  (3+ messages)

[PATCH] replay: support replaying down from root commit
 2026-03-31 16:20 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v2 0/5] Xdiff cleanup part 3
 2026-03-31 16:13 UTC  (19+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 4/6] xdiff/xdl_cleanup_records: make limits more clear
  ` [PATCH v4 0/6] Xdiff cleanup part 3
    ` [PATCH v4 4/6] xdiff/xdl_cleanup_records: make limits more clear
    ` [PATCH v4 5/6] xdiff/xdl_cleanup_records: make setting action easier to follow
    ` [PATCH v4 6/6] xdiff/xdl_cleanup_records: simplify INVESTIGATE handling for clarity

[PATCH 2/2] doc: interpret-trailers: explain key format
 2026-03-31 16:03 UTC  (3+ messages)

[PATCH] repack-promisor: add fake paths to oids when repacking promisor objects
 2026-03-31 15:51 UTC  (4+ messages)

What's cooking in git.git (Mar 2026, #12)
 2026-03-31 15:27 UTC  (5+ messages)

[PATCH] checkout: add --autostash option for branch switching
 2026-03-31 12:16 UTC  (2+ messages)

[PATCH 00/11] detect misspelt test_expect_success and friends
 2026-03-31 11:43 UTC  (8+ messages)
` [PATCH 01/11] test-lib: catch misspelt 'test_expect_successo'

What's cooking in git.git (Mar 2026, #11)
 2026-03-31 10:37 UTC  (4+ messages)

[GSoC] [Proposal v2]: Implement promisor remote fetch ordering
 2026-03-31 10:10 UTC  (5+ messages)
` [GSoC] [Proposal v3]: "

[PATCH] cache-tree: use index state repository in trace2 calls
 2026-03-31 10:02 UTC 

[PATCH v5 0/2] replay: add --revert mode to reverse commit changes
 2026-03-31  8:11 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] "

[PATCH 00/14] odb: generic object name handling
 2026-03-31  6:04 UTC  (6+ messages)
` [PATCH v2 "

[RFC PATCH 2/2] l10n: README: document AI assistant guidelines
 2026-03-31  4:37 UTC  (5+ messages)
` [PATCH v4 0/5] docs(l10n): AI agent instructions and workflow improvements

git-interpret-trailers and period characters in the key
 2026-03-30 23:24 UTC  (6+ messages)
` [PATCH 0/2] doc: interpret-trailers: explain key format
  ` [PATCH 1/2] doc: interpret-trailers: stop fixating on RFC 822


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