mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
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:
parent
8301b976ed
commit
9a3e36cd67
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ variable (see linkgit:git-config[1]).
|
|||
-e::
|
||||
--edit::
|
||||
The message taken from file with `-F`, command line with
|
||||
`-m`, and from file with `-C` are usually used as the
|
||||
commit log message unmodified. This option lets you
|
||||
`-m`, and from commit object with `-C` are usually used as
|
||||
the commit log message unmodified. This option lets you
|
||||
further edit the message taken from these sources.
|
||||
|
||||
--no-edit::
|
||||
|
|
Loading…
Reference in a new issue