From: Anders Granskogen Bjørnstad Date: Thu, 2 May 2013 18:24:15 +0000 (+0200) Subject: Documentation/git-commit: Typo under --edit X-Git-Tag: v1.8.3-rc1~2^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9a3e36cd67fce2bfcc0726193feee493ccdbf0f6 Documentation/git-commit: Typo under --edit -C takes a commit object, not a file. Signed-off-by: Anders Granskogen Bjørnstad Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 9b1be5581d..8172938653 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -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::