Code

githooks.txt: add missing word
authorStephan Beyer <s-beyer@gmx.net>
Fri, 16 Jan 2009 20:36:06 +0000 (21:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Jan 2009 01:57:41 +0000 (17:57 -0800)
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/githooks.txt

index 5faaaa5fedcd0d61234d3927a89d77144f2a15ad..024abb2ff10077f86a073e83f17a4902d340097c 100644 (file)
@@ -86,7 +86,7 @@ This hook is invoked by 'git-commit' right after preparing the
 default log message, and before the editor is started.
 
 It takes one to three parameters.  The first is the name of the file
-that the commit log message.  The second is the source of the commit
+that contains the commit log message.  The second is the source of the commit
 message, and can be: `message` (if a `-m` or `-F` option was
 given); `template` (if a `-t` option was given or the
 configuration option `commit.template` is set); `merge` (if the