Merge commit from 'master' into next

Reverted pre-commit change to only run on master

Reverts part of 324f464606
This commit is contained in:
John Wiegley 2009-03-06 00:48:45 -04:00
commit f1e0e0c652

View file

@ -2,10 +2,6 @@
"$(tg --hooks-path)"/pre-commit "$@" || exit $?
if [ ! $(git rev-parse --symbolic-full-name HEAD) = refs/heads/master ]; then
exit 0
fi
# These are the locations I keep my temporary source and build trees in
TMPDIR=$HOME/Products/ledger-pre-commit
MIRROR=$HOME/Products/ledger-pre-commit-mirror