Skip to content
Snippets Groups Projects
Commit 0082f23c authored by Russell Taylor's avatar Russell Taylor
Browse files

Lessen the pain. Re #3977.

parent e75bb74e
No related merge requests found
......@@ -69,7 +69,7 @@ fi
#-----------------------------------------------------------------------------
# Builtin whitespace checks.
bad=$(git diff-index --check --cached $against --) || die "$bad"
bad=$(git diff-index --check --cached $against -- --ignore-space-at-eol) || die "$bad"
# Approximate whitespace=tab-in-indent check with Git < 1.7.2.
git --version | grep -q " \(1\.[0-6]\|1\.7\.[01]\)" &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment