From f3c7ede6af566839918cb884cde5572049962f7f Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 20 Aug 2017 21:45:52 +0200 Subject: Added logging of stdin Stdin is used to provide additional info on some hooks, like on pre-push. --- README.org | 1 + 1 file changed, 1 insertion(+) (limited to 'README.org') 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 -- cgit v1.2.3