aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/difftool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-0/+3
2024-06-11builtin/difftool: plug memory leaks in `run_dir_diff()`Patrick Steinhardt1-0/+3
2024-06-06Merge branch 'rs/difftool-env-simplify'Junio C Hamano1-8/+4
2024-05-27difftool: add env vars directly in run_file_diff()René Scharfe1-8/+4
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-2/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+3
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren1-0/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren1-0/+1
2023-04-17Merge branch 'tk/mergetool-gui-default-config'Junio C Hamano1-4/+12
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+5
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-1/+2
2023-04-05mergetool: new config guiDefault supports auto-toggling gui by DISPLAYTao Klerks1-4/+12
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+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
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason1-1/+1
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason1-1/+1
2023-01-13builtin/difftool.c: { 0 }-initialize rather than using memset()Ævar Arnfjörð Bjarmason1-3/+1
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-1/+1
2022-10-30replace and remove run_command_v_opt()René Scharfe1-2/+5
2022-10-30use child_process member "args" instead of string array variableRené Scharfe1-8/+9
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-5/+5
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-5/+5
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-5/+5
2022-08-19hashmap: mark unused callback parametersJeff King1-5/+5
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor1-1/+1
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason1-3/+3
2022-02-04i18n: factorize more 'incompatible options' messagesJean-Noël Avila1-2/+3
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila1-1/+1
2022-01-05i18n: refactor "%s, %s and %s are mutually exclusive"Jean-Noël Avila1-1/+1
2021-11-25difftool: use "env_array" to simplify memory managementÆvar Arnfjörð Bjarmason1-10/+4
2021-10-11Merge branch 'da/difftool'Junio C Hamano1-51/+53
2021-10-03Merge branch 'bs/difftool-msg-tweak'Junio C Hamano1-3/+3
2021-10-03Merge branch 'da/difftool-dir-diff-symlink-fix'Junio C Hamano1-0/+2
2021-09-30difftool: add a missing space to the run_dir_diff() commentsDavid Aguilar1-1/+1