]>
git.scottworley.com Git - paperdoorknob/blob - git-pre-commit-hook
85b444576abb508a61b0e5d3ab7bd88397610c35
3 # Copy me to .git/hooks/pre-commit
8 if [[ "$D" && -e "$D" ]];then
17 git checkout
-index --prefix="$D/" -a
20 nix
-shell --arg lint true
--run './test.sh lint'