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 <boklm@mars-attacks.org>
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Nicolas Vigier 2014-02-01 02:18:03 +00:00 committed by Junio C Hamano
parent 2f9dc1fb52
commit e4a4e7f27a

View file

@ -267,7 +267,7 @@ do
--no-fork-point)
fork_point=
;;
-M|-m)
-m)
do_merge=t
;;
-X)