Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Mention -m as an abbreviation for --merge
author
Robin Rosenberg
<robin.rosenberg.lists@dewire.com>
Sat, 1 Sep 2007 12:11:10 +0000
(14:11 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 1 Sep 2007 17:36:56 +0000
(10:36 -0700)
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
947ad2e
)
diff --git
a/Documentation/git-rebase.txt
b/Documentation/git-rebase.txt
index 640ea3b38df5360bb416f38ebaaf74cc35a44d3b..61b1810dbaa56bdc43364ea10d9a5ea0d532f1be 100644
(file)
--- 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]
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
[-p | --preserve-merges] [--onto <newbase>] <upstream> [<branch>]
'git-rebase' --continue | --skip | --abort
@@
-188,7
+188,7
@@
OPTIONS
--skip::
Restart the rebasing process by skipping the current patch.
--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.
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.