It's okay. Ask the filesystem.

This commit is contained in:
Jean-Paul Calderone 2019-09-13 12:48:42 -04:00
parent 5fd44f1914
commit 0daefad3a9

View File

@ -20,7 +20,7 @@ pip install twisted
# Generate the maybe-changed data.
python tahoe-depgraph.py "${TAHOE}"
if git diff-index --quiet --cached HEAD; then
if git diff-index --quiet HEAD; then
echo "Declining to commit without any changes."
exit 0
fi