Merge branch 'jk/add-i-patch-do-prompt' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:35:29 +0000 (13:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:35:29 +0000 (13:35 -0800)
commit891ec6f5ba4590c79f142ef923ea528e260adab4
tree7dac6d0f0babee30b81fbb9121cbc70b435bb1de
parent38124fb5ce90429de22c0558576a3e8bad84de20
parentc852bd54bd87fdcdc825f5d45c26aa745be13ba6
Merge branch 'jk/add-i-patch-do-prompt' into next

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"