]> asedeno.scripts.mit.edu Git - git.git/blobdiff - templates/hooks--commit-msg
templates/hooks--update: replace diffstat calls with git diff --stat
[git.git] / templates / hooks--commit-msg
index 029f897c4ccdd8479f5636b965dd709720c652bf..643822d2351c4547895237992400bd92f492085b 100644 (file)
@@ -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.