summaryrefslogtreecommitdiffstats
path: root/githooks.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-29 13:22:33 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-29 13:22:33 +0900
commitef75f377a0a3170ce7d5664cab4a6057d91f59c8 (patch)
tree53d653ca9e3e30c8bc07e31691a4b3f640caf100 /githooks.txt
parentf088858b7d9cf7778d88910914cf7c34d0fdeb83 (diff)
downloadgit-htmldocs-ef75f377a0a3170ce7d5664cab4a6057d91f59c8.tar.gz
Autogenerated HTML docs for v2.14.2-666-gea220
Diffstat (limited to 'githooks.txt')
-rw-r--r--githooks.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/githooks.txt b/githooks.txt
index 1bb4f92d4..5d3f45560 100644
--- a/githooks.txt
+++ b/githooks.txt
@@ -127,11 +127,10 @@ help message found in the commented portion of the commit template.
commit-msg
~~~~~~~~~~
-This hook is invoked by 'git commit', and can be bypassed
-with the `--no-verify` option. It takes a single parameter, the
-name of the file that holds the proposed commit log message.
-Exiting with a non-zero status causes the 'git commit' to
-abort.
+This hook is invoked by 'git commit' and 'git merge', and can be
+bypassed with the `--no-verify` option. It takes a single parameter,
+the name of the file that holds the proposed commit log message.
+Exiting with a non-zero status causes the command to abort.
The hook is allowed to edit the message file in place, and can be used
to normalize the message into some project standard format. It