Skip to content

Commit

Permalink
git-commit documentation: fix unfinished sentence.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 3, 2007
1 parent 36863af commit 17ef10d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17ef10d

Please sign in to comment.