summaryrefslogtreecommitdiff
path: root/diff-lib.c
AgeCommit message (Expand)Author
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
2021-08-25diff-lib: ignore paths that are outside $cwd if --relative askedĐoàn Trần Công Danh
2021-07-14diff-lib: handle index diffs with sparse dirsDerrick Stolee
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-03-18fsmonitor: add assertion that fsmonitor is valid to check_removedNipunn Koorapati
2021-03-18fsmonitor: skip lstat deletion check during git diff-indexNipunn Koorapati
2020-11-25Merge branch 'rs/plug-diff-cache-leak'Junio C Hamano
2020-11-16diff-lib: plug minor memory leaks in do_diff_cache()René Scharfe
2020-11-09Merge branch 'nk/diff-files-vs-fsmonitor'Junio C Hamano
2020-11-02Merge branch 'dl/diff-merge-base'Junio C Hamano