Skip to content

Commit

Permalink
Merge branch 'js/builtin-add-i-cmds' into pu
Browse files Browse the repository at this point in the history
"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
  • Loading branch information
gitster committed Nov 19, 2019
2 parents 09726a2 + 0de7b03 commit 5caf9d1
Showing 1 changed file with 553 additions and 55 deletions.
Loading

0 comments on commit 5caf9d1

Please sign in to comment.