]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/builtin-add-i-cmds'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2019 21:08:31 +0000 (13:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2019 21:08:31 +0000 (13:08 -0800)
commit3beff388b2accbc474383d38ef12d4fe31152abc
tree85b2d6649646a8d213fed5c8144ddbb1b46bbd3b
parent4755a34c47c6d624d77ce90c7ea5247b43829cc0
parent2e697ced9d647d6998d70f010d582ba8019fe3af
Merge branch 'js/builtin-add-i-cmds'

"git add -i" that is getting rewritten in C has been extended to
cover subcommands other than the "patch".

* js/builtin-add-i-cmds:
  built-in add -i: offer the `quit` command
  built-in add -i: re-implement the `diff` command
  built-in add -i: implement the `patch` command
  built-in add -i: re-implement `add-untracked` in C
  built-in add -i: re-implement `revert` in C
  built-in add -i: implement the `update` command
  built-in add -i: prepare for multi-selection commands
  built-in add -i: allow filtering the modified files list
  add-interactive: make sure to release `rev.prune_data`