Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Git bundle upload now auto-falls-back to a squashed snapshot for partial/promisor clones

Git bundle uploads now fall back to a squashed snapshot when the repo uses partial or promisor clones

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaGitwhat it touches
KindImprovementsin v2.1.274,
You'll notice

Git bundle uploads now fall back to a squashed snapshot when the repo uses partial or promisor clones

What

When creating a git bundle fails on a repository that isn't hardened and wasn't deliberately aborted, Claude Code now checks the repo's git config for signs it's a partial or promisor clone (settings like extensions.partialclone, a remote.*.partialclonefilter, or a remote.*.promisor entry). If any of these are present, it automatically retries, forcing the operation into a "squashed" mode that bundles a snapshot of the working tree instead, and marks the result as a promisor fallback.

Why

Partial and promisor clones don't have all the git objects needed to build a normal bundle, which used to just fail. Now Claude Code recovers automatically by bundling a snapshot instead, so the upload still succeeds.

See this entry in the whole of v2.1.274 →