]> git.ipfire.org Git - thirdparty/git.git/commitdiff
branch (doc): -m/-c copies config and reflog
authorJunio C Hamano <gitster@pobox.com>
Sat, 23 Oct 2021 23:57:30 +0000 (16:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Oct 2021 00:12:41 +0000 (17:12 -0700)
The description section for the command mentions config and reflog
are moved or copied by these options, but the description for these
options did not.  Make them match.

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

index 5449767121103299e442560775a54bce5b371a9f..8af42eff895c391994ef9e8ea1e4e7004f5d493e 100644 (file)
@@ -125,14 +125,14 @@ OPTIONS
 
 -m::
 --move::
-       Move/rename a branch and the corresponding reflog.
+       Move/rename a branch, together with its config and reflog.
 
 -M::
        Shortcut for `--move --force`.
 
 -c::
 --copy::
-       Copy a branch and the corresponding reflog.
+       Copy a branch, together with its config and reflog.
 
 -C::
        Shortcut for `--copy --force`.