Git development
 help / color / mirror / Atom feed
 messages from 2026-05-03 15:34:17 to 2026-05-06 19:45:06 UTC [more...]

[PATCH 0/8] refs: move some of the generic logic out of the backends
 2026-05-06 19:44 UTC  (14+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] refs: remove unused typedef 'ref_transaction_commit_fn'
  ` [PATCH v4 2/9] refs: introduce `ref_store_init_options`
  ` [PATCH v4 3/9] refs: extract out reflog config to generic layer
  ` [PATCH v4 4/9] refs: return `ref_transaction_error` from `ref_transaction_update()`
  ` [PATCH v4 5/9] update-ref: move `print_rejected_refs()` up
  ` [PATCH v4 6/9] update-ref: handle rejections while adding updates
  ` [PATCH v4 7/9] refs: move object parsing to the generic layer
  ` [PATCH v4 8/9] refs: add peeled object ID to the `ref_update` struct
  ` [PATCH v4 9/9] refs: use peeled tag values in reference backends

Git trims the last character of content from remotes
 2026-05-06 16:00 UTC  (7+ messages)

Git maintenance fails without meaningful error message if any remote is no longer available
 2026-05-06 14:06 UTC  (4+ messages)

[PATCH v2 1/1] git-gui: protect rev-parse --show-toplevel call
 2026-05-06 14:05 UTC  (13+ messages)
` [PATCH v3 1/1] git-gui: handle missing worktree and separated gitdir

[PATCH] doc: add caveat about turning off commit-graph
 2026-05-06 13:59 UTC  (2+ messages)

[PATCH v4 0/2] revision.c: implement --reverse=before for walks
 2026-05-06 12:54 UTC  (7+ messages)
` [PATCH v5] revision.c: implement --max-count-oldest
  ` [PATCH v6] "

git reflog expire output inconsistency
 2026-05-06 12:26 UTC 

[PATCH] doc: fix typos via codespell
 2026-05-06 10:15 UTC 

[PATCH 0/6] Handle cloning of objects larger than 4GB on Windows
 2026-05-06  8:33 UTC  (26+ messages)
` [PATCH 6/6] t5608: add regression test for >4GB object clone
` [PATCH v2 00/11] Handle cloning of objects larger than 4GB on Windows
  ` [PATCH v2 01/11] index-pack, unpack-objects: use size_t for object size
  ` [PATCH v2 02/11] git-zlib: handle data streams larger than 4GB
  ` [PATCH v2 03/11] odb, packfile: use size_t for streaming object sizes
  ` [PATCH v2 04/11] delta, packfile: use size_t for delta header sizes
  ` [PATCH v2 05/11] test-tool: add a helper to synthesize large packfiles
  ` [PATCH v2 06/11] t5608: add regression test for >4GB object clone
  ` [PATCH v2 07/11] test-tool synthesize: use the unsafe hash for speed
  ` [PATCH v2 08/11] test-tool synthesize: precompute pack for 4 GiB + 1
  ` [PATCH v2 09/11] test-tool synthesize: add precomputed SHA-256 "
  ` [PATCH v2 10/11] t5608: mark >4GB tests as EXPENSIVE
  ` [PATCH v2 11/11] ci: run expensive tests on push builds to integration branches

[PATCH v4 1/1] git-gui: handle missing worktree and separated gitdir
 2026-05-06  7:15 UTC  (3+ messages)
` [PATCH v5 1/1] git-gui: restructure repository startup

[PATCH] rebase: ignore non-branch update-refs
 2026-05-06  2:39 UTC 

[BUG] "git diff --word-diff" gives a diff while they are only space changes
 2026-05-06  1:09 UTC 

[PATCH 0/4] diff: reject negative context values
 2026-05-05 23:02 UTC  (5+ messages)
` [PATCH 1/4] diff: reject negative values for --inter-hunk-context
` [PATCH 2/4] diff: reject negative values for -U/--unified
` [PATCH 3/4] xdiff: guard against negative context lengths
` [PATCH 4/4] parse-options: clarify PARSE_OPT_NONEG does not reject negative numbers

[PATCH] fetch: add fetch.pruneLocalBranches config
 2026-05-05 22:07 UTC  (28+ messages)
  ` [PATCH] checkout: add --autostash option for branch switching
` [PATCH v2 0/6] fetch: add fetch.pruneBranches config
  ` [PATCH v2 1/6] branch: add --forked <remote>
  ` [PATCH v2 2/6] branch: let delete_branches warn instead of error on bulk refusal
  ` [PATCH v2 3/6] branch: add --prune-merged <remote>
  ` [PATCH v2 4/6] fetch: add --prune-merged
  ` [PATCH v2 5/6] branch: add branch.<name>.pruneMerged opt-out
  ` [PATCH v2 6/6] branch: add --all-remotes flag
  ` [PATCH v3 0/6] fetch: add fetch.pruneBranches config
    ` [PATCH v3 1/6] branch: add --forked <remote>
    ` [PATCH v3 2/6] branch: let delete_branches warn instead of error on bulk refusal
    ` [PATCH v3 3/6] branch: add --prune-merged <remote>
    ` [PATCH v3 4/6] fetch: add --prune-merged
    ` [PATCH v3 5/6] branch: add branch.<name>.pruneMerged opt-out
    ` [PATCH v3 6/6] branch: add --all-remotes flag
    ` [PATCH v4 0/6] fetch: add fetch.pruneBranches config
      ` [PATCH v4 1/6] branch: add --forked <remote>
      ` [PATCH v4 2/6] branch: let delete_branches warn instead of error on bulk refusal
      ` [PATCH v4 3/6] branch: add --prune-merged <remote>
      ` [PATCH v4 4/6] fetch: add --prune-merged
      ` [PATCH v4 5/6] branch: add branch.<name>.pruneMerged opt-out
      ` [PATCH v4 6/6] branch: add --all-remotes flag

[Bug] fetch --deepen truncates history in v2.54.0
 2026-05-05 21:26 UTC  (6+ messages)

[PATCH 0/7] pack-objects: integrate --path-walk and some --filter options
 2026-05-05 20:42 UTC  (22+ messages)
` [PATCH 1/7] pack-objects: pass --objects with --path-walk
` [PATCH 4/7] backfill: die on incompatible filter options
` [PATCH v2 00/10] pack-objects: integrate --path-walk and some --filter options
  ` [PATCH v2 01/10] pack-objects: pass --objects with --path-walk
  ` [PATCH v2 02/10] t/perf: add pack-objects filter and path-walk benchmark
  ` [PATCH v2 03/10] path-walk: support blobless filter
  ` [PATCH v2 04/10] backfill: die on incompatible filter options
  ` [PATCH v2 05/10] path-walk: support blob size limit filter
  ` [PATCH v2 06/10] path-walk: add pl_sparse_trees to control tree pruning
  ` [PATCH v2 07/10] pack-objects: support sparse:oid filter with path-walk
  ` [PATCH v2 08/10] path-walk: support `tree:0` filter
  ` [PATCH v2 09/10] path-walk: support `object:type` filter
  ` [PATCH v2 10/10] path-walk: support `combine` filter

[PATCH] doc: restore: remove double underscore
 2026-05-05 19:46 UTC 

[PATCH v3 5/5] format-rev: introduce builtin for on-demand pretty formatting
 2026-05-05 19:27 UTC  (4+ messages)

[PATCH v3 3/5] name-rev: factor code for sharing with a new command
 2026-05-05 19:21 UTC  (4+ messages)

[PATCH] name-rev: fix an 'may be used uninitialized' error
 2026-05-05 19:09 UTC  (8+ messages)

[PATCH] Makefile: link osxkeychain helper against Rust
 2026-05-05 19:08 UTC  (2+ messages)

Question on Clean/Smudge Infrastructure
 2026-05-05 15:04 UTC  (3+ messages)

[PATCH] build: tolerate use of _Generic from glibc 2.43 with Clang
 2026-05-05 12:26 UTC 

[PATCH] stash: test show --include-untracked includes untracked files
 2026-05-05 10:33 UTC 

[PATCH 0/1] http: reject unsupported proxy URL schemes
 2026-05-05  9:19 UTC  (5+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH] log: let --follow follow renames in merge commits
 2026-05-05  7:42 UTC 

[PATCH v6] t2000: consolidate second scenario into a single test block
 2026-05-05  6:42 UTC  (2+ messages)

[PATCH] mingw: stop using nedmalloc
 2026-05-05  6:09 UTC  (2+ messages)

[PATCH] t7703: ignore 'total' line when comparing ls -l output
 2026-05-05  6:02 UTC  (2+ messages)

git rename/moved status unreliable in ruby
 2026-05-05  0:46 UTC  (8+ messages)

[RFC PATCH 0/7] pack-bitmap: resolve various `--path-walk` incompatibilities
 2026-05-04 21:55 UTC  (13+ messages)
` [RFC PATCH 1/7] pack-objects: update `--path-walk`'s existing incompatibilities
` [RFC PATCH 2/7] path-walk: support `tree:0` filter
` [RFC PATCH 3/7] path-walk: support `object:type` filter
` [RFC PATCH 4/7] path-walk: support `combine` filter
` [RFC PATCH 5/7] pack-objects: support reachability bitmaps with `--path-walk`
` [RFC PATCH 6/7] pack-objects: extract `record_tree_depth()` helper
` [RFC PATCH 7/7] pack-objects: support `--delta-islands` with `--path-walk`

[PATCH] pretty: add diff-stat log placeholders
 2026-05-04 21:00 UTC  (3+ messages)

10.26
 2026-05-04 18:22 UTC  (5+ messages)

What's cooking in git.git (May 2026, #01)
 2026-05-04 17:44 UTC  (4+ messages)

git hogs the CPU, RAM and storage despite its config
 2026-05-04 15:27 UTC 

[PATCH 0/2] maintenance(geometric): avoid deadlocks on Windows 10
 2026-05-04 14:12 UTC  (5+ messages)
` [PATCH 1/2] mingw: optionally use legacy (non-POSIX) delete semantics

[PATCH 0/4] xdiff: reduce the size of a couple of arrays
 2026-05-04 14:06 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] xdiff: reduce size of action arrays
  ` [PATCH v2 2/4] xdiff: cleanup xdl_clean_mmatch()
  ` [PATCH v2 3/4] xprepare: simplify error handling
  ` [PATCH v2 4/4] xdiff: reduce the size of array

git grep bug with --column and --only-matching
 2026-05-04 13:10 UTC  (3+ messages)
` [PATCH] grep: fix --column --only-match for 2nd and later matches

[PATCH 0/9] Implement `promisor.storeFields` and `--filter=auto`
 2026-05-04 11:46 UTC  (4+ messages)
` [PATCH v2 0/8] Auto-configure advertised remotes via URL allowlist
  ` [PATCH v2 4/8] promisor-remote: add 'local_name' to 'struct promisor_info'

git clone with --dissociate sometimes fails to check out target commit
 2026-05-04 11:36 UTC  (4+ messages)

[PATCH] Reintegrate: send "Huh?" warnings to stderr, not stdout
 2026-05-04 10:28 UTC  (4+ messages)
` [PATCH v2] "

10.26
 2026-05-04  9:38 UTC  (2+ messages)

[PATCH] compat/posix.h: enable UNUSED warning messages for Clang
 2026-05-04  1:41 UTC  (3+ messages)

[PATCH v5 0/6] Xdiff cleanup part 3
 2026-05-04  0:59 UTC  (4+ messages)
` [PATCH v6 "

git 2.54 fails to build for rhel 6 (2.53 builds fine)
 2026-05-04  0:34 UTC  (2+ messages)

[PATCH v4] checkout: add --fetch to fetch remote before resolving start-point
 2026-05-03 22:32 UTC  (5+ messages)
` [PATCH v5] checkout: extend --track with a "fetch" mode to refresh start-point
    ` [PATCH] checkout: add --autostash option for branch switching
  ` [PATCH v6] checkout: extend --track with a "fetch" mode to refresh start-point

[PATCH v2 0/8] builtin: implement, document and test url-parse
 2026-05-03 19:36 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v2 0/2] name-rev: learn --format=<pretty>
 2026-05-03 19:19 UTC  (4+ messages)
` [PATCH v3 0/5] format-rev: introduce builtin for on-demand pretty formatting
  ` [PATCH v3 5/5] "

[RFC PATCH v3 0/2] push: add support for pushing to remote groups
 2026-05-03 15:34 UTC  (4+ messages)
` [RFC PATCH v5 0/3] "
  ` [RFC PATCH v5 2/3] remote: move remote group resolution to remote.c
  ` [RFC PATCH v5 3/3] push: support pushing to a remote group


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