branch doc: sprinkle a few commas for readability
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 02:34:31 +0000 (11:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 04:26:57 +0000 (13:26 +0900)
commite61cb19a2782f31ecad59b64f4a4fd40e23759b4
tree5003329ea4655915c133608b13e237565b6d4312
parent4010f1d1b782eb7585e0e0abcefa794bd5ff29a0
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 <larsxschneider@gmail.com>
Helped-by: Jeff King <peff@peff.net>
Helped-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt