X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=templates%2Fhooks--commit-msg;h=643822d2351c4547895237992400bd92f492085b;hb=2448482b3d5e265dd29fa38c3827565f6f2f31ec;hp=029f897c4ccdd8479f5636b965dd709720c652bf;hpb=89e2c5f17b901edf28a8bb778ece3f6c18bbb721;p=git.git diff --git a/templates/hooks--commit-msg b/templates/hooks--commit-msg index 029f897c..643822d2 100644 --- a/templates/hooks--commit-msg +++ b/templates/hooks--commit-msg @@ -1,7 +1,7 @@ #!/bin/sh # # An example hook script to check the commit log message. -# Called by git-commit-script 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.