summaryrefslogtreecommitdiff
path: root/diff-lib.c
AgeCommit message (Expand)Author
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-01-09run_diff_files(): de-mystify the size of combine_diff_path structJeff King
2025-01-09combine-diff: add combine_diff_path_new()Jeff King
2025-01-09run_diff_files(): delay allocation of combine_diff_pathJeff King
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-04diff-lib: fix leaking diffopts in `do_diff_cache()`Patrick Steinhardt
2024-10-10Merge branch 'jk/output-prefix-cleanup'Junio C Hamano
2024-10-03diff: return const char from output_prefix callbackJeff King
2024-08-17diff-lib: drop unused index argument from get_stat_data()Jeff King
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-11revision: free diff optionsPatrick Steinhardt
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt
2024-05-08Merge branch 'rs/diff-parseopts-cleanup'Junio C Hamano
2024-05-01diff-lib: stop calling diff_setup_done() in do_diff_cache()René Scharfe
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-27Merge branch 'jc/diff-cached-fsmonitor-fix'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-13Merge branch 'ar/diff-index-merge-base-fix'Junio C Hamano
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-10-02diff: fix --merge-base with annotated tagsAlyssa Ross
2023-09-20Merge branch 'js/diff-cached-fsmonitor-fix'Junio C Hamano
2023-09-15diff-lib: fix check_removed() when fsmonitor is activeJunio C Hamano
2023-09-15Merge branch 'js/diff-cached-fsmonitor-fix' into jc/diff-cached-fsmonitor-fixJunio C Hamano
2023-09-11diff-lib: fix check_removed when fsmonitor is onJosip Sokcevic
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King
2023-08-21diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano
2023-06-29Merge branch 'en/header-split-cache-h-part-3'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-14diff-lib: honor override_submodule_config flag bitJosip Sokcevic
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.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-08-08oneway_diff: handle removed sparse directoriesVictoria Dye
2022-04-13revisions API: add a TODO for diff_free(&revs->diffopt)Ævar Arnfjörð Bjarmason
2022-04-13revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason
2022-04-13revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason
2022-04-13revision.[ch]: provide and start using a release_revisions()Ævar Arnfjörð Bjarmason
2021-09-08Merge branch 'dd/diff-files-unmerged-fix'Junio C Hamano