Skip to content

Commit

Permalink
rebase -i: accept -m as advertised in the man page
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-K�,Av�(Bnig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Uwe Kleine-K,Av(Bnig authored and Junio C Hamano committed Feb 11, 2008
1 parent 0ed50ce commit 65ae89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-rebase--interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ do
shift ;;
esac
;;
--merge)
-m|--merge)
# we use merge anyway
;;
-C*)
Expand Down

0 comments on commit 65ae89b

Please sign in to comment.