From: Junio C Hamano Date: Wed, 18 Oct 2017 02:34:31 +0000 (+0900) Subject: branch doc: sprinkle a few commas for readability X-Git-Tag: v2.15.0-rc2~1^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e61cb19a2782f31ecad59b64f4a4fd40e23759b4;p=git-core%2Fgit.git branch doc: sprinkle a few commas for readability The "--force" option can also be used when the named branch does not yet exist, and the point of the option is the user can (re)point the branch to the named commit even if it does. Add 'even' before 'if' to clarify. Also, insert another comma after "Without -f" before "the command refuses..." to make the text easier to parse. Incidentally, this change should help certain versions of docbook-xsl-stylesheets that render the original without any whitespace between "-f" and "git". Noticed-by: Lars Schneider Helped-by: Jeff King Helped-by: Andreas Schwab Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index d0b335877..3672195b3 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -99,8 +99,8 @@ OPTIONS -f:: --force:: - Reset to if exists - already. Without `-f` 'git branch' refuses to change an existing branch. + Reset to , even if exists + already. Without `-f`, 'git branch' refuses to change an existing branch. In combination with `-d` (or `--delete`), allow deleting the branch irrespective of its merged status. In combination with `-m` (or `--move`), allow renaming the branch even if the new