aboutsummaryrefslogtreecommitdiff
path: root/add-interactive.c
AgeCommit message (Expand)Author
2026-03-03add-patch: allow disabling editing of hunksPatrick Steinhardt
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt
2026-03-03Merge branch 'aa/add-p-no-auto-advance'Junio C Hamano
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle
2026-01-09add-interactive: use repo_parse_tree_indirect()René Scharfe
2025-10-14Merge branch 'sj/string-list'Junio C Hamano
2025-10-06string-list: change "string_list_find_insert_index" return type to "size_t"shejialuo
2025-10-06string-list: replace negative index encoding with "exact_match" parametershejialuo
2025-09-16add-interactive: retain colorbool values longerJeff King
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King
2025-09-08add-interactive: manually fall back color config to color.uiJeff King
2025-09-08add-interactive: respect color.diff for diff coloringJeff King
2025-07-29add-patch: add diff.context command line overridesLeon Michalak
2025-07-29add-patch: respect diff.context configurationLeon Michalak
2024-12-18add-interactive: stop using `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
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