Skip to content

Commit

Permalink
Mention -m as an abbreviation for --merge
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Rosenberg <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Robin Rosenberg authored and gitster committed Sep 1, 2007
1 parent 947ad2e commit a94eda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-rebase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git-rebase - Forward-port local commits to the updated upstream head
SYNOPSIS
--------
[verse]
'git-rebase' [-i | --interactive] [-v | --verbose] [--merge] [-C<n>]
'git-rebase' [-i | --interactive] [-v | --verbose] [-m | --merge] [-C<n>]
[-p | --preserve-merges] [--onto <newbase>] <upstream> [<branch>]
'git-rebase' --continue | --skip | --abort

Expand Down Expand Up @@ -188,7 +188,7 @@ OPTIONS
--skip::
Restart the rebasing process by skipping the current patch.

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

0 comments on commit a94eda6

Please sign in to comment.