X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgithooks.txt;h=1fd512bca2e12f5eb0abac0edb0dfb2a86949cec;hb=8c5514906a532f154aa0db1199f46bbdeeffb0ad;hp=e4d61d5562632401994c63445a3bf46d74a860db;hpb=e98c6a168635f3fedadc3963680eba69d2e42324;p=git.git diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt index e4d61d556..1fd512bca 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt @@ -90,7 +90,7 @@ This hook is invoked by 'git-commit' right after preparing the default log message, and before the editor is started. It takes one to three parameters. The first is the name of the file -that the commit log message. The second is the source of the commit +that contains the commit log message. The second is the source of the commit message, and can be: `message` (if a `-m` or `-F` option was given); `template` (if a `-t` option was given or the configuration option `commit.template` is set); `merge` (if the