Remove leftover env variable logic in pre-commit hook

This commit is contained in:
Ben Alpert 2015-09-01 14:29:52 -07:00
parent d9d8aae33e
commit c74977c091
1 changed files with 0 additions and 8 deletions

View File

@ -2,14 +2,6 @@
# #
# To enable this hook, symlink or copy this file to .git/hooks/pre-commit. # To enable this hook, symlink or copy this file to .git/hooks/pre-commit.
if git rev-parse --verify HEAD >/dev/null 2>&1
then
against=HEAD
else
# Initial commit: diff against an empty tree object
against=4b825dc642cb6eb9a060e54bf8d69288fbee4904
fi
# Redirect output to stderr. # Redirect output to stderr.
exec 1>&2 exec 1>&2