summaryrefslogtreecommitdiff
path: root/add-interactive.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Merge branch 'js/add-p-leftover-bits'Libravatar Junio C Hamano1-0/+19
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Libravatar Junio C Hamano1-1/+1
2020-01-30Merge branch 'js/builtin-add-i-cmds'Libravatar Junio C Hamano1-3/+6
2020-01-16built-in add -i: accept open-ended ranges againLibravatar Johannes Schindelin1-1/+4
2020-01-16built-in add -i: do not try to `patch`/`diff` an empty list of filesLibravatar Johannes Schindelin1-2/+2
2020-01-15built-in add -p: respect the `interactive.singlekey` config settingLibravatar Johannes Schindelin1-0/+2
2020-01-15built-in add -p: handle diff.algorithmLibravatar Johannes Schindelin1-0/+5
2020-01-15built-in add -p: support interactive.diffFilterLibravatar Johannes Schindelin1-0/+12
2019-12-21built-in add -p: prepare for patch modes other than "stage"Libravatar Johannes Schindelin1-1/+1
2019-12-13built-in add -p: implement hunk editingLibravatar Johannes Schindelin1-0/+6
2019-12-13built-in add -p: adjust hunk headers as neededLibravatar Johannes Schindelin1-11/+3
2019-12-13built-in add -i: wire up the new C code for the `patch` commandLibravatar Johannes Schindelin1-3/+6
2019-12-01built-in add -i: offer the `quit` commandLibravatar Johannes Schindelin1-5/+11
2019-12-01built-in add -i: re-implement the `diff` commandLibravatar Johannes Schindelin1-0/+42
2019-12-01built-in add -i: implement the `patch` commandLibravatar Johannes Schindelin1-7/+84
2019-12-01built-in add -i: re-implement `add-untracked` in CLibravatar Johannes Schindelin1-0/+91
2019-12-01built-in add -i: re-implement `revert` in CLibravatar Johannes Schindelin1-0/+109
2019-12-01built-in add -i: implement the `update` commandLibravatar Johannes Schindelin1-20/+110
2019-12-01built-in add -i: prepare for multi-selection commandsLibravatar Johannes Schindelin1-25/+89
2019-12-01built-in add -i: allow filtering the modified files listLibravatar Johannes Schindelin1-7/+26
2019-12-01add-interactive: make sure to release `rev.prune_data`Libravatar Johannes Schindelin1-0/+3
2019-11-18built-in add -i: implement the `help` commandLibravatar Slavica Đukić1-0/+21
2019-11-18built-in add -i: use color in the main loopLibravatar Slavica Đukić1-6/+29
2019-11-18built-in add -i: support `?` (prompt help)Libravatar Johannes Schindelin1-1/+21
2019-11-18built-in add -i: show unique prefixes of the commandsLibravatar Johannes Schindelin1-11/+177
2019-11-18built-in add -i: implement the main loopLibravatar Johannes Schindelin1-2/+135
2019-11-14built-in add -i: color the header in the `status` commandLibravatar Slavica Đukić1-4/+37
2019-11-14built-in add -i: implement the `status` commandLibravatar Daniel Ferreira1-1/+250
2019-11-14Start to implement a built-in version of `git add --interactive`Libravatar Johannes Schindelin1-0/+7