From 379c858b8caedd81172bef94818287c973571a6f Mon Sep 17 00:00:00 2001 From: batsumaru <> Date: Wed, 1 Jul 2026 16:37:19 +0900 Subject: 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 --- .githooks/pre-commit | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .githooks/pre-commit diff --git a/.githooks/pre-commit b/.githooks/pre-commit old mode 100644 new mode 100755 -- cgit v1.3