summaryrefslogtreecommitdiffstats
path: root/add-interactive.c
AgeCommit message (Expand)AuthorLines
2022-12-13diff: mark unused parameters in callbacksJeff King-1/+1
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason-4/+4
2022-10-30use child_process members "args" and "env" directlyRené Scharfe-5/+4
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-1/+1
2022-08-19hashmap: mark unused callback parametersJeff King-1/+1
2022-07-02Merge branch 'js/add-i-delete'Junio C Hamano-2/+10
2022-06-28add --interactive: allow `update` to stage deleted filesJohannes Schindelin-2/+10
2022-04-13revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason-2/+0
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason-0/+1
2022-03-21Merge branch 'pw/single-key-interactive'Junio C Hamano-0/+2
2022-02-23add -p: disable stdin buffering when interactive.singlekey is setPhillip Wood-0/+2
2022-02-16diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason-3/+3
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason-2/+6
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano-2/+2
2021-03-13use CALLOC_ARRAYRené Scharfe-1/+1
2021-03-08fix xcalloc() argument orderRené Scharfe-3/+3
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