Merge commit from 'master' into next
Reverted pre-commit change to only run on master
Reverts part of 324f464606
This commit is contained in:
commit
f1e0e0c652
1 changed files with 0 additions and 4 deletions
|
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
"$(tg --hooks-path)"/pre-commit "$@" || exit $?
|
"$(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
|
# These are the locations I keep my temporary source and build trees in
|
||||||
TMPDIR=$HOME/Products/ledger-pre-commit
|
TMPDIR=$HOME/Products/ledger-pre-commit
|
||||||
MIRROR=$HOME/Products/ledger-pre-commit-mirror
|
MIRROR=$HOME/Products/ledger-pre-commit-mirror
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue