]> gitweb.fluxo.info Git - git-hooks.git/commitdiff
Revert "Mention the envvar GIT_HOOKS_VERBOSE to help debug hooks that exit with non...
authorBenjamin C Meyer <ben@meyerhome.net>
Sun, 20 Jun 2010 03:34:16 +0000 (23:34 -0400)
committerBenjamin C Meyer <ben@meyerhome.net>
Sun, 20 Jun 2010 03:34:16 +0000 (23:34 -0400)
This reverts commit 536997d6d30467e2e9e401cca2cf6e7daa499665.

README

diff --git a/README b/README
index b5211bafd36d598ca8124fb26358d14263f3820d..6784bb1244e1063eb5ac7eaf1c9bf01a12591b58 100644 (file)
--- a/README
+++ b/README
@@ -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