From b32e33777ab60c4d8bdf93f43ce065cfa54544d4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Sep 2025 14:52:25 +0530 Subject: [PATCH] Rename git hook script Its a commit message hook not a pre commit hook --- setup/{git_pre_commit_hook.py => git_commit_msg_hook.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename setup/{git_pre_commit_hook.py => git_commit_msg_hook.py} (100%) diff --git a/setup/git_pre_commit_hook.py b/setup/git_commit_msg_hook.py similarity index 100% rename from setup/git_pre_commit_hook.py rename to setup/git_commit_msg_hook.py