summaryrefslogtreecommitdiff
path: root/add-interactive.c
AgeCommit message (Expand)Author
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-22add-interactive: plug a leak in get_untracked_filesRubén Justo
2023-09-07Merge branch 'jk/unused-post-2.42'Junio C Hamano
2023-08-29add-interactive: mark unused callback parametersJeff King
2023-08-21diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-07-02Merge branch 'js/add-i-delete'Junio C Hamano
2022-06-28add --interactive: allow `update` to stage deleted filesJohannes Schindelin
2022-04-13revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-21Merge branch 'pw/single-key-interactive'Junio C Hamano
2022-02-23add -p: disable stdin buffering when interactive.singlekey is setPhillip Wood
2022-02-16diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano
2021-03-13use CALLOC_ARRAYRené Scharfe
2021-03-08fix xcalloc() argument orderRené Scharfe
2020-12-08Merge branch 'js/add-i-color-fix'Junio C Hamano
2020-11-16add -p: prefer color.diff.context over color.diff.plainJohannes Schindelin
2020-11-16add -i (built-in): use the same indentation as the Perl versionJohannes Schindelin
2020-11-11add -i (built-in): use correct names to load color.diff.* configJohannes Schindelin
2020-11-11add -i (built-in): prevent the `reset` "color" from being configuredJohannes Schindelin
2020-11-10add -i (built-in): send error messages to stderrJohannes Schindelin
2020-11-10add -i (built-in): do show an error message for incorrect inputsJohannes Schindelin
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-07-30strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin
2020-02-05Merge branch 'js/add-p-leftover-bits'Junio C Hamano
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano
2020-01-30Merge branch 'js/builtin-add-i-cmds'Junio C Hamano
2020-01-16built-in add -i: accept open-ended ranges againJohannes Schindelin
2020-01-16built-in add -i: do not try to `patch`/`diff` an empty list of filesJohannes Schindelin