Remove pre-commit hook for now. Cannot access requested commit message so it won't do what I want
This commit is contained in:
parent
e1f6085b87
commit
ce910d66b4
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
CHANGE_DIR="./ino/contact_printer"
|
||||
if git diff --cached --name-only | grep --quiet "${CHANGE_DIR}"
|
||||
then
|
||||
echo "none"
|
||||
exit 0
|
||||
fi
|
Loading…
Reference in New Issue