Repo git hooks stay suppressed by default, tag pushes excepted, and GIT_CONFIG is now cleared.
What's wrong with this entry?
The hook-suppressing config described above defaults to on, and only tag pushes ask for it to be lifted so repository push hooks still run. Diffs now pass --ignore-submodules=none and --end-of-options, sparse checkout is forced off for some operations, and GIT_CONFIG was added to the git environment variables Claude Code clears.
- The argv builder signature defaults to hooks suppressed; the tag-push call site is the exception.
--end-of-optionsstops a path or ref that looks like a flag from being read as one.
allowRepoGitHooks
Strings lifted out of the shipped bundle, so the claim above can be checked against them.