summaryrefslogtreecommitdiffstats
path: root/add-interactive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt2024-06-141-1/+1
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-6/+11
* add-interactive: plug a leak in get_untracked_filesRubén Justo2024-04-231-0/+1
* Merge branch 'jk/unused-post-2.42'Junio C Hamano2023-09-081-4/+4
|\
| * add-interactive: mark unused callback parametersJeff King2023-08-301-4/+4
* | diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano2023-08-221-1/+1
|/
* diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+2
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren2023-06-211-0/+1
* 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-241-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-031-2/+10
|\
| * add --interactive: allow `update` to stage deleted filesJohannes Schindelin2022-06-291-2/+10
* | revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason2022-04-141-2/+0
* | revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-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-141-1/+1
|/ /
* | Merge branch 'js/add-i-color-fix'Junio C Hamano2020-12-091-15/+23
|\ \
| * | add -p: prefer color.diff.context over color.diff.plainJohannes Schindelin2020-11-171-2/+4
| * | add -i (built-in): use the same indentation as the Perl versionJohannes Schindelin2020-11-171-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-111-1/+1
| * | add -i (built-in): do show an error message for incorrect inputsJohannes Schindelin2020-11-111-1/+2
* | | hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
|/ /
* | strvec: rename struct fieldsJeff King2020-07-311-2/+2
* | strvec: fix indentation in renamed callsJeff King2020-07-291-5/+5
* | strvec: convert more callers away from argv_array nameJeff King2020-07-291-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
|\| |