summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-08-20 21:45:52 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-08-20 21:45:52 +0200
commitf3c7ede6af566839918cb884cde5572049962f7f (patch)
treed2297bb55de5e6df75b2f25503518dc169af06f4 /README.org
parent6503d1d27ddfb23385e037ac9dc8de3cb12205e5 (diff)
Added logging of stdin
Stdin is used to provide additional info on some hooks, like on pre-push.
Diffstat (limited to 'README.org')
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index 78e4c79..7294780 100644
--- a/README.org
+++ b/README.org
@@ -6,6 +6,7 @@ them into your git hooks folder.
#+BEGIN_SRC sh
cargo build
+ln -s $PWD/target/debug/pre-commit .git/hooks/pre-commit
ln -s $PWD/target/debug/prepare-commit-msg .git/hooks/prepare-commit-msg
ln -s $PWD/target/debug/commit-msg .git/hooks/commit-msg
ln -s $PWD/target/debug/pre-push .git/hooks/pre-push