Message ID | xmqq5ytn8fbp.fsf@gitster.g (mailing list archive) |
---|---|
State | Accepted |
Commit | efc3d304571f27c7a0a1e54a74222238c6f80ee3 |
Headers | show |
Series | Re* Contradicting man page for git branch copy | expand |
diff --git i/Documentation/git-branch.txt w/Documentation/git-branch.txt index 5449767121..8af42eff89 100644 --- i/Documentation/git-branch.txt +++ w/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`.