From: Junio C Hamano Date: Mon, 3 Dec 2007 21:35:26 +0000 (-0800) Subject: git-commit documentation: fix unfinished sentence. X-Git-Tag: v1.5.4-rc0~98 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=17ef10d0558d9622884e5b5930cee2569e40a4e4;p=git.git git-commit documentation: fix unfinished sentence. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index a7ef71ff9..4bb279155 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