messages from 2026-06-18 06:55:00 to 2026-06-20 10:37:13 UTC [more...]
[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
2026-06-20 10:36 UTC (6+ 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 v4 0/2] graph: indent visual roots in graph
2026-06-20 10:18 UTC (14+ messages)
` [PATCH v5 "
` [PATCH v5 2/2] graph: indent visual root "
` [PATCH v6 0/3] graph: indent visual roots "
` [PATCH v6 1/3] lib-log-graph: move check_graph function
` [PATCH v6 2/3] revision: add peek functions for lookahead
` [PATCH v6 3/3] graph: indent visual root in graph
[PATCH v13 0/6] branch: prune-merged
2026-06-20 9:04 UTC (26+ messages)
` [PATCH v14 "
` [PATCH v14 4/6] branch: add --prune-merged <branch>
` [PATCH v15 0/7] branch: delete-merged
` [PATCH v16 "
` [PATCH v16 1/7] branch: add --forked filter for --list mode
` [PATCH v16 2/7] branch: convert delete_branches() to a flags argument
` [PATCH v16 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
` [PATCH v16 4/7] branch: prepare delete_branches for a bulk caller
` [PATCH v16 5/7] branch: add --delete-merged <branch>
` [PATCH v16 6/7] branch: add branch.<name>.deleteMerged opt-out
` [PATCH v16 7/7] branch: add --dry-run for --delete-merged
[GSoC][PATCH 0/4] teach git repo info to handle path keys
2026-06-20 3:16 UTC (6+ messages)
` [GSoC Patch v6 "
` [GSoC Patch v6 1/4] path: introduce append_formatted_path() for shared path formatting
` [GSoC Patch v6 2/4] rev-parse: use append_formatted_path() for "
` [GSoC Patch v6 3/4] repo: add path.commondir with absolute and relative suffix formatting
` [GSoC Patch v6 4/4] repo: add path.gitdir "
What's cooking in git.git (Jun 2026, #07)
2026-06-20 1:33 UTC
[PATCH v3] SubmittingPatches: address design critiques
2026-06-19 22:40 UTC
[PATCH] Makefile: drop duplicate %.a from link recipes
2026-06-19 22:27 UTC (7+ messages)
` [PATCH v2] Makefile: dedup archives in $(LIBS) so link recipes don't repeat them
` [PATCH v3] config.mak.uname: avoid macOS dup-library warning
[PATCH v4 0/1] environment: move protect_hfs and protect_ntfs into repo_config_values
2026-06-19 17:25 UTC (4+ messages)
` [PATCH v4 1/1] environment: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'
[PATCH] help: prompt user to run corrected command on typo
2026-06-19 17:04 UTC (6+ messages)
` [PATCH v2] help: include arguments in autocorrect=prompt message
Strange behavior of "git log" with file argument
2026-06-19 17:02 UTC (2+ messages)
[PATCH v3 00/17] odb: make packed object source a proper `struct odb_source`
2026-06-19 16:40 UTC (5+ messages)
` [PATCH v3 15/17] odb/source-packed: stub out remaining functions
Bug: Checkout in sparse mode can overwrite uncommited files
2026-06-19 16:31 UTC
[PATCH] t4216: fix no-op test that breaks TAP output
2026-06-19 16:29 UTC (3+ messages)
Pinned references?
2026-06-19 16:25 UTC (3+ messages)
[PATCH v3 0/3] environment: migrate 'trust_executable_bit' into 'repo_config_values'
2026-06-19 16:21 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 1/3] read-cache: remove redundant extern declarations
` [PATCH v4 2/3] read-cache: move 'ce_mode_from_stat()' to 'read-cache.c'
` [PATCH v4 3/3] environment: move trust_executable_bit into repo_config_values
[PATCH] SubmittingPatches: address design critiques
2026-06-19 16:17 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2 0/2] rebase: add --squash to fold a range into its first commit
2026-06-19 16:11 UTC (14+ messages)
` [PATCH v3 0/4] history: add squash subcommand to fold a range
` [PATCH v3 1/4] history: extract helper for a commit's parent tree
` [PATCH v3 2/4] history: give commit_tree_ext a message template
` [PATCH v3 3/4] history: add squash subcommand to fold a range
` [PATCH v3 4/4] history: re-edit a squash with every message
[PATCH 0/2] environment: move ignore_case into repo_config_values
2026-06-19 16:01 UTC (12+ messages)
` [PATCH 1/2] "
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] config: use repo_ignore_case() to access core.ignorecase
` [PATCH v3 0/2] environment: move ignore_case into repo_config_values
` [PATCH v3 1/2] "
` [PATCH v3 2/2] config: use repo_ignore_case() to access core.ignorecase
[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
2026-06-19 15:33 UTC (14+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 2/4] pack-objects: support reachability bitmaps "
[PATCH GSoC RFC v12 00/12] cat-file: add remote-object-info to batch-command
2026-06-19 15:06 UTC (16+ messages)
` [PATCH GSoC RFC v13 "
` [PATCH GSoC RFC v13 01/12] transport-helper: fix memory leak of helper on disconnect
` [PATCH GSoC RFC v13 02/12] git-compat-util: add strtoul_ul() with error handling
` [PATCH GSoC RFC v13 03/12] cat-file: declare loop counter inside for()
` [PATCH GSoC RFC v13 04/12] t1006: split test utility functions into new "lib-cat-file.sh"
` [PATCH GSoC RFC v13 05/12] fetch-pack: move function to connect.c
` [PATCH GSoC RFC v13 06/12] connect: refactor packet writing
` [PATCH GSoC RFC v13 07/12] fetch-pack: move fetch initialization
` [PATCH GSoC RFC v13 08/12] serve: advertise object-info feature
` [PATCH GSoC RFC v13 09/12] transport: add client support for object-info
` [PATCH GSoC RFC v13 10/12] cat-file: add remote-object-info to batch-command
` [PATCH GSoC RFC v13 11/12] cat-file: validate remote atoms with allow_list
` [PATCH GSoC RFC v13 12/12] cat-file: make remote-object-info allow-list dynamic
What's cooking in git.git (Jun 2026, #06)
2026-06-19 14:33 UTC (2+ messages)
[PATCH] commit-graph: use timestamp_t for max parent generation accumulator
2026-06-19 14:05 UTC (4+ messages)
[RFH] Why do osx CI jobs so unreliable?
2026-06-19 14:03 UTC (2+ messages)
[RFC PATCH 0/2] doc: clarify review replies and reroll timing
2026-06-19 13:20 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] doc: advise batching patch rerolls
[PATCH] sequencer: Skip copying notes for commits that disappear during rebase
2026-06-19 13:01 UTC (5+ messages)
[PATCH 0/9] refs: stop using `chdir_notify_reparent()`
2026-06-19 11:27 UTC (12+ messages)
` [PATCH v4 00/10] "
` [PATCH v4 01/10] setup: inline `check_and_apply_repository_format()`
` [PATCH v4 02/10] setup: stop applying repository format twice
` [PATCH v4 03/10] setup: don't apply "GIT_REFERENCE_BACKEND" without a repository
` [PATCH v4 04/10] refs: unregister reference stores from "chdir_notify"
` [PATCH v4 05/10] chdir-notify: drop unused `chdir_notify_reparent()`
` [PATCH v4 06/10] repository: free main reference database
` [PATCH v4 07/10] refs: move parsing of "core.logAllRefUpdates" back into ref stores
` [PATCH v4 08/10] refs/reftable-backend: manually parse "core.sharedRepository"
` [PATCH v4 09/10] refs: fix recursing `get_main_ref_store()` with "onbranch" config
` [PATCH v4 10/10] refs: drop local buffer in `refs_compute_filesystem_location()`
[PATCH 0/7] Introduce fetch.followRemoteHEAD config option
2026-06-19 9:44 UTC (15+ messages)
` [PATCH v2 0/7] Introduce fetch.followRemoteHEAD config variable
` [PATCH v3 0/8] "
` [PATCH v3 1/8] fetch: fixup set_head advice for warn-if-not-branch
` [PATCH v3 2/8] doc: explain fetchRemoteHEADWarn advice
` [PATCH v3 3/8] t5510: cleanup remote in followRemoteHEAD dangling ref test
` [PATCH v3 4/8] fetch: rename function report_set_head
` [PATCH v3 5/8] fetch: return 0 on known git_fetch_config
` [PATCH v3 6/8] fetch: refactor do_fetch handling of followRemoteHEAD
` [PATCH v3 7/8] fetch: add configuration variable fetch.followRemoteHEAD
` [PATCH v3 8/8] fetch: fixup a misaligned comment
[PATCH] zlib: properly clamp to uLong
2026-06-19 7:41 UTC (3+ messages)
git-2.55.0-rc1 t4216 broken TAP failures on non-x86 arch
2026-06-19 7:21 UTC (6+ messages)
[PATCH v2 0/8] refs: stop using `chdir_notify_reparent()`
2026-06-19 6:25 UTC (9+ messages)
` [PATCH v2 7/8] refs: fix recursing `get_main_ref_store()` with "onbranch" config
[PATCH 0/6] SubmittingPatches: update and flesh out trailer sections
2026-06-19 5:44 UTC (11+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] SubmittingPatches: encourage trailer use for substantial help
` [PATCH v3 0/5] SubmittingPatches: update and flesh out trailer sections
` [PATCH v3 1/5] SubmittingPatches: encourage trailer use for substantial help
` [PATCH v3 2/5] SubmittingPatches: discourage common Linux trailers
` [PATCH v3 3/5] SubmittingPatches: document Based-on-patch-by trailer
` [PATCH v3 4/5] SubmittingPatches: be consistent with trailer markup
` [PATCH v3 5/5] SubmittingPatches: note that trailer order matters
[PATCH] rebase: mention --abort alongside --continue
2026-06-19 1:36 UTC (7+ messages)
[PATCH 0/7] line-log: range-scope stat, check, and -G under -L
2026-06-18 22:00 UTC (9+ messages)
` [PATCH 1/7] diff: rename and group the line-range filter for clarity
` [PATCH 2/7] diff: simplify the line-range filter by classifying removals immediately
` [PATCH 3/7] diff: emit -L hunk headers via xdiff's formatter
` [PATCH 4/7] diff: extract a line-range diff helper for reuse
` [PATCH 5/7] line-log: support diff stat formats with -L
` [PATCH 6/7] diff: support --check with -L line ranges
` [PATCH 7/7] diffcore-pickaxe: scope -G to the -L tracked range
[PATCH] checkout: add --fetch to fetch remote before resolving start-point
2026-06-18 17:47 UTC (4+ messages)
[PATCH] completion: zsh: support completion after "git -C <path>"
2026-06-18 17:43 UTC (2+ messages)
[PATCH] doc: detail LMAP binary format specification
2026-04-16 5:55 UTC
t5563-simple-http-auth failures with v2.55.0-rc0
2026-06-18 16:18 UTC (6+ messages)
[PATCH v3] ref-filter: restore prefix-scoped iteration
2026-06-18 15:54 UTC (3+ messages)
` [PATCH v4] "
[PATCH] SubmittingPatches: address design critiques
2026-06-18 15:40 UTC (3+ messages)
[PATCH v2] SubmittingPatches: address design critiques
2026-06-18 15:36 UTC
[PATCH] SubmittingPatches: address design critiques
2026-06-18 15:17 UTC
[PATCH 0/7] More work supporting objects larger than 4GB on Windows
2026-06-18 15:08 UTC (4+ messages)
` [PATCH v2 "
[PATCH] Fix typo in MaintNotes regarding versioning scheme
2026-06-18 15:08 UTC (5+ messages)
[PATCH] gitlab-ci: migrate Windows builds away from Chocolatey
2026-06-18 14:03 UTC (4+ messages)
[PATCH v13 0/2] checkout: --track=fetch
2026-06-18 12:44 UTC (4+ messages)
` [PATCH v14 "
` [PATCH v14 1/2] branch: expose helpers for finding the remote owning a tracking ref
` [PATCH v14 2/2] checkout: extend --track with a "fetch" mode to refresh start-point
[PATCH v6] checkout: extend --track with a "fetch" mode to refresh start-point
2026-06-18 12:38 UTC (4+ messages)
[ANNOUNCE] Git for Windows 2.55.0-rc1
2026-06-18 7:07 UTC
[PATCH v3 0/8] refs: stop using `chdir_notify_reparent()`
2026-06-18 6:54 UTC (2+ messages)
` [PATCH v3 8/8] refs: drop local buffer in `refs_compute_filesystem_location()`
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