Skip to content

Commit 9968696

Browse files
sbeyergitster
authored andcommitted
githooks.txt: add missing word
Signed-off-by: Stephan Beyer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2454ac7 commit 9968696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/githooks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This hook is invoked by 'git-commit' right after preparing the
8686
default log message, and before the editor is started.
8787

8888
It takes one to three parameters. The first is the name of the file
89-
that the commit log message. The second is the source of the commit
89+
that contains the commit log message. The second is the source of the commit
9090
message, and can be: `message` (if a `-m` or `-F` option was
9191
given); `template` (if a `-t` option was given or the
9292
configuration option `commit.template` is set); `merge` (if the

0 commit comments

Comments
 (0)