From 7da0160924ef5622325916851954316e748c90df Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 24 Mar 2024 04:04:36 -0400 Subject: [PATCH] figuring out which part of the pre-commit hook causes the hook to hang --- scripts/hooks/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/hooks/pre-commit b/scripts/hooks/pre-commit index a8a1285..de52350 100755 --- a/scripts/hooks/pre-commit +++ b/scripts/hooks/pre-commit @@ -3,7 +3,7 @@ echo "pre-commit: Refreshing packwiz" cd src packwiz refresh -#echo "pre-commit: Adding changes to git" -#git add . +echo "pre-commit: Adding changes to git" +git add . #git commit --amend --no-edit echo "pre-commit: Done"