git-mergetool: properly handle "git mergetool -- filename"
commitce2c3ebbc5a66e0370b3ab5b5611c2c390ddd6c0
authorDavid Aguilar <davvid@gmail.com>
Sat, 20 Dec 2008 01:01:01 +0000 (19 17:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Dec 2008 03:10:58 +0000 (19 19:10 -0800)
tree11c6f880579d1d7c3aacd4185b76b47b128e652d
parent0e73b3ee6ca95e1db2fe801d2b8544f4c27991df
git-mergetool: properly handle "git mergetool -- filename"

Like many git commands, git-mergetool allows "--" to signal
the end of option processing.  This adds a missing "shift"
statement so that this is correctly handled.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-mergetool.sh