Merge branch 'jk/add-i-patch-do-prompt'
commitfb070d2f17b0619cbc1be0606fd452b2294abb8d
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Mar 2017 06:21:33 +0000 (12 23:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Mar 2017 06:21:33 +0000 (12 23:21 -0700)
treeac351fe2b67febc13d3b27d8651ae7e2c70db81b
parent033328a5dc22c1f52292b1941f000f0d47192ade
parentc852bd54bd87fdcdc825f5d45c26aa745be13ba6
Merge branch 'jk/add-i-patch-do-prompt'

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"