What's wrong with this entry?
Anonymous. No account, no email.
What: Claude Code now protects .git/hooks directories in all git repositories within your workspace, requiring explicit permission before modifying hook scripts.
Details:
- Scans workspace for all git repositories using
.git/HEADdetection - Automatically adds
.git/hooksand.git/configto protected paths list - Prevents unauthorized modification of pre-commit, post-checkout, and other git hooks
- Complements existing
.git/configprotection (present since v1.0.86) - Evidence: New protection logic in
YIA()at lines 363503-363531, filtering.gitfrom recursive scans at line 363462