X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=templates%2Fhooks--commit-msg.sample;h=b58d1184a9d43a39c0d95f32453efc78581877d6;hb=1327d83954bcf755094995b63317b23986c550f2;hp=6ef1d29d09a10a5b6c3cbec0ac481931cd0d85fc;hpb=77f143bf3e218857ec8e5244d7e862e8e0c1a041;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.