Skip to content

Commit 9a3e36c

Browse files
andersgbgitster
authored andcommitted
Documentation/git-commit: Typo under --edit
-C takes a commit object, not a file. Signed-off-by: Anders Granskogen Bjørnstad <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8301b97 commit 9a3e36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-commit.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ variable (see linkgit:git-config[1]).
197197
-e::
198198
--edit::
199199
The message taken from file with `-F`, command line with
200-
`-m`, and from file with `-C` are usually used as the
201-
commit log message unmodified. This option lets you
200+
`-m`, and from commit object with `-C` are usually used as
201+
the commit log message unmodified. This option lets you
202202
further edit the message taken from these sources.
203203

204204
--no-edit::

0 commit comments

Comments
 (0)