Make verify-commits path-independent

master
Matt Corallo 8 years ago committed by MarcoFalke
parent acb55ddd01
commit befe6a5368

@ -3,6 +3,7 @@
# shell anyone uses today supports it, so its probably fine
DIR=$(dirname "$0")
[ "/${DIR#/}" != "$DIR" ] && DIR=$(dirname "$(pwd)/$0")
echo "Please verify all commits in the following list are not evil:"
git log "$DIR"

Loading…
Cancel
Save