X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=templates%2Fhooks--commit-msg;h=643822d2351c4547895237992400bd92f492085b;hb=8c9e7947c2a76fb21bda11816c544d50e271156d;hp=029f897c4ccdd8479f5636b965dd709720c652bf;hpb=51017101c7a308745ba3c04944457f1dc6a55780;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.