summaryrefslogtreecommitdiffstats
path: root/add-interactive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano2021-03-191-2/+2
|\
| * fix xcalloc() argument orderRené Scharfe2021-03-081-3/+3
* | use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
|/
* Merge branch 'js/add-i-color-fix'Junio C Hamano2020-12-081-15/+23
|\
| * add -p: prefer color.diff.context over color.diff.plainJohannes Schindelin2020-11-161-2/+4
| * add -i (built-in): use the same indentation as the Perl versionJohannes Schindelin2020-11-161-1/+1
| * add -i (built-in): use correct names to load color.diff.* configJohannes Schindelin2020-11-111-10/+13
| * add -i (built-in): prevent the `reset` "color" from being configuredJohannes Schindelin2020-11-111-1/+3
| * add -i (built-in): send error messages to stderrJohannes Schindelin2020-11-101-1/+1
| * add -i (built-in): do show an error message for incorrect inputsJohannes Schindelin2020-11-101-1/+2
* | hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
|/
* strvec: rename struct fieldsJeff King2020-07-301-2/+2
* strvec: fix indentation in renamed callsJeff King2020-07-281-5/+5
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-7/+7
* interactive: refactor code asking the user for interactive inputJohannes Schindelin2020-04-101-2/+2
* Merge branch 'js/add-p-leftover-bits'Junio C Hamano2020-02-051-0/+19
|\
| * built-in add -p: respect the `interactive.singlekey` config settingJohannes Schindelin2020-01-151-0/+2
| * built-in add -p: handle diff.algorithmJohannes Schindelin2020-01-151-0/+5
| * built-in add -p: support interactive.diffFilterJohannes Schindelin2020-01-151-0/+12
* | Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano2020-02-051-1/+1
|\|
| * built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin2019-12-211-1/+1
* | Merge branch 'js/builtin-add-i-cmds'Junio C Hamano2020-01-301-3/+6
|\ \ | |/ |/|
| * built-in add -i: accept open-ended ranges againJohannes Schindelin2020-01-161-1/+4
| * built-in add -i: do not try to `patch`/`diff` an empty list of filesJohannes Schindelin2020-01-161-2/+2
* | built-in add -p: implement hunk editingJohannes Schindelin2019-12-131-0/+6
* | built-in add -p: adjust hunk headers as neededJohannes Schindelin2019-12-131-11/+3
* | built-in add -i: wire up the new C code for the `patch` commandJohannes Schindelin2019-12-131-3/+6
|/
* built-in add -i: offer the `quit` commandJohannes Schindelin2019-12-011-5/+11
* built-in add -i: re-implement the `diff` commandJohannes Schindelin2019-12-011-0/+42
* built-in add -i: implement the `patch` commandJohannes Schindelin2019-12-011-7/+84
* built-in add -i: re-implement `add-untracked` in CJohannes Schindelin2019-12-011-0/+91
* built-in add -i: re-implement `revert` in CJohannes Schindelin2019-12-011-0/+109
* built-in add -i: implement the `update` commandJohannes Schindelin2019-12-011-20/+110
* built-in add -i: prepare for multi-selection commandsJohannes Schindelin2019-12-011-25/+89
* built-in add -i: allow filtering the modified files listJohannes Schindelin2019-12-011-7/+26
* add-interactive: make sure to release `rev.prune_data`Johannes Schindelin2019-12-011-0/+3
* built-in add -i: implement the `help` commandSlavica Đukić2019-11-181-0/+21
* built-in add -i: use color in the main loopSlavica Đukić2019-11-181-6/+29
* built-in add -i: support `?` (prompt help)Johannes Schindelin2019-11-181-1/+21
* built-in add -i: show unique prefixes of the commandsJohannes Schindelin2019-11-181-11/+177
* built-in add -i: implement the main loopJohannes Schindelin2019-11-181-2/+135
* built-in add -i: color the header in the `status` commandSlavica Đukić2019-11-141-4/+37
* built-in add -i: implement the `status` commandDaniel Ferreira2019-11-141-1/+250
* Start to implement a built-in version of `git add --interactive`Johannes Schindelin2019-11-141-0/+7