diff options
-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 |