summaryrefslogtreecommitdiff
path: root/add-interactive.c
AgeCommit message (Expand)Author
2019-12-13built-in add -p: implement hunk editingJohannes Schindelin
2019-12-13built-in add -p: adjust hunk headers as neededJohannes Schindelin
2019-12-13built-in add -i: wire up the new C code for the `patch` commandJohannes Schindelin
2019-12-01built-in add -i: offer the `quit` commandJohannes Schindelin
2019-12-01built-in add -i: re-implement the `diff` commandJohannes Schindelin
2019-12-01built-in add -i: implement the `patch` commandJohannes Schindelin
2019-12-01built-in add -i: re-implement `add-untracked` in CJohannes Schindelin
2019-12-01built-in add -i: re-implement `revert` in CJohannes Schindelin
2019-12-01built-in add -i: implement the `update` commandJohannes Schindelin
2019-12-01built-in add -i: prepare for multi-selection commandsJohannes Schindelin
2019-12-01built-in add -i: allow filtering the modified files listJohannes Schindelin
2019-12-01add-interactive: make sure to release `rev.prune_data`Johannes Schindelin
2019-11-18built-in add -i: implement the `help` commandSlavica Đukić
2019-11-18built-in add -i: use color in the main loopSlavica Đukić
2019-11-18built-in add -i: support `?` (prompt help)Johannes Schindelin
2019-11-18built-in add -i: show unique prefixes of the commandsJohannes Schindelin
2019-11-18built-in add -i: implement the main loopJohannes Schindelin
2019-11-14built-in add -i: color the header in the `status` commandSlavica Đukić
2019-11-14built-in add -i: implement the `status` commandDaniel Ferreira
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin