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