Skip to content

Commit 8252ec3

Browse files
committed
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 <[email protected]>
1 parent af6d1d6 commit 8252ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-branch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ OPTIONS
125125

126126
-m::
127127
--move::
128-
Move/rename a branch and the corresponding reflog.
128+
Move/rename a branch, together with its config and reflog.
129129

130130
-M::
131131
Shortcut for `--move --force`.
132132

133133
-c::
134134
--copy::
135-
Copy a branch and the corresponding reflog.
135+
Copy a branch, together with its config and reflog.
136136

137137
-C::
138138
Shortcut for `--copy --force`.

0 commit comments

Comments
 (0)