aboutsummaryrefslogtreecommitdiffstats
path: root/add-interactive.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-05add-patch: split out `struct interactive_options`Patrick Steinhardt1-138/+36
2025-10-14Merge branch 'sj/string-list'Junio C Hamano1-3/+4
2025-10-06string-list: change "string_list_find_insert_index" return type to "size_t"shejialuo1-1/+1
2025-10-06string-list: replace negative index encoding with "exact_match" parametershejialuo1-3/+4
2025-09-16add-interactive: retain colorbool values longerJeff King1-7/+7
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King1-1/+1
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-4/+5
2025-09-08add-interactive: manually fall back color config to color.uiJeff King1-0/+9
2025-09-08add-interactive: respect color.diff for diff coloringJeff King1-33/+46
2025-07-29add-patch: add diff.context command line overridesLeon Michalak1-8/+28
2025-07-29add-patch: respect diff.context configurationLeon Michalak1-0/+9
2024-12-18add-interactive: stop using `the_repository`Patrick Steinhardt1-10/+9
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-6/+11
2024-04-22add-interactive: plug a leak in get_untracked_filesRubén Justo1-0/+1
2023-09-07Merge branch 'jk/unused-post-2.42'Junio C Hamano1-4/+4
2023-08-29add-interactive: mark unused callback parametersJeff King1-4/+4
2023-08-21diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano1-1/+1
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+2
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren1-0/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-12-13diff: mark unused parameters in callbacksJeff King1-1/+1
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason1-4/+4
2022-10-30use child_process members "args" and "env" directlyRené Scharfe1-5/+4
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-1/+1
2022-08-19hashmap: mark unused callback parametersJeff King1-1/+1
2022-07-02Merge branch 'js/add-i-delete'Junio C Hamano1-2/+10
2022-06-28add --interactive: allow `update` to stage deleted filesJohannes Schindelin1-2/+10
2022-04-13revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason1-2/+0
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+1
2022-03-21Merge branch 'pw/single-key-interactive'Junio C Hamano1-0/+2
2022-02-23add -p: disable stdin buffering when interactive.singlekey is setPhillip Wood1-0/+2
2022-02-16diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason1-3/+3
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason1-2/+6
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano1-2/+2
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2021-03-08fix xcalloc() argument orderRené Scharfe1-3/+3
2020-12-08Merge branch 'js/add-i-color-fix'Junio C Hamano1-15/+23
2020-11-16add -p: prefer color.diff.context over color.diff.plainJohannes Schindelin1-2/+4
2020-11-16add -i (built-in): use the same indentation as the Perl versionJohannes Schindelin1-1/+1
2020-11-11add -i (built-in): use correct names to load color.diff.* configJohannes Schindelin1-10/+13