Git development
 help / color / mirror / Atom feed
 messages from 2026-08-05 09:13:41 to 2026-08-06 16:11:18 UTC [more...]

[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
 2026-08-06 16:11 UTC  (13+ messages)
` [PATCH v7 00/10] "
  ` [PATCH v7 01/10] Documentation/technical: add paint-down-to-common doc
  ` [PATCH v7 02/10] test-lib-functions: improve diagnostic output for trace2 data assertions
  ` [PATCH v7 03/10] t6600: add test cases for side-exhaustion edge cases
  ` [PATCH v7 04/10] t6099, t6600: add side-exhaustion regression tests
  ` [PATCH v7 05/10] commit-reach: add trace2 instrumentation to paint_down_to_common()
  ` [PATCH v7 06/10] t6600: add clock-skew topologies and step counts for edge cases
  ` [PATCH v7 07/10] commit-reach: introduce struct paint_state with per-side counters
  ` [PATCH v7 08/10] commit-reach: terminate merge-base walk when one paint side is exhausted
  ` [PATCH v7 09/10] commit-reach: move min_generation check into paint_queue_get()
  ` [PATCH v7 10/10] commit-reach: remove commit-date ordering fallback

[PATCH v5 0/2] bisect: add --reset-when-found to leave when done
 2026-08-06 15:59 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] "

What's cooking in git.git (Aug 2026, #02)
 2026-08-06 15:41 UTC  (2+ messages)

[PATCH 00/11] coverity: fix unchecked returns
 2026-08-06 15:41 UTC  (33+ messages)
` [PATCH 05/11] last-modified: handle repo_parse_commit() failures
` [PATCH 06/11] compat/pread: check initial lseek for errors
` [PATCH 09/11] bisect: check strbuf_getline_lf return when reading terms
` [PATCH 10/11] bisect: check get_terms return at all call sites
` [PATCH 11/11] bisect: handle dup() failure when redirecting stdout
` [PATCH v2 00/11] coverity: fix unchecked returns
  ` [PATCH v2 01/11] http: die on curl_easy_duphandle failure in get_active_slot
  ` [PATCH v2 02/11] config: propagate launch_editor() failure in show_editor()
  ` [PATCH v2 03/11] reftable/block: check deflateInit() return value
  ` [PATCH v2 04/11] reftable tests: check reftable_table_init_ref_iterator() return
  ` [PATCH v2 05/11] last-modified: handle repo_parse_commit() failures
  ` [PATCH v2 06/11] compat/pread: check initial lseek for errors
  ` [PATCH v2 07/11] transport-helper: check dup() return in get_exporter
  ` [PATCH v2 08/11] transport-helper: warn when export-marks file cannot be finalized
  ` [PATCH v2 09/11] bisect: check strbuf_getline_lf return when reading terms
  ` [PATCH v2 10/11] bisect: check get_terms return at all call sites
  ` [PATCH v2 11/11] bisect: handle dup() failure when redirecting stdout

[PATCH] read-cache: avoid sparse-index expansion for unborn HEAD
 2026-08-06 15:08 UTC  (2+ messages)

[PATCH] completion: complete tracked paths for 'git diff'
 2026-08-06 15:06 UTC  (8+ messages)
` [PATCH v3 0/3] completion of 'git [-C <dir>] diff'
  ` [PATCH v3 1/3] completion: no-op refactoring of diff completion
  ` [PATCH v3 2/3] completion: complete tracked paths for 'git diff'
  ` [PATCH v3 3/3] completion: 'git diff' completes untracked paths as a last resort

[PATCH 0/5] odb: make creation of object database pluggable
 2026-08-06 14:54 UTC  (23+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] loose: load loose object map for the correct source
  ` [PATCH v3 2/6] setup: detangle loading of loose object maps
  ` [PATCH v3 3/6] setup: handle ODB-related environment variables in `odb_new()`
  ` [PATCH v3 4/6] setup: defer object database creation
  ` [PATCH v3 5/6] odb/source: introduce function to map source type to name
  ` [PATCH v3 6/6] odb: make creation of on-disk structures pluggable
` [PATCH v4 0/6] odb: make creation of object database pluggable
  ` [PATCH v4 1/6] loose: load loose object map for the correct source
  ` [PATCH v4 2/6] setup: detangle loading of loose object maps
  ` [PATCH v4 3/6] setup: handle ODB-related environment variables in `odb_new()`
  ` [PATCH v4 4/6] setup: defer object database creation
  ` [PATCH v4 5/6] odb/source: introduce function to map source type to name
  ` [PATCH v4 6/6] odb: make creation of on-disk structures pluggable

Content idea for Git
 2026-08-06 13:04 UTC 

[PATCH 00/12] Upstream some more Git for Windows' patches
 2026-08-06 12:50 UTC  (16+ messages)
` [PATCH 01/12] mingw: include the Python parts in the build
` [PATCH 02/12] mingw: stop hard-coding `CC = gcc`
` [PATCH 03/12] mingw: drop the -D_USE_32BIT_TIME_T option
` [PATCH 04/12] mingw: only use -Wl,--large-address-aware for 32-bit builds
` [PATCH 05/12] mingw: avoid over-specifying `--pic-executable`
` [PATCH 06/12] mingw: set the prefix and HOST_CPU as per MSYS2's settings
` [PATCH 07/12] mingw: only enable the MSYS2-specific stuff when compiling in MSYS2
` [PATCH 08/12] mingw: rely on MSYS2's metadata instead of hard-coding it
` [PATCH 09/12] windows: skip linking `git-<command>` for built-ins
` [PATCH 10/12] mingw: always define `ETC_*` for MSYS2 environments
` [PATCH 11/12] mingw: ensure valid CTYPE
` [PATCH 12/12] mingw: allow `git.exe` to be used instead of the "Git wrapper"

BUG? git rebase -x "git commit --amend …" loses notes
 2026-08-06 12:01 UTC  (4+ messages)

[PATCH 0/2] doc: interpret-trailers: explain key format
 2026-08-06 11:55 UTC  (5+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 11/11] doc: interpret-trailers: document comment line treatment

[GSoC PATCH v2 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-08-06 11:22 UTC  (9+ messages)
` [GSoC PATCH v3 "
  ` [GSoC PATCH v3 1/7] builtin/repack.c: add --drop-filtered and --dry-run options
  ` [GSoC PATCH v3 2/7] list-objects-filter: add list_objects_filter__filter_oidset()
  ` [GSoC PATCH v3 3/7] repack-promisor: allow excluding objects from the rebuilt promisor pack
  ` [GSoC PATCH v3 4/7] builtin/repack: enumerate promisor blobs for --drop-filtered
  ` [GSoC PATCH v3 5/7] builtin/repack: actually drop filtered promisor blobs
  ` [GSoC PATCH v3 6/7] builtin/repack: add guards for --drop-filtered
  ` [GSoC PATCH v3 7/7] Documentation/git-repack: document --drop-filtered and --dry-run

[PATCH GSoC v4 0/9] cat-file: extend remote-object-info to support %(objecttype)
 2026-08-06 11:21 UTC  (3+ messages)
` [PATCH GSoC v4 3/9] fetch-object-info: pass arguments directly instead of a struct

[PATCH 0/2] doc: refs: put ref migration warning under the command
 2026-08-06 11:01 UTC  (14+ messages)
` [PATCH 1/2] "
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] doc: refs: linkgit to git-maintenance(1)
` [PATCH v3 0/2] doc: refs: put ref migration warning under the command
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] doc: refs: linkgit to git-maintenance(1)

Branch renaming shortage
 2026-08-06 10:39 UTC 

[GSoC Patch 0/7] repo: add more path keys to git repo info
 2026-08-06 10:15 UTC  (9+ messages)
` [GSoC PATCH v4 "
  ` [GSoC PATCH v4 1/7] repo: add path.toplevel with absolute and relative suffix formatting
  ` [GSoC PATCH v4 2/7] repo: add path.superproject-root with absolute and relative suffixes
  ` [GSoC PATCH v4 3/7] repo: add path.hooks "
  ` [GSoC PATCH v4 4/7] repo: add path.index "
  ` [GSoC PATCH v4 5/7] repo: add path.grafts "
  ` [GSoC PATCH v4 6/7] repo: add path.git-prefix
  ` [GSoC PATCH v4 7/7] repo: remove unused setup.h include

[PATCH 0/3] environment: clean up repository config handling
 2026-08-06  9:25 UTC  (13+ messages)
` [PATCH 1/3] environment: simplify repository config getters
` [PATCH 2/3] environment: clarify repository config getter documentation
` [PATCH 3/3] environment: reorder variables in repo_config_values structure
` [PATCH v2 0/3] environment: clean up repository config handling
  ` [PATCH v2 1/3] environment: simplify repository config getters
  ` [PATCH v2 2/3] environment: clarify repository config getter documentation
  ` [PATCH v2 3/3] environment: remove inaccurate repo_config_values comments

[PATCH v10 3/5] history: add squash subcommand to fold a range
 2026-08-06  9:19 UTC  (6+ messages)

[PATCH 0/5] gitk: make color preferences visually more pleasing and better usable
 2026-08-06  6:40 UTC  (6+ messages)
` [PATCH 1/5] gitk: set intitial colors of swatches using the available helper
` [PATCH 2/5] gitk: condense repetitive code around color buttons into foreach loops
` [PATCH 3/5] gitk: show color preferences on the button instead of the label
` [PATCH 4/5] gitk: use more natural language for labels of color preferences
` [PATCH 5/5] gitk: avoid constructing dialog titles from text pieces

[PATCH 0/5] Reintroduce writev(3p)
 2026-08-06  6:28 UTC  (10+ messages)

[PATCH 00/12] Next size_t stop: pack-objects/delta
 2026-08-06  6:15 UTC  (29+ messages)
` [PATCH 01/12] diff-delta: widen `struct delta_index`' size fields to `size_t`
` [PATCH 03/12] pack-objects: widen delta-cache accounting "
` [PATCH 04/12] pack-objects: widen `free_unpacked()` return "
` [PATCH 06/12] delta: widen `create_delta()` and `diff_delta()` "
` [PATCH 12/12] git-zlib: widen `git_deflate_bound()` "
` [PATCH v2 00/12] Next size_t stop: pack-objects/delta
  ` [PATCH v2 01/12] diff-delta: widen `struct delta_index`' size fields to `size_t`
  ` [PATCH v2 02/12] delta: widen `create_delta_index()` parameter "
  ` [PATCH v2 03/12] pack-objects: widen delta-cache accounting "
  ` [PATCH v2 04/12] pack-objects: widen `free_unpacked()` return "
  ` [PATCH v2 05/12] pack-objects: widen `mem_usage` and `try_delta()`'s out-param "
  ` [PATCH v2 06/12] delta: widen `create_delta()` and `diff_delta()` "
  ` [PATCH v2 07/12] packfile, git-zlib: widen `use_pack()` and zstream avail fields "
  ` [PATCH v2 08/12] archive-zip: widen `zlib_deflate_raw()`'s maxsize local "
  ` [PATCH v2 09/12] diff: widen `deflate_it()`'s bound local from int "
  ` [PATCH v2 10/12] http-push: widen `start_put()`'s size local from `ssize_t` "
  ` [PATCH v2 11/12] t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local "
  ` [PATCH v2 12/12] git-zlib: widen `git_deflate_bound()` "

[PATCH] completion: add 'git history' subcommands
 2026-08-06  5:18 UTC  (6+ messages)

Question on textconv
 2026-08-06  4:10 UTC  (5+ messages)

[PATCH 0/4] last-modified: use the pathspec's Bloom key to pre-filter commits
 2026-08-05 20:32 UTC  (11+ messages)
` [PATCH 1/4] revision: move bloom keyvec precondition into function
` [PATCH 4/4] last-modified: keep per-path Bloom filters for wildcard pathspecs

What's cooking in git.git (Jul 2026, #12)
 2026-08-05 17:03 UTC  (7+ messages)

[PATCH] worktree add: shouldn't dwim if -b or -B is given
 2026-08-05 16:58 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

`git push --porcelain` has no effect when deleting a ref which does not exist
 2026-08-05 16:30 UTC  (2+ messages)

[PATCH] add: remove interactive mode
 2026-08-05 16:11 UTC  (3+ messages)

[PATCH] fetch: add fetch.pruneLocalBranches config
 2026-08-05 14:24 UTC  (9+ messages)
` [PATCH v25 0/7] branch: delete-merged
  ` [PATCH v25 1/7] branch: add --forked filter for --list mode
  ` [PATCH v25 2/7] branch: convert delete_branches() to a flags argument
  ` [PATCH v25 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
  ` [PATCH v25 4/7] branch: prepare delete_branches for a bulk caller
  ` [PATCH v25 5/7] branch: add --delete-merged <pattern>
  ` [PATCH v25 6/7] branch: add branch.<name>.deleteMerged opt-out
  ` [PATCH v25 7/7] branch: add --dry-run for --delete-merged

git-replay/git-history lose notes
 2026-08-05 13:05 UTC  (6+ messages)

[PATCH v1] repository: move fetch_if_missing into struct repository
 2026-08-05 12:34 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] mailmap: change primary address for D. Ben Knoble
 2026-08-05 12:19 UTC 


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