author | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Nov 2007 07:04:31 +0000 (23:04 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Nov 2007 07:11:10 +0000 (23:11 -0800) | ||
commit | 66006c63e7c2470e7365a06ea85a03489769cf62 | |
tree | 57dd9911758338c1f2a0a668bb598268c1a61969 | tree | snapshot |
parent | e817e3e8579742312534f20c0946cd3c562cfa7c | commit | diff |
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 -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 | diff | blob | history |