summaryrefslogtreecommitdiffstats
path: root/add-interactive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* built-in add -p: implement hunk editingJohannes Schindelin2019-12-131-0/+6
* built-in add -p: adjust hunk headers as neededJohannes Schindelin2019-12-131-11/+3
* built-in add -i: wire up the new C code for the `patch` commandJohannes Schindelin2019-12-131-3/+6
* built-in add -i: offer the `quit` commandJohannes Schindelin2019-12-011-5/+11
* built-in add -i: re-implement the `diff` commandJohannes Schindelin2019-12-011-0/+42
* built-in add -i: implement the `patch` commandJohannes Schindelin2019-12-011-7/+84
* built-in add -i: re-implement `add-untracked` in CJohannes Schindelin2019-12-011-0/+91
* 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