summaryrefslogtreecommitdiff
path: root/add-interactive.c
AgeCommit message (Expand)Author
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin
2020-02-05Merge branch 'js/add-p-leftover-bits'Junio C Hamano
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano
2020-01-30Merge branch 'js/builtin-add-i-cmds'Junio C Hamano
2020-01-16built-in add -i: accept open-ended ranges againJohannes Schindelin
2020-01-16built-in add -i: do not try to `patch`/`diff` an empty list of filesJohannes Schindelin
2020-01-15built-in add -p: respect the `interactive.singlekey` config settingJohannes Schindelin
2020-01-15built-in add -p: handle diff.algorithmJohannes Schindelin
2020-01-15built-in add -p: support interactive.diffFilterJohannes Schindelin
2019-12-22built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin
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