summaryrefslogtreecommitdiffstats
path: root/builtin/difftool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin/difftool: intialize some hashmap variablesSimon Marchi2024-11-131-4/+2
* global: Fix duplicate word typosSven Strickroth2024-10-211-1/+1
* Merge branch 'ps/leakfixes-part-7'Junio C Hamano2024-10-021-0/+6
|\
| * builtin/difftool: plug several trivial memory leaksPatrick Steinhardt2024-09-271-0/+6
* | Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-2/+6
|\ \
| * | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+2
| * | builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
| |/
* | environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt2024-09-121-2/+2
* | environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt2024-09-121-2/+3
|/
* Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-0/+3
|\
| * builtin/difftool: plug memory leaks in `run_dir_diff()`Patrick Steinhardt2024-06-111-0/+3
* | Merge branch 'rs/difftool-env-simplify'Junio C Hamano2024-06-061-8/+4
|\ \ | |/ |/|
| * difftool: add env vars directly in run_file_diff()René Scharfe2024-05-271-8/+4
* | builtin: stop using `the_index`Patrick Steinhardt2024-04-181-2/+2
|/
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+3
|\ \ | |/ |/|
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
|/
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+1
|\
| * copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\|
| * object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+2
| |\
* | \ Merge branch 'tk/mergetool-gui-default-config'Junio C Hamano2023-04-181-4/+12
|\ \ \
| * | | mergetool: new config guiDefault supports auto-toggling gui by DISPLAYTao Klerks2023-04-061-4/+12
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+5
|\ \ \ \ | | |/ / | |/| |
| * | | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ /
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-1/+2
|\ \ \ | |/ / |/| / | |/
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason2023-01-171-1/+1
* cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason2023-01-161-1/+1
* builtin/difftool.c: { 0 }-initialize rather than using memset()Ævar Arnfjörð Bjarmason2023-01-131-3/+1
* {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason2022-11-211-1/+1
* replace and remove run_command_v_opt()René Scharfe2022-10-301-2/+5
* use child_process member "args" instead of string array variableRené Scharfe2022-10-301-8/+9
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-5/+5
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-5/+5
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-5/+5
|\|
| * hashmap: mark unused callback parametersJeff King2022-08-191-5/+5
* | parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor2022-08-191-1/+1
|/