git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2f9dc1f
)
rebase: don't try to match -M option
author
Nicolas Vigier
<redacted>
Sat, 1 Feb 2014 02:18:03 +0000
(
02:18
+0000)
committer
Junio C Hamano
<redacted>
Mon, 3 Feb 2014 20:13:55 +0000
(12:13 -0800)
The -M option does not exist in OPTIONS_SPEC, so there is no use to try
to find it.
Signed-off-by: Nicolas Vigier <redacted>
Signed-off-by: brian m. carlson <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-rebase.sh
patch
|
blob
|
history
diff --git
a/git-rebase.sh
b/git-rebase.sh
index d1835ba58a253618ff4903d1b8c13749d285837c..3b5521108180f196a0118d779e0ed1ee844b3598 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-267,7
+267,7
@@
do
--no-fork-point)
fork_point=
;;
- -
M|-
m)
+ -m)
do_merge=t
;;
-X)
git clone https://git.99rst.org/PROJECT