Merge branch 'jk/add-i-patch-do-prompt' into maint
commitabe62a403f2d3fce004f57e0e7371523761e723f
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Mar 2017 20:56:42 +0000 (16 13:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Mar 2017 20:56:42 +0000 (16 13:56 -0700)
treed71da633bee34045e69b419df2def7236307769c
parent68e12d7d97e1c1a853ac4c603b06afa051cf1276
parentc852bd54bd87fdcdc825f5d45c26aa745be13ba6
Merge branch 'jk/add-i-patch-do-prompt' into maint

The patch subcommand of "git add -i" was meant to have paths
selection prompt just like other subcommand, unlike "git add -p"
directly jumps to hunk selection.  Recently, this was broken and
"add -i" lost the paths selection dialog, but it now has been
fixed.

* jk/add-i-patch-do-prompt:
  add--interactive: fix missing file prompt for patch mode with "-i"