DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
One git command no longer runs your repo's clean/smudge filters
You'll notice
Useful3Signal3
Git
A batch file-hashing git call now runs faster and skips your repo's clean/smudge filters.
What's wrong with this entry?
Anonymous. No account, no email.
What
Git calls can now be made with the repository's configured filter programs suppressed, and a batch file-hashing command opts in. That call is faster and no longer executes filter commands supplied by the repository.
Details
Off by default; only the one caller requests it.
Evidence
filterDriversOff
Strings lifted out of the shipped bundle, so the claim above can be checked against them.