Git development
 help / color / mirror / Atom feed
 messages from 2026-04-30 07:35:07 to 2026-05-04 18:27:34 UTC [more...]

[PATCH] fetch: add fetch.pruneLocalBranches config
 2026-05-04 18:27 UTC  (4+ messages)
` [PATCH v2 0/6] fetch: add fetch.pruneBranches config
  ` [PATCH v2 1/6] branch: add --forked <remote>

[PATCH 0/6] Handle cloning of objects larger than 4GB on Windows
 2026-05-04 18:27 UTC  (25+ messages)
` [PATCH 1/6] index-pack, unpack-objects: use size_t for object size
` [PATCH 4/6] delta, packfile: use size_t for delta header sizes
` [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

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)

[PATCH 0/8] refs: move some of the generic logic out of the backends
 2026-05-04 17:44 UTC  (11+ 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

Question on Clean/Smudge Infrastructure
 2026-05-04 16:57 UTC 

Git trims the last character of content from remotes
 2026-05-04 17:01 UTC 

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

[PATCH v2 1/1] git-gui: protect rev-parse --show-toplevel call
 2026-05-04 15:13 UTC  (11+ messages)
` [PATCH v3 1/1] git-gui: handle missing worktree and separated gitdir
    ` [PATCH v3 1/1] git-gui: handle missing worktree and separated
  ` [PATCH v4 1/1] git-gui: handle missing worktree and separated gitdir
    ` [PATCH v5 1/1] git-gui: restructure repository startup

[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 v4 0/2] revision.c: implement --reverse=before for walks
 2026-05-04 13:08 UTC  (4+ messages)
` [PATCH v5] revision.c: implement --max-count-oldest

[RFC PATCH 0/7] pack-bitmap: resolve various `--path-walk` incompatibilities
 2026-05-04 12:32 UTC  (12+ 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 0/7] pack-objects: integrate --path-walk and some --filter options
 2026-05-04 12:09 UTC  (12+ messages)
` [PATCH 1/7] pack-objects: pass --objects with --path-walk
` [PATCH 2/7] t/perf: add pack-objects filter and path-walk benchmark
` [PATCH 3/7] path-walk: support blobless filter
` [PATCH 4/7] backfill: die on incompatible filter options
` [PATCH 5/7] path-walk: support blob size limit filter
` [PATCH 6/7] path-walk: add pl_sparse_trees to control tree pruning
` [PATCH 7/7] pack-objects: support sparse:oid filter with path-walk

[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] "

[PATCH] t7703: ignore 'total' line when comparing ls -l output
 2026-05-04 10:14 UTC 

git rename/moved status unreliable in ruby
 2026-05-04 10:00 UTC  (7+ messages)

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

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

[PATCH] pretty: add diff-stat log placeholders
 2026-05-04  5:09 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  (5+ 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 0/1] http: reject unsupported proxy URL schemes
 2026-05-03 22:19 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 00/13] builtin: implement, document and test url-parse
 2026-05-03 19:36 UTC  (23+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] connect: rename enum protocol to url_scheme
  ` [PATCH v2 2/8] url: move url_is_local_not_ssh to url.h
  ` [PATCH v2 3/8] url: move scheme detection to URL header/source
  ` [PATCH v2 4/8] url: return URL_SCHEME_UNKNOWN instead of dying
  ` [PATCH v2 5/8] urlmatch: define url_parse function
  ` [PATCH v2 6/8] builtin: create url-parse command
  ` [PATCH v2 7/8] doc: describe the url-parse builtin
  ` [PATCH v2 8/8] t9904: add tests for the new "
  ` [PATCH v3 0/8] builtin: implement, document and test url-parse
    ` [PATCH v3 1/8] connect: rename enum protocol to url_scheme
    ` [PATCH v3 2/8] url: move url_is_local_not_ssh to url.h
    ` [PATCH v3 3/8] url: move scheme detection to URL header/source
    ` [PATCH v3 4/8] url: return URL_SCHEME_UNKNOWN instead of dying
    ` [PATCH v3 5/8] urlmatch: define url_parse function
    ` [PATCH v3 6/8] builtin: create url-parse command
    ` [PATCH v3 7/8] doc: describe the url-parse builtin
    ` [PATCH v3 8/8] t9904: add tests for the new "

[PATCH v2 0/2] name-rev: learn --format=<pretty>
 2026-05-03 19:19 UTC  (12+ messages)
` [PATCH v3 0/5] format-rev: introduce builtin for on-demand pretty formatting
  ` [PATCH v3 3/5] name-rev: factor code for sharing with a new command
  ` [PATCH v3 5/5] format-rev: introduce builtin for on-demand pretty formatting

[RFC PATCH v3 0/2] push: add support for pushing to remote groups
 2026-05-03 15:34 UTC  (5+ messages)
` [RFC PATCH v5 0/3] "
  ` [RFC PATCH v5 1/3] remote: fix sign-compare warnings in push_cas_option
  ` [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

[GSoC] Welcoming our 2026 contributors and thanking our applicants
 2026-05-03 14:28 UTC 

[PATCH] submodule-config: fix reading submodule.fetchJobs
 2026-05-03 13:52 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] mingw: stop using nedmalloc
 2026-05-03 12:29 UTC 

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

[ANNOUNCE] Git Rev News edition 134
 2026-05-02 18:30 UTC 

[PATCH 0/2] status: improve rebase todo list parsing
 2026-05-01 18:19 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] sequencer: factor out parsing of todo commands
  ` [PATCH v2 2/2] status: improve rebase todo list parsing

[PATCH] worktree: rename get_worktree_from_repository()
 2026-05-01 15:20 UTC 

git commit silently fails
 2026-05-01  6:49 UTC  (2+ messages)

[PATCH] t5564: use a short path for the SOCKS proxy socket
 2026-05-01  6:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-05-01  6:46 UTC  (3+ messages)
` [PATCH v3 "

Draft of Git Rev News edition 134
 2026-04-30 15:17 UTC 

git interactive rebase does not allow editing commits at once anymore
 2026-04-30 13:43 UTC  (3+ messages)

[PATCH 0/3] http: fix emptyAuth=auto for Negotiate/SPNEGO
 2026-04-30 10:54 UTC  (10+ messages)
` [PATCH 2/3] http: attempt Negotiate auth in http.emptyAuth=auto mode
` [PATCH v2 0/4] http: fix emptyAuth=auto for Negotiate/SPNEGO
  ` [PATCH v2 1/4] http: extract http_reauth_prepare() from retry paths
  ` [PATCH v2 2/4] http: attempt Negotiate auth in http.emptyAuth=auto mode
  ` [PATCH v2 3/4] t5563: add tests for http.emptyAuth with Negotiate
  ` [PATCH v2 4/4] doc: clarify http.emptyAuth values

[PATCH v3 0/9] refs: move some of the generic logic out of the backends
 2026-04-30  9:52 UTC  (4+ messages)
` [PATCH v3 6/9] update-ref: handle rejections while adding updates

[PATCH v2 0/5] ci: GitHub Actions updates (brought to you by Dependabot)
 2026-04-30  7:35 UTC  (8+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] ci: bump microsoft/setup-msbuild from v2 to v3
  ` [PATCH v3 2/6] ci: bump actions/{upload,download}-artifact to v7 and v8
  ` [PATCH v3 3/6] ci: bump actions/github-script from v8 to v9
  ` [PATCH v3 4/6] ci: bump actions/checkout from v5 to v6
  ` [PATCH v3 5/6] ci: bump git-for-windows/setup-git-for-windows-sdk from v1 to v2
  ` [PATCH v3 6/6] l10n: bump mshick/add-pr-comment from v2 to v3


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