diff options
Diffstat (limited to 'tools/pre-commit')
-rwxr-xr-x | tools/pre-commit | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/pre-commit b/tools/pre-commit index dfe2cc87..b171a83b 100755 --- a/tools/pre-commit +++ b/tools/pre-commit @@ -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 |