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