We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99f6e9 commit 42865b5Copy full SHA for 42865b5
pre-commitw.sh
@@ -1,7 +1,7 @@
1
#! /bin/sh
2
3
# 1. Start ssh agent to avoid more passwords
4
-eval `ssh-agent` && ssh-add
+eval `ssh-agent` && ssh-add > /dev/null
5
6
# 2.- Execute pre-commit
7
/root/bin/pre-commit $@
0 commit comments