figuring out which part of the pre-commit hook causes the hook to hang

This commit is contained in:
SeaswimmerTheFsh 2024-03-24 04:04:36 -04:00
parent 73bfffd061
commit 7da0160924
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -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"