Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-commit: Typo under --edit
author
Anders Granskogen Bjørnstad
<andersgb@gmail.com>
Thu, 2 May 2013 18:24:15 +0000
(20:24 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 2 May 2013 19:03:40 +0000
(12:03 -0700)
-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>
Documentation/git-commit.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
8301b97
)
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index 9b1be5581d34b9911e3d60f23dcdda440d3bc17f..8172938653552c0b4cc3f3154195a7d83721a5a3 100644
(file)
--- 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::