aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-23 16:57:30 -0700
committerJunio C Hamano <gitster@pobox.com>2021-10-23 17:12:41 -0700
commit8252ec300e5bfb97ae0a0eca3af8d69730731464 (patch)
tree2dac58776d5e117b251852e67353f0950698c424 /Documentation/git-branch.txt
parentaf6d1d602a8f64164b266364339c4e936d5bbc33 (diff)
downloadgit-8252ec300e5bfb97ae0a0eca3af8d69730731464.tar.gz
branch (doc): -m/-c copies config and reflog
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>
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r--Documentation/git-branch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 5449767121..8af42eff89 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -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`.