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.235 ·

Git subprocesses hardened against graft files

Git subprocesses now block graft files as an extra hardening measure

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.235,
Under the hood

Git subprocesses now block graft files as an extra hardening measure

Every git invocation on this path now passes -c advice.graftFileDeprecated=false and sets GIT_GRAFT_FILE to /dev/null, effectively neutralizing git graft files. This joins the existing environment hardening on the same path: GIT_ALLOW_PROTOCOL=none, GIT_NO_LAZY_FETCH, and GIT_NO_REPLACE_OBJECTS.

See this entry in the whole of v2.1.235 →

Feedback