summaryrefslogtreecommitdiff
path: root/add-interactive.c
Commit message (Expand)AuthorAgeFilesLines
* commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* diff: mark unused parameters in callbacksJeff King2022-12-131-1/+1
* read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason2022-11-211-4/+4
* use child_process members "args" and "env" directlyRené Scharfe2022-10-301-5/+4
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
* Merge branch 'js/add-i-delete'Junio C Hamano2022-07-021-2/+10
|\
| * add --interactive: allow `update` to stage deleted filesJohannes Schindelin2022-06-281-2/+10
* | revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason2022-04-131-2/+0
* | revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* | Merge branch 'pw/single-key-interactive'Junio C Hamano2022-03-211-0/+2
|\ \
| * | add -p: disable stdin buffering when interactive.singlekey is setPhillip Wood2022-02-231-0/+2
* | | diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason2022-02-161-3/+3
|/ /
* | *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-09-271-2/+6
* | 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