summaryrefslogtreecommitdiffstats
path: root/add-interactive.c
AgeCommit message (Expand)AuthorLines
2020-12-08Merge branch 'js/add-i-color-fix'Junio C Hamano-15/+23
2020-11-16add -p: prefer color.diff.context over color.diff.plainJohannes Schindelin-2/+4
2020-11-16add -i (built-in): use the same indentation as the Perl versionJohannes Schindelin-1/+1
2020-11-11add -i (built-in): use correct names to load color.diff.* configJohannes Schindelin-10/+13
2020-11-11add -i (built-in): prevent the `reset` "color" from being configuredJohannes Schindelin-1/+3
2020-11-10add -i (built-in): send error messages to stderrJohannes Schindelin-1/+1
2020-11-10add -i (built-in): do show an error message for incorrect inputsJohannes Schindelin-1/+2
2020-11-02hashmap: provide deallocation function namesElijah Newren-1/+1
2020-07-30strvec: rename struct fieldsJeff King-2/+2
2020-07-28strvec: fix indentation in renamed callsJeff King-5/+5
2020-07-28strvec: convert more callers away from argv_array nameJeff King-7/+7
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin-2/+2
2020-02-05Merge branch 'js/add-p-leftover-bits'Junio C Hamano-0/+19
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano-1/+1
2020-01-30Merge branch 'js/builtin-add-i-cmds'Junio C Hamano-3/+6
2020-01-16built-in add -i: accept open-ended ranges againJohannes Schindelin-1/+4
2020-01-16built-in add -i: do not try to `patch`/`diff` an empty list of filesJohannes Schindelin-2/+2
2020-01-15built-in add -p: respect the `interactive.singlekey` config settingJohannes Schindelin-0/+2
2020-01-15built-in add -p: handle diff.algorithmJohannes Schindelin-0/+5
2020-01-15built-in add -p: support interactive.diffFilterJohannes Schindelin-0/+12
2019-12-21built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin-1/+1
2019-12-13built-in add -p: implement hunk editingJohannes Schindelin-0/+6
2019-12-13built-in add -p: adjust hunk headers as neededJohannes Schindelin-11/+3
2019-12-13built-in add -i: wire up the new C code for the `patch` commandJohannes Schindelin-3/+6
2019-12-01built-in add -i: offer the `quit` commandJohannes Schindelin-5/+11
2019-12-01built-in add -i: re-implement the `diff` commandJohannes Schindelin-0/+42
2019-12-01built-in add -i: implement the `patch` commandJohannes Schindelin-7/+84
2019-12-01built-in add -i: re-implement `add-untracked` in CJohannes Schindelin-0/+91
2019-12-01built-in add -i: re-implement `revert` in CJohannes Schindelin-0/+109
2019-12-01built-in add -i: implement the `update` commandJohannes Schindelin-20/+110
2019-12-01built-in add -i: prepare for multi-selection commandsJohannes Schindelin-25/+89
2019-12-01built-in add -i: allow filtering the modified files listJohannes Schindelin-7/+26
2019-12-01add-interactive: make sure to release `rev.prune_data`Johannes Schindelin-0/+3
2019-11-18built-in add -i: implement the `help` commandSlavica Đukić-0/+21
2019-11-18built-in add -i: use color in the main loopSlavica Đukić-6/+29
2019-11-18built-in add -i: support `?` (prompt help)Johannes Schindelin-1/+21
2019-11-18built-in add -i: show unique prefixes of the commandsJohannes Schindelin-11/+177
2019-11-18built-in add -i: implement the main loopJohannes Schindelin-2/+135
2019-11-14built-in add -i: color the header in the `status` commandSlavica Đukić-4/+37
2019-11-14built-in add -i: implement the `status` commandDaniel Ferreira-1/+250
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin-0/+7