githooks: mark pre-commit executable
The pre-commit hook (which enforces SUMMARY.md links for new articles) was tracked at mode 100644, so even with `core.hooksPath=.githooks` configured, git silently skipped it. Bump tracked mode to 100755 so fresh clones get the working hook without a manual chmod step. Discovered while installing the wiki-commit/hooks setup on MajorMac. No content change; .githooks/ is outside the MkDocs source so this will not alter the rendered notes.majorshouse.com site. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3c4cc74aef
commit
7e422ee332
1 changed files with 0 additions and 0 deletions
0
.githooks/pre-commit
Normal file → Executable file
0
.githooks/pre-commit
Normal file → Executable file
Loading…
Add table
Reference in a new issue