Skip to content

Commit a94eda6

Browse files
Robin Rosenberggitster
authored andcommitted
Mention -m as an abbreviation for --merge
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 947ad2e commit a94eda6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/git-rebase.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-rebase - Forward-port local commits to the updated upstream head
88
SYNOPSIS
99
--------
1010
[verse]
11-
'git-rebase' [-i | --interactive] [-v | --verbose] [--merge] [-C<n>]
11+
'git-rebase' [-i | --interactive] [-v | --verbose] [-m | --merge] [-C<n>]
1212
[-p | --preserve-merges] [--onto <newbase>] <upstream> [<branch>]
1313
'git-rebase' --continue | --skip | --abort
1414

@@ -188,7 +188,7 @@ OPTIONS
188188
--skip::
189189
Restart the rebasing process by skipping the current patch.
190190

191-
--merge::
191+
-m, \--merge::
192192
Use merging strategies to rebase. When the recursive (default) merge
193193
strategy is used, this allows rebase to be aware of renames on the
194194
upstream side.

0 commit comments

Comments
 (0)