Merge branch 'js/add-i-mingw'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:45:06 +0000 (11:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:45:06 +0000 (11:45 -0700)
The implementation of "add -i" has a crippling code to work around
ActiveState Perl limitation but it by mistake also triggered on Git
for Windows where MSYS perl is used.

* js/add-i-mingw:
add--interactive: fix external command invocation on Windows

Trivial merge