From: Robin Rosenberg Date: Sat, 1 Sep 2007 12:11:10 +0000 (+0200) Subject: Mention -m as an abbreviation for --merge X-Git-Tag: v1.5.3~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a94eda65d37149e81356b6a263ce03015d3f5d73;p=git.git Mention -m as an abbreviation for --merge Signed-off-by: Robin Rosenberg Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 640ea3b38..61b1810db 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -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] +'git-rebase' [-i | --interactive] [-v | --verbose] [-m | --merge] [-C] [-p | --preserve-merges] [--onto ] [] 'git-rebase' --continue | --skip | --abort @@ -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.