git-am: -i does not take a string parameter.
commit66006c63e7c2470e7365a06ea85a03489769cf62
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Nov 2007 07:04:31 +0000 (8 23:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Nov 2007 07:11:10 +0000 (8 23:11 -0800)
tree57dd9911758338c1f2a0a668bb598268c1a61969
parente817e3e8579742312534f20c0946cd3c562cfa7c
git-am: -i does not take a string parameter.

    $ git am -3 -s -i file

spewed the usage strings back at the user while

    $ git am -3 -i -s file

didn't.  This fixes it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh