diff options
| author | batsumaru <> | 2026-07-01 16:37:19 +0900 |
|---|---|---|
| committer | batsumaru <> | 2026-07-01 16:37:19 +0900 |
| commit | 379c858b8caedd81172bef94818287c973571a6f (patch) | |
| tree | cd6b68bc081a4e0e92fca76304be77cdd5c32fa0 | |
| parent | 689ca3bdadc00015d5aedd81f76fd0950777f1ef (diff) | |
Mark .githooks/pre-commit itself executable
It doesn't match the *.sh glob the hook fixes up, so it committed as
100644 in the previous commit - harmless on this Windows checkout, but
a fresh clone on a real Unix filesystem would get it non-executable
and the hook would silently never run.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
| -rwxr-xr-x[-rw-r--r--] | .githooks/pre-commit | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 220fc19..220fc19 100644..100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit |
