diff options
author | Benjamin C Meyer <ben@meyerhome.net> | 2010-06-19 23:34:16 -0400 |
---|---|---|
committer | Benjamin C Meyer <ben@meyerhome.net> | 2010-06-19 23:34:16 -0400 |
commit | 101a3b637c1208b5b4c681d53dd0c0a7121c0aaf (patch) | |
tree | f380c9f5de3820b2cfcd5f6b6a4d0c524f2d88c2 /README | |
parent | 51eb63805b0f975d26fdebc1726366ebc7e13a35 (diff) | |
download | git-hooks-101a3b637c1208b5b4c681d53dd0c0a7121c0aaf.tar.gz git-hooks-101a3b637c1208b5b4c681d53dd0c0a7121c0aaf.tar.bz2 |
Revert "Mention the envvar GIT_HOOKS_VERBOSE to help debug hooks that exit with non-zero, but don't output an error"
This reverts commit 536997d6d30467e2e9e401cca2cf6e7daa499665.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -53,9 +53,3 @@ git_hooks/pre-commit/bsd When you run 'git hooks' with no arguments it will list all of the hooks installed on the system. It will run the hooks with the --about argument to generate the description that is shown. Checkout the hooks in contrib for some examples. -************************************ -Debugging - -When GIT_HOOKS_VERBOSE is set git-hooks will output each hook as it is run so you can trouble shoot hooks that don't report errors, but exit with non-zero. - -GIT_HOOKS_VERBOSE=1 git commit |