From: Nicolas Vigier <[email protected]>

The -M option does not exist in OPTIONS_SPEC, so there is no use to try
to find it.

Signed-off-by: Nicolas Vigier <[email protected]>
Signed-off-by: brian m. carlson <[email protected]>
---
 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.rc1.1006.g13f506b.dirty

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to