Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information