]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc/git-branch: fix awkward wording for "-c"
authorJeff King <peff@peff.net>
Wed, 3 Feb 2021 21:07:32 +0000 (16:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2021 22:14:31 +0000 (14:14 -0800)
The description for "-c" is hard to parse. I think the big issue is lack
of commas, but I've also reordered the words to keep the main focus
point of "instead of renaming, copy" together.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt

index adaa1782a8b26d4c5fb498ff3a1d33abb8e6ac19..eb815c22484ef6b67b09c787d9b0caabb0098028 100644 (file)
@@ -78,8 +78,8 @@ renaming. If <newbranch> exists, -M must be used to force the rename
 to happen.
 
 The `-c` and `-C` options have the exact same semantics as `-m` and
-`-M`, except instead of the branch being renamed it along with its
-config and reflog will be copied to a new name.
+`-M`, except instead of the branch being renamed, it will be copied to a
+new name, along with its config and reflog.
 
 With a `-d` or `-D` option, `<branchname>` will be deleted.  You may
 specify more than one branch for deletion.  If the branch currently