From: Jeff King Date: Wed, 3 Feb 2021 21:07:32 +0000 (-0500) Subject: doc/git-branch: fix awkward wording for "-c" X-Git-Tag: v2.31.0-rc0~50^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27dc071b9a11e953ea7d73bfdf6103940d039215;p=thirdparty%2Fgit.git doc/git-branch: fix awkward wording for "-c" 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index adaa1782a8..eb815c2248 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -78,8 +78,8 @@ renaming. If 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, `` will be deleted. You may specify more than one branch for deletion. If the branch currently