summaryrefslogtreecommitdiff
path: root/add-interactive.c
Commit message (Expand)AuthorAgeFilesLines
...
* built-in add -i: re-implement `revert` in CJohannes Schindelin2019-12-011-0/+109
* built-in add -i: implement the `update` commandJohannes Schindelin2019-12-011-20/+110
* built-in add -i: prepare for multi-selection commandsJohannes Schindelin2019-12-011-25/+89
* built-in add -i: allow filtering the modified files listJohannes Schindelin2019-12-011-7/+26
* add-interactive: make sure to release `rev.prune_data`Johannes Schindelin2019-12-011-0/+3
* built-in add -i: implement the `help` commandSlavica Đukić2019-11-181-0/+21
* built-in add -i: use color in the main loopSlavica Đukić2019-11-181-6/+29
* built-in add -i: support `?` (prompt help)Johannes Schindelin2019-11-181-1/+21
* built-in add -i: show unique prefixes of the commandsJohannes Schindelin2019-11-181-11/+177
* built-in add -i: implement the main loopJohannes Schindelin2019-11-181-2/+135
* built-in add -i: color the header in the `status` commandSlavica Đukić2019-11-141-4/+37
* built-in add -i: implement the `status` commandDaniel Ferreira2019-11-141-1/+250
* Start to implement a built-in version of `git add --interactive`Johannes Schindelin2019-11-141-0/+7