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 diff stat/numstat calls consolidated onto a shared flag array

Git diff calls for telemetry were consolidated onto shared flags, no behavior change.

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaGit Integrationwhat it touches
KindInternal Changesin v2.1.260,
Under the hood

Git diff calls for telemetry were consolidated onto shared flags, no behavior change.

The several git diff invocations used for change-summary telemetry, numstat, shortstat, and hunk diffing, now share a common flag array instead of each repeating --no-optional-locks -c diff.relative=false diff inline. Behavior is unchanged.

See this entry in the whole of v2.1.260 →

Feedback