messages from 2026-06-22 08:48:05 to 2026-06-24 18:35:27 UTC [more...]
[PATCH 0/6] receive-pack: use ODB transactions to stage object writes
2026-06-24 18:35 UTC (15+ messages)
` [PATCH 1/6] object-file: rename files transaction prepare function
` [PATCH 2/6] object-file: propagate files transaction errors
` [PATCH 3/6] odb/transaction: propagate begin errors
` [PATCH 4/6] odb/transaction: propagate commit errors
` [PATCH 5/6] odb/transaction: add transaction env interface
` [PATCH 6/6] builtin/receive-pack: stage incoming objects via ODB transactions
[GSoC][PATCH 0/4] teach git repo info to handle path keys
2026-06-24 18:15 UTC (13+ messages)
` [GSoC Patch v7 0/3] "
` [GSoC Patch v7 1/3] path: extract append_formatted_path() and use in rev-parse
` [GSoC Patch v8 0/3] teach git repo info to handle path keys
` [GSoC Patch v8 1/3] path: extract format_path() and use in rev-parse
` [GSoC Patch v8 2/3] repo: add path.commondir with absolute and relative suffix formatting
` [GSoC Patch v8 3/3] repo: add path.gitdir "
[PATCH 0/6] odb: refactor source-specific information in object info
2026-06-24 17:13 UTC (8+ messages)
` [PATCH 1/6] packfile: thread odb_source_packed through packed_object_info()
` [PATCH 2/6] odb: make backend-specific fields optional
` [PATCH 3/6] odb: add `source` field to struct object_info_source
` [PATCH 4/6] treewide: convert users of `whence` to the new source field
` [PATCH 5/6] odb: drop `whence` field from object info
` [PATCH 6/6] odb: document object info fields
[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
2026-06-24 17:09 UTC (51+ messages)
` [PATCH/RFC 1/6] commit-reach: decouple ahead_behind from nonstale_queue
` [PATCH/RFC 2/6] commit-reach: introduce struct paint_queue with per-side counters
` [PATCH/RFC 3/6] commit-reach: terminate merge-base walk when one paint side is exhausted
` [PATCH/RFC 4/6] t6600: add test cases for side-exhaustion edge cases
` [PATCH/RFC 5/6] t6099, t6600: add side-exhaustion regression tests
` [PATCH/RFC 6/6] Documentation/technical: add paint-down-to-common doc
` [PATCH v2 0/7] commit-reach: terminate merge-base walk when one side is exhausted
` [PATCH v2 1/7] Documentation/technical: add paint-down-to-common doc
` [PATCH v2 2/7] t6600: add test cases for side-exhaustion edge cases
` [PATCH v2 3/7] t6099, t6600: add side-exhaustion regression tests
` [PATCH v2 4/7] commit-reach: add trace2 instrumentation to paint_down_to_common()
` [PATCH v2 5/7] commit-reach: introduce struct paint_state with per-side counters
` [PATCH v2 6/7] commit-reach: remove unused nonstale_queue dedup wrappers
` [PATCH v2 7/7] commit-reach: terminate merge-base walk when one paint side is exhausted
[PATCH 0/3] connected: search promisor objects generically
2026-06-24 17:02 UTC (16+ messages)
` [PATCH 1/3] odb/source-packed: extract logic to skip certain packs
` [PATCH 2/3] odb/source-packed: support flags when iterating an object prefix
` [PATCH 3/3] connected: search promisor objects generically
` [PATCH v2 0/4] "
` [PATCH v2 1/4] odb/source-packed: extract logic to skip certain packs
` [PATCH v2 2/4] odb/source-packed: support flags when iterating an object prefix
` [PATCH v2 3/4] connected: split out promisor-based connectivity check
` [PATCH v2 4/4] connected: search promisor objects generically
[PATCH] gpg-interface: fix strip_cr_before_lf to only remove CR before LF
2026-06-24 16:58 UTC (2+ messages)
Fetching missing submodule refs unnecessarily fatal
2026-06-24 16:15 UTC
[PATCH GSoC RFC v12 00/12] cat-file: add remote-object-info to batch-command
2026-06-24 13:25 UTC (13+ messages)
` [PATCH GSoC RFC v13 "
` [PATCH GSoC RFC v13 03/12] cat-file: declare loop counter inside for()
` [PATCH GSoC RFC v13 05/12] fetch-pack: move function to connect.c
` [PATCH GSoC RFC v13 06/12] connect: refactor packet writing
[ANNOUNCE] Git for Windows 2.55.0-rc2
2026-06-24 13:07 UTC
[PATCH 0/2] branch/push: suggest intended form when remote/branch slip given
2026-06-24 12:35 UTC (11+ messages)
` [PATCH 1/2] branch: suggest <remote>/<branch> on upstream slip
` [PATCH 2/2] push: suggest <remote> <branch> for a slash slip
[RFC PATCH 0/2] doc: clarify review replies and reroll timing
2026-06-24 11:47 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] doc: advise batching patch rerolls
` [PATCH v3 0/2] doc: clarify review replies and reroll timing
` [PATCH v3 2/2] doc: advise batching patch rerolls
[PATCH RFC 0/2] Move libgit.a sources into separate "lib/" directory
2026-06-24 11:23 UTC (7+ messages)
` [PATCH RFC v2 "
` [PATCH RFC v2 1/2] t/helper: prepare "test-example-tap.c" for introduction of "lib/"
` [PATCH RFC v2 2/2] Move libgit.a sources into separate "lib/" directory
[PATCH v3 0/4] Add support for an external command for fetching notes
2026-06-24 9:53 UTC (4+ messages)
` [PATCH v3 4/4] notes: support an external command to display notes
[PATCH 11/11] reftable/table: fix OOB read on truncated table
2026-06-24 9:46 UTC
[PATCH 00/11] reftable: harden against corrupted tables
2026-06-24 8:23 UTC (12+ messages)
` [PATCH 01/11] meson: support building fuzzers with libFuzzer
` [PATCH 02/11] oss-fuzz: add fuzzer for parsing reftables
` [PATCH 03/11] reftable/basics: fix OOB read on binary search of empty range
` [PATCH 04/11] reftable/record: don't abort when decoding invalid ref value type
` [PATCH 05/11] reftable/block: fix OOB write with bogus inflated log size
` [PATCH 06/11] reftable/block: fix OOB read with bogus block size
` [PATCH 07/11] reftable/block: fix OOB read with bogus restart count
` [PATCH 08/11] reftable/block: fix use of uninitialized memory when binsearch fails
` [PATCH 09/11] reftable/block: fix OOB read with bogus restart offset
` [PATCH 10/11] reftable/table: fix NULL pointer access when seeking to bogus offsets
` [PATCH 11/11] reftable/table: fix OOB read on truncated table
[PATCH] bundle-uri: drain remaining response on invalid bundle-uri lines
2026-06-24 7:49 UTC (5+ messages)
[PATCH v13 0/2] checkout: --track=fetch
2026-06-23 17:47 UTC (5+ messages)
` [PATCH v14 "
` [PATCH v14 2/2] checkout: extend --track with a "fetch" mode to refresh start-point
What's cooking in git.git (Jun 2026, #09)
2026-06-23 16:56 UTC
[ANNOUNCE] Git v2.55.0-rc2
2026-06-23 16:46 UTC
[PATCH v2] gitk, git-gui: drop msgfmt --statistics output
2026-06-23 16:23 UTC (3+ messages)
` [PATCH v3 0/2] Silence po catalog output under "make -s"
[PATCH] help: prompt user to run corrected command on typo
2026-06-23 16:09 UTC (4+ messages)
` [PATCH v2] help: include arguments in autocorrect=prompt message
[PATCH 0/2] status: improve rebase todo list parsing
2026-06-23 15:54 UTC (12+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] sequencer: factor out parsing of todo commands
` [PATCH v3 2/2] status: improve rebase todo list parsing
` [PATCH v4 0/2] "
` [PATCH v4 1/2] sequencer: factor out parsing of todo commands
` [PATCH v4 2/2] status: improve rebase todo list parsing
[PATCH] gpg-interface: fix strip_cr_before_lf to only remove CR before LF
2026-06-23 15:09 UTC (2+ messages)
Fetching missing submodule refs unnecessarily fatal
2026-06-23 14:27 UTC
[GSoC] [Blog] week 1: Improving the new git repo command
2026-06-23 13:41 UTC (4+ messages)
` [GSoC] [Blog] week 2: "
` [GSoC] [Blog] week 3: "
` [GSoC] [Blog] week 4: "
Controle de votre adresse e-mail
2026-06-23 12:51 UTC
[GSoC Blog] Week 3&4 : Improve Disk Space Recovery for Partial Clones
2026-06-23 11:46 UTC
[PATCH v2] log: improve --follow following renames for non-linear history
2026-06-23 11:30 UTC (5+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH v3 0/4] history: add squash subcommand to fold a range
2026-06-23 10:41 UTC (4+ messages)
` [PATCH v4 "
What's cooking in git.git (Jun 2026, #08)
2026-06-23 7:06 UTC
[PATCH 0/7] line-log: range-scope stat, check, and -G under -L
2026-06-23 2:25 UTC (4+ messages)
` [PATCH 5/7] line-log: support diff stat formats with -L
[PATCH v2 0/2] environment: move ignore_case into repo_config_values
2026-06-22 18:01 UTC (5+ messages)
` [PATCH v3 "
[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
2026-06-22 16:26 UTC (5+ messages)
` [PATCH v3 0/4] "
[PATCH v2] Makefile: dedup archives in $(LIBS) so link recipes don't repeat them
2026-06-22 15:49 UTC (10+ messages)
` [PATCH v3] config.mak.uname: avoid macOS dup-library warning
[PATCH v3 0/3] Teach git-replay(1) to linearize merge commits
2026-06-22 15:43 UTC (9+ messages)
` [PATCH v4 "
` [PATCH v4 1/3] replay: refactor enum replay_mode into a bool
` [PATCH v4 2/3] replay: add helper to put entry into mapped_commits
` [PATCH v4 3/3] replay: offer an option to linearize the commit topology
[PATCH v16 0/7] branch: delete-merged
2026-06-22 15:36 UTC (4+ messages)
` [PATCH v17 "
` [PATCH v17 5/7] branch: add --delete-merged <branch>
[PATCH] SubmittingPatches: address design critiques
2026-06-22 12:57 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
What's cooking in git.git (Jun 2026, #07)
2026-06-22 12:50 UTC (3+ messages)
[PATCH v13 0/6] branch: prune-merged
2026-06-22 12:26 UTC (20+ messages)
` [PATCH v14 "
` [PATCH v14 4/6] branch: add --prune-merged <branch>
git-diff in a worktree is an order of magnitude slower?
2026-06-22 12:20 UTC (11+ messages)
[RFC] clone: allow sparse-checkout paths to be specified during clone
2026-06-22 11:35 UTC
[RFH] Why do osx CI jobs so unreliable?
2026-06-22 10:29 UTC (6+ messages)
2026–2027 Vendor Participation Notice
2026-06-22 10:08 UTC
[PATCH] win32: ensure that `localtime_r()` is declared even in i686 builds
2026-06-22 9:11 UTC (2+ messages)
[PATCH 0/2] odb: generalize `reprepare()` callback
2026-06-22 8:47 UTC (3+ messages)
` [PATCH 1/2] odb/source: "
` [PATCH 2/2] odb: introduce `odb_prepare()`
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