From: Nicolas Vigier <bo...@mars-attacks.org> The -M option does not exist in OPTIONS_SPEC, so there is no use to try to find it.
Signed-off-by: Nicolas Vigier <bo...@mars-attacks.org> Signed-off-by: brian m. carlson <sand...@crustytoothpaste.net> --- git-rebase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-rebase.sh b/git-rebase.sh index d1835ba..3b55211 100755 --- 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) -- 1.9.rc0.1002.gd081c64.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html