borgwarehouse/.husky/prepare-commit-msg
2024-12-26 17:51:08 +01:00

5 lines
No EOL
141 B
Text
Executable file

# Check if it's an amend commit
if [ "$2" = "commit" ]; then
echo "Amendment detected, appending icon..."
./.husky/append-icon.sh "$1"
fi