Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-commit documentation: fix unfinished sentence.
author
Junio C Hamano
<gitster@pobox.com>
Mon, 3 Dec 2007 21:35:26 +0000
(13:35 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 3 Dec 2007 21:35:26 +0000
(13:35 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
36863af
)
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index a7ef71ff99ced2f973d8e4c857d49e75ec65a908..4bb279155053c5ec8f31b01a04803a992ada24f0 100644
(file)
--- a/
Documentation/git-commit.txt
+++ b/
Documentation/git-commit.txt
@@
-91,9
+91,9
@@
OPTIONS
--allow-empty::
Usually recording a commit that has the exact same tree as its
--allow-empty::
Usually recording a commit that has the exact same tree as its
- sole parent commit
and the command prevents you from making such
- a mistake. This option bypasses the safety, and is primarily
- for use by foreign scm interface scripts.
+ sole parent commit
is a mistake, and the command prevents you
+ from making such a commit. This option bypasses the safety, and
+
is primarily
for use by foreign scm interface scripts.
-e|--edit::
The message taken from file with `-F`, command line with
-e|--edit::
The message taken from file with `-F`, command line with