Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.260 ·

Git checkout now validates .git/info/attributes for cloud-session safety

Cloud checkouts now refuse to proceed if git attributes rules could cause inconsistent results.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaCloud Sessionswhat it touches
KindBug Fixesin v2.1.260,
You'll notice

Cloud checkouts now refuse to proceed if git attributes rules could cause inconsistent results.

Before doing an index-based checkout, the code now reads .git/info/attributes and refuses to proceed if the file is missing, oversized, not a plain file, or sets a filter, working-tree-encoding, or ident rule. Such rules would only be obeyed by this cloud checkout and could otherwise produce inconsistent results; the error message tells you to delete the offending line.

See this entry in the whole of v2.1.260 →

Feedback