We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9716bb3 + a756839 commit 0becdafCopy full SHA for 0becdaf
pre-commit
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+TERM=${TERM:-unknown}; export TERM
4
+
5
git_root=`git rev-parse --show-toplevel`
6
failures=0
7
RC=0
0 commit comments