Documentation/git-commit: Typo under --edit

-C takes a commit object, not a file.

Signed-off-by: Anders Granskogen Bjørnstad <andersgb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Anders Granskogen Bjørnstad 2013-05-02 20:24:15 +02:00 committed by Junio C Hamano
parent 8301b976ed
commit 9a3e36cd67

View File

@ -197,8 +197,8 @@ variable (see linkgit:git-config[1]).
-e:: -e::
--edit:: --edit::
The message taken from file with `-F`, command line with The message taken from file with `-F`, command line with
`-m`, and from file with `-C` are usually used as the `-m`, and from commit object with `-C` are usually used as
commit log message unmodified. This option lets you the commit log message unmodified. This option lets you
further edit the message taken from these sources. further edit the message taken from these sources.
--no-edit:: --no-edit::