aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-03 13:35:26 -0800
committerJunio C Hamano <gitster@pobox.com>2007-12-03 13:35:26 -0800
commit17ef10d0558d9622884e5b5930cee2569e40a4e4 (patch)
tree059af274700427188136f0c3037970e697da944d /Documentation/git-commit.txt
parent36863af16e91aebc87696209f4f4780cf4c4059f (diff)
downloadgit-17ef10d0558d9622884e5b5930cee2569e40a4e4.tar.gz
git-commit documentation: fix unfinished sentence.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index a7ef71ff99..4bb2791550 100644
--- 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
- 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