From e4a4e7f27ad5d7a8534608b9a4d2d19ee6238925 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 1 Feb 2014 02:18:03 +0000 Subject: [PATCH] rebase: don't try to match -M option The -M option does not exist in OPTIONS_SPEC, so there is no use to try to find it. Signed-off-by: Nicolas Vigier Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano --- git-rebase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-rebase.sh b/git-rebase.sh index d1835ba58a..3b55211081 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)