Skip to content

Commit

Permalink
Merge branch 'js/builtin-add-i-cmds'
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
  add-interactive: make sure to release `rev.prune_data`
  • Loading branch information
gitster committed Dec 16, 2019
2 parents 4755a34 + 2e697ce commit 3beff38
Showing 1 changed file with 560 additions and 59 deletions.
Loading

0 comments on commit 3beff38

Please sign in to comment.