projects
/
pinch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Start on 3.0.13
[pinch]
/
git-pre-commit-hook
diff --git
a/git-pre-commit-hook
b/git-pre-commit-hook
index 7db6818fc588c12319dad91daa346aae73970c29..85b444576abb508a61b0e5d3ab7bd88397610c35 100755
(executable)
--- a/
git-pre-commit-hook
+++ b/
git-pre-commit-hook
@@
-17,6
+17,6
@@
D=$(mktemp -d)
git checkout-index --prefix="$D/" -a
pushd "$D"
-nix-shell --
run ./test.sh
+nix-shell --
arg lint true --run './test.sh lint'
popd