Git development
 help / color / mirror / Atom feed
 messages from 2026-08-05 16:14:53 to 2026-08-07 06:30:07 UTC [more...]

[PATCH 0/5] Reintroduce writev(3p)
 2026-08-07  6:29 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] compat/posix: introduce writev(3p) wrapper
  ` [PATCH v2 2/5] wrapper: introduce writev(3p) wrappers
  ` [PATCH v2 3/5] wrapper: properly handle MAX_IO_SIZE in writev(3p)
  ` [PATCH v2 4/5] sideband: use writev(3p) to send pktlines
  ` [PATCH v2 5/5] fast-import: use writev(3p) to send cat-blob responses

[PATCH] completion: complete tracked paths for 'git diff'
 2026-08-07  6:18 UTC  (14+ 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 v4 0/3] completion of 'git [-C <dir>] diff'
  ` [PATCH v4 1/3] completion: no-op refactoring of diff completion
  ` [PATCH v4 2/3] completion: complete tracked paths for 'git diff'
  ` [PATCH v4 3/3] completion: 'git diff' completes untracked paths as a last resort

[PATCH 0/5] odb: make creation of object database pluggable
 2026-08-07  4:28 UTC  (20+ messages)
` [PATCH v4 0/6] "
  ` [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
` [PATCH v5 0/6] odb: make creation of object database pluggable
  ` [PATCH v5 1/6] loose: load loose object map for the correct source
  ` [PATCH v5 2/6] setup: detangle loading of loose object maps
  ` [PATCH v5 3/6] setup: handle ODB-related environment variables in `odb_new()`
  ` [PATCH v5 4/6] setup: defer object database creation
  ` [PATCH v5 5/6] odb/source: introduce function to map source type to name
  ` [PATCH v5 6/6] odb: make creation of on-disk structures pluggable

Can we do better than "git checkout/add -p"
 2026-08-07  4:02 UTC 

[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
 2026-08-07  3:03 UTC  (24+ 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

[Feature request] Separate explicit fetch mapping from default fetch selection
 2026-08-07  2:42 UTC  (2+ messages)

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

What's cooking in git.git (Aug 2026, #02)
 2026-08-06 23:53 UTC  (4+ messages)

[GSoC PATCH v2 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-08-06 22:19 UTC  (11+ 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 0/6] builtin/receive-pack: support pluggable packfile writes
 2026-08-06 21:38 UTC  (7+ messages)
` [PATCH 1/6] odb/transaction: add transaction release interface
` [PATCH 2/6] builtin/receive-pack: pass shallow file explicitly
` [PATCH 3/6] builtin/receive-pack: lift global state out of unpack()
` [PATCH 4/6] builtin/receive-pack: report unpack errors via strbuf
` [PATCH 5/6] builtin/receive-pack: explicitly pass packfile fd
` [PATCH 6/6] odb/transaction: add transaction interface to write packfiles

[PATCH v3] sequencer: honor --empty when a fixup!/squash! empties its target
 2026-08-06 20:32 UTC  (5+ messages)

[PATCH v2 0/4] completion: add support for 'git history'
 2026-08-06 20:27 UTC  (5+ messages)
` [PATCH v2 1/4] completion: add 'git history' subcommands
` [PATCH v2 2/4] completion: complete 'git history --empty' values
` [PATCH v2 3/4] completion: complete 'git history --update-refs' values
` [PATCH v2 4/4] completion: complete 'git history split' pathspecs

trailers: --only-trailers normalizes URLs to trailers
 2026-08-06 20:17 UTC  (4+ messages)
` [PATCH] trailers: stop recognizing URLs as trailers

[PATCH v2] rebase: skip branch symref aliases
 2026-08-06 20:12 UTC  (12+ messages)
` [PATCH v3 0/2] rebase: handle --update-refs branch symrefs
  ` [PATCH v3 1/2] rebase: skip branch symref aliases

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

[BUG] "commit graph is likely corrupt" on git rebase
 2026-08-06 19:44 UTC 

i am still using whatchanged
 2026-08-06 18:09 UTC  (2+ messages)

[PATCH] fetch: add fetch.pruneLocalBranches config
 2026-08-06 17:46 UTC  (3+ messages)
` [PATCH v25 0/7] branch: delete-merged

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

[PATCH 0/2] doc: refs: put ref migration warning under the command
 2026-08-06 17:32 UTC  (10+ messages)
` [PATCH v2 "
  ` [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)

[PATCH 00/11] coverity: fix unchecked returns
 2026-08-06 17:31 UTC  (20+ messages)
` [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 00/12] Next size_t stop: pack-objects/delta
 2026-08-06 17:30 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/12] diff-delta: widen `struct delta_index`' size fields to `size_t`
  ` [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 00/12] Upstream some more Git for Windows' patches
 2026-08-06 17:26 UTC  (8+ messages)
` [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 12/12] mingw: allow `git.exe` to be used instead of the "Git wrapper"

[PATCH 0/3] environment: clean up repository config handling
 2026-08-06 16:54 UTC  (16+ 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] read-cache: avoid sparse-index expansion for unborn HEAD
 2026-08-06 15:08 UTC  (2+ messages)

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

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

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 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 v3 0/6] odb: make creation of object database pluggable
 2026-08-06  6:04 UTC  (7+ messages)
` [PATCH v3 3/6] setup: handle ODB-related environment variables in `odb_new()`
` [PATCH v3 4/6] setup: defer object database creation

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

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

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

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  (3+ messages)
` [PATCH v3] "

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


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