Merge branch 'js/builtin-add-i-cmds' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2020 22:02:20 +0000 (15:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2020 22:02:20 +0000 (15:02 -0700)
commitf0c344ce578f71aeeee7d40cc01e66f74506ecf9
tree9dceeebeff284e4ef6fa942c3b4271d03899a805
parentc522f061d551c9bb8684a7c3859b2ece4499b56b
parent849e43cc18a8aef639b92c5df9b66af3eb983b2a
Merge branch 'js/builtin-add-i-cmds' into maint

Minor bugfixes to "git add -i" that has recently been rewritten in C.

* js/builtin-add-i-cmds:
  built-in add -i: accept open-ended ranges again
  built-in add -i: do not try to `patch`/`diff` an empty list of files
add-interactive.c
t/t3701-add-interactive.sh