Git development
 help / color / mirror / Atom feed
 messages from 2026-05-04 17:44:14 to 2026-05-08 08:17:01 UTC [more...]

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

[PATCH] t5551: "GIT_TEST_LONG=Yes make test" is broken
 2026-05-08  5:31 UTC 

[PATCH] mingw: stop using nedmalloc
 2026-05-08  2:56 UTC  (10+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] "
  ` [PATCH v2 2/6] mingw: drop the build-system plumbing for nedmalloc
  ` [PATCH v2 3/6] mingw: drop the small nedmalloc auxiliary files
  ` [PATCH v2 4/6] mingw: drop the first chunk of compat/nedmalloc/malloc.c.h
  ` [PATCH v2 5/6] mingw: drop the second "
  ` [PATCH v2 6/6] mingw: drop the rest "

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

[PATCH] rebase: ignore non-branch update-refs
 2026-05-08  1:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5] revision.c: implement --max-count-oldest
 2026-05-08  0:09 UTC  (6+ messages)
` [PATCH v6] "

git 2.54 fails to build for rhel 6 (2.53 builds fine)
 2026-05-07 22:55 UTC  (7+ messages)
  `  "

[PATCH] doc: add caveat about turning off commit-graph
 2026-05-07 21:14 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] fetch: add fetch.pruneLocalBranches config
 2026-05-07 20:14 UTC  (29+ 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

[PATCH v6] checkout: extend --track with a "fetch" mode to refresh start-point
 2026-05-07 20:12 UTC  (2+ messages)

[PATCH v16 0/5] checkout: 'autostash' for branch switching
 2026-05-07 20:11 UTC  (2+ messages)

[PATCH v3 0/5] format-rev: introduce builtin for on-demand pretty formatting
 2026-05-07 19:34 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] name-rev: wrap both blocks in braces
  ` [PATCH v4 2/5] name-rev: run clang-format before factoring code
  ` [PATCH v4 3/5] name-rev: factor code for sharing with a new command
  ` [PATCH v4 4/5] name-rev: make dedicated --annotate-stdin --name-only test
  ` [PATCH v4 5/5] format-rev: introduce builtin for on-demand pretty formatting

[PATCH] doc: git-log: document --no-follow
 2026-05-07 18:13 UTC  (2+ messages)
` [PATCH v2] doc: git-log: clarify --follow options

[PATCH v4 1/1] git-gui: handle missing worktree and separated gitdir
 2026-05-07 15:50 UTC  (8+ messages)
` [PATCH v5 1/1] git-gui: restructure repository startup
  ` [PATCH v6 0/3] git-gui: robustify startup and fix environment handling
    ` [PATCH v6 1/3] git-gui: restructure repository startup
    ` [PATCH v6 2/3] git-gui: disable gitk visualization when no worktree available
    ` [PATCH v6 3/3] git-gui: handle GIT_DIR and GIT_WORK_TREE early

[PATCH/RFC 0/5] replay: support replaying 2-parent merges
 2026-05-07 15:39 UTC  (9+ messages)
` [PATCH/RFC 1/5] "
` [PATCH/RFC 2/5] replay: short-circuit merge replay when parent and base trees are unchanged
` [PATCH/RFC 3/5] history.adoc: describe merge-replay support and its limits
` [PATCH/RFC 4/5] test-tool: add a "historian" subcommand for building merge fixtures
` [PATCH/RFC 5/5] t3454: cover merge-replay scenarios with the historian helper

[PATCH] add -p: introduce 'w' command to view hunk with --word-diff
 2026-05-07 14:53 UTC  (6+ messages)

[PATCH 0/2] maintenance(geometric): avoid deadlocks on Windows 10
 2026-05-07 12:51 UTC  (7+ messages)
` [PATCH 1/2] mingw: optionally use legacy (non-POSIX) delete semantics
` [PATCH v2 0/2] maintenance(geometric): avoid deadlocks on Windows 10
  ` [PATCH v2 1/2] mingw: optionally use legacy (non-POSIX) delete semantics
  ` [PATCH v2 2/2] maintenance(geometric): do release the `.idx` files before repacking

[PATCH 0/7] pack-objects: integrate --path-walk and some --filter options
 2026-05-07 11:40 UTC  (17+ messages)
` [PATCH v2 00/10] "
  ` [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] config.mak.dev: suppress C11 extension warning for Clang on Linux
 2026-05-07 10:07 UTC  (2+ messages)

[PATCH v2 0/2] t: work around bugs in Dash v0.5.13
 2026-05-07  7:37 UTC  (4+ messages)
` [PATCH v2 1/2] t: work around multibyte bug in quoted heredocs with "
  ` [PATCH] parser: Fix multi-byte output in here-doc with quoted delimiter

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

[Bug] fetch --deepen truncates history in v2.54.0
 2026-05-06 21:56 UTC  (7+ messages)
        ` [PATCH 1/1] shallow: fix relative deepen on non-shallow repositories

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

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

[PATCH] doc: fix typos via codespell
 2026-05-06 10:15 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] 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  (6+ 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  (3+ messages)
` [PATCH v2 "
  ` [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] 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  (4+ messages)

[RFC PATCH 0/7] pack-bitmap: resolve various `--path-walk` incompatibilities
 2026-05-04 21:55 UTC  (3+ messages)
` [RFC PATCH 2/7] path-walk: support `tree:0` filter

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

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

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


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