Skip to content

Commit 17ef10d

Browse files
committed
git-commit documentation: fix unfinished sentence.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 36863af commit 17ef10d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-commit.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ OPTIONS
9191

9292
--allow-empty::
9393
Usually recording a commit that has the exact same tree as its
94-
sole parent commit and the command prevents you from making such
95-
a mistake. This option bypasses the safety, and is primarily
96-
for use by foreign scm interface scripts.
94+
sole parent commit is a mistake, and the command prevents you
95+
from making such a commit. This option bypasses the safety, and
96+
is primarily for use by foreign scm interface scripts.
9797

9898
-e|--edit::
9999
The message taken from file with `-F`, command line with

0 commit comments

Comments
 (0)