What's wrong with this entry?
When scanning recently-added files, Claude now passes four safety flags to git:
-c core.fsmonitor=
-c core.hooksPath=/dev/null
-c core.pager=
-c log.showSignature=false
This prevents fsmonitor daemons from slowing the call, local git hooks from running, pagers from blocking output, and commit-signature verification from failing on machines without GPG. The call was occasionally slow or broken on repos with heavy hook setups.
New git flags (search for "core.fsmonitor=" and "log.showSignature=false")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.