X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=templates%2Fhooks--commit-msg.sample;h=b58d1184a9d43a39c0d95f32453efc78581877d6;hb=6c63ab3ca7abc50155acc6c28380435fb79f7fa9;hp=6ef1d29d09a10a5b6c3cbec0ac481931cd0d85fc;hpb=4d9e42f8f11c57b32b976a943c8ddaf6214e64b8;p=git.git diff --git a/templates/hooks--commit-msg.sample b/templates/hooks--commit-msg.sample index 6ef1d29d0..b58d1184a 100755 --- a/templates/hooks--commit-msg.sample +++ b/templates/hooks--commit-msg.sample @@ -1,7 +1,7 @@ #!/bin/sh # # An example hook script to check the commit log message. -# Called by git-commit with one argument, the name of the file +# Called by "git commit" with one argument, the name of the file # that has the commit message. The hook should exit with non-zero # status after issuing an appropriate message if it wants to stop the # commit. The hook is allowed to edit the commit message file.