Git development
 help / color / mirror / Atom feed
 messages from 2026-08-06 17:46:29 to 2026-08-08 00:02:29 UTC [more...]

[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
 2026-08-08  0:02 UTC  (21+ messages)
` [PATCH GSoC v4 0/9] "
` [PATCH GSoC v5 00/10] "
  ` [PATCH GSoC v5 01/10] t5701: use test_file_size() to get the size of a file
  ` [PATCH GSoC v5 02/10] fetch-object-info: detect malformed server responses
  ` [PATCH GSoC v5 03/10] fetch-object-info: pass arguments directly instead of a struct
  ` [PATCH GSoC v5 04/10] fetch-object-info: use dedicated struct for the results
  ` [PATCH GSoC v5 05/10] fetch-object-info: die() on the remaining error path
  ` [PATCH GSoC v5 06/10] transport: drop remote object-info fields from transport struct
  ` [PATCH GSoC v5 07/10] protocol-caps: add type support to object-info
  ` [PATCH GSoC v5 08/10] fetch-object-info: parse type from server response
  ` [PATCH GSoC v5 09/10] serve: advertise type capability
  ` [PATCH GSoC v5 10/10] cat-file: unify default format
` [PATCH GSoC v6 00/10] cat-file: extend remote-object-info to support %(objecttype)
  ` [PATCH GSoC v6 01/10] t5701: use test_file_size() to get the size of a file
  ` [PATCH GSoC v6 02/10] fetch-object-info: detect malformed server responses
  ` [PATCH GSoC v6 03/10] fetch-object-info: pass arguments directly instead of a struct

[PATCH v3] sequencer: honor --empty when a fixup!/squash! empties its target
 2026-08-07 22:26 UTC  (6+ messages)

[PATCH] gitk: add user-defined custom commands
 2026-08-07 22:16 UTC  (4+ messages)

[PATCH 00/12] Next size_t stop: pack-objects/delta
 2026-08-07 22:06 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 07/12] packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`

[PATCH 0/3] Convert USE_NSEC to runtime config
 2026-08-07 21:17 UTC  (5+ messages)
` [PATCH 1/3] meson: expose knob for xmlto relative links in manuals
` [PATCH 2/3] environment: align repo_config_values_init with struct declaration
` [PATCH 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec

[PATCH 0/3] environment: clean up repository config handling
 2026-08-07 21:11 UTC  (16+ messages)
` [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 v3 0/3] environment: clean up repository config handling
  ` [PATCH v3 1/3] environment: drop redundant NULL checks in config getters
  ` [PATCH v3 2/3] environment: clarify repository config getter documentation
  ` [PATCH v3 3/3] environment: remove inaccurate repo_config_values comments

[PATCH 0/5] odb: make packfile generation pluggable
 2026-08-07 21:05 UTC  (7+ messages)
` [PATCH 1/5] odb: introduce interface to generate packfiles
` [PATCH 2/5] upload-pack: generate packfiles via the object database
` [PATCH 3/5] send-pack: "
` [PATCH 4/5] builtin/bundle: refactor option handling for progress meter
` [PATCH 5/5] bundle: generate packfiles via the object database

[GSoC PATCH v2 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-08-07 20:52 UTC  (6+ messages)
` [GSoC PATCH v3 "

Can we do better than "git checkout/add -p"
 2026-08-07 20:26 UTC  (6+ messages)

[PATCH] object-name: avoid use-after-free in get_oid_with_context_1()
 2026-08-07 19:59 UTC 

[PATCH v10 3/5] history: add squash subcommand to fold a range
 2026-08-07 18:31 UTC  (10+ messages)

[PATCH 0/3] Introduce a 'fromAccepted' option to GIT_NO_LAZY_FETCH
 2026-08-07 18:31 UTC  (9+ messages)
` [PATCH 0/5] Introduce 'uploadpack.lazyFetchTrusted'
  ` [PATCH 1/5] promisor-remote: factor out lazy_fetch_objects()
  ` [PATCH 2/5] setup: extract path_allowlist_apply()
  ` [PATCH 3/5] setup: add 'allow_dot' arg to path_allowlist_apply()
  ` [PATCH 4/5] upload-pack: read uploadpack.lazyFetchTrusted
  ` [PATCH 5/5] builtin/upload-pack: set GIT_NO_LAZY_FETCH to 0 on trusted repo

[PATCH 0/4] last-modified: use the pathspec's Bloom key to pre-filter commits
 2026-08-07 18:26 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] revision: move bloom keyvec precondition into function
  ` [PATCH v2 2/6] revision: expose check for paths maybe changed in Bloom filter
  ` [PATCH v2 3/6] bloom: add helper to check if any key in a vector is present
  ` [PATCH v2 4/6] revision: add Bloom check that includes parent directories
  ` [PATCH v2 5/6] last-modified: check pathspec against Bloom filter first
  ` [PATCH v2 6/6] last-modified: keep per-path Bloom filters for wildcard pathspecs

[PATCH v8 0/3] Teach git-replay(1) to linearize merge commits
 2026-08-07 17:34 UTC  (3+ messages)
` [PATCH v8 3/3] replay: offer an option to linearize the commit topology

[PATCH v2] repository: move fetch_if_missing into struct repository
 2026-08-07 17:03 UTC  (3+ messages)
` [PATCH v3] "

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

[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
 2026-08-07 16:51 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
  ` [PATCH v2 3/3] t/README: document writing concurrency-safe helpers

[PATCH 0/2] bump static-analysis ci image version
 2026-08-07 16:47 UTC  (5+ messages)
` [PATCH 2/2] ci: bump ubuntu image version for static-analysis job

[PATCH 0/6] builtin/receive-pack: support pluggable packfile writes
 2026-08-07 16:01 UTC  (16+ 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/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
 2026-08-07 16:00 UTC  (34+ 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 10/10] commit-reach: remove commit-date ordering fallback

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

[PATCH v2] rebase: skip branch symref aliases
 2026-08-07 15:28 UTC  (15+ messages)
` [PATCH v3 0/2] rebase: handle --update-refs branch symrefs
  ` [PATCH v3 1/2] rebase: skip branch symref aliases
  ` [PATCH v3 2/2] rebase: guard non-branch symref targets

git-replay/git-history lose notes
 2026-08-07 15:16 UTC  (4+ messages)

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

[PATCH 0/5] gitk: make color preferences visually more pleasing and better usable
 2026-08-07 14:37 UTC  (9+ 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 5/5] gitk: avoid constructing dialog titles from text pieces

[PATCH] fetch: add fetch.pruneLocalBranches config
 2026-08-07 13:09 UTC  (4+ messages)
` [PATCH v25 0/7] branch: delete-merged

[PATCH 0/2] t7900: fix flaky "maintenance.strategy" test
 2026-08-07 10:59 UTC  (3+ messages)
` [PATCH 1/2] t7900: adapt some tests to use a throwaway repository
` [PATCH 2/2] t7900: fix flaky "maintenance.strategy" test

[PATCH 0/5] odb: make creation of object database pluggable
 2026-08-07  9:10 UTC  (12+ messages)
` [PATCH v5 0/6] "
  ` [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

[PATCH v2 0/4] completion: add support for 'git history'
 2026-08-07  8:09 UTC  (9+ 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

[PATCH 0/2] rebase: add --fixup to fold a range into its oldest commit
 2026-08-07  7:39 UTC  (10+ messages)
` [PATCH v13 0/8] history: add squash subcommand to fold a range
  ` [PATCH v13 1/8] history: extract helper for a commit's parent tree
  ` [PATCH v13 2/8] history: give commit_tree_ext a message template
  ` [PATCH v13 3/8] sequencer: share the squash message marker helpers and flags
  ` [PATCH v13 4/8] history: add skeleton for squash subcommand
  ` [PATCH v13 5/8] history: validate squash revision ranges
  ` [PATCH v13 6/8] history: protect branches when squashing a range
  ` [PATCH v13 7/8] history: create squashed commits without editing
  ` [PATCH v13 8/8] history: support editing squashed commit messages

`git push --porcelain` has no effect when deleting a ref which does not exist
 2026-08-07  6:51 UTC  (3+ messages)

[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

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

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

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

[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)


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