summaryrefslogtreecommitdiffstats
path: root/diff-lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge branch 'js/diff-cached-fsmonitor-fix' into maint-2.42Junio 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
2021-09-08Merge branch 'dd/diff-files-unmerged-fix'Junio C Hamano1-0/+4
2021-08-25diff-lib: ignore paths that are outside $cwd if --relative askedĐoàn Trần Công Danh1-0/+4
2021-07-14diff-lib: handle index diffs with sparse dirsDerrick Stolee1-0/+19
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-3/+3
2021-03-18fsmonitor: add assertion that fsmonitor is valid to check_removedNipunn Koorapati1-7/+11
2021-03-18fsmonitor: skip lstat deletion check during git diff-indexNipunn Koorapati1-1/+4
2020-11-25Merge branch 'rs/plug-diff-cache-leak'Junio C Hamano1-0/+2
2020-11-16diff-lib: plug minor memory leaks in do_diff_cache()René Scharfe1-0/+2
2020-11-09Merge branch 'nk/diff-files-vs-fsmonitor'Junio C Hamano1-2/+13
2020-11-02Merge branch 'dl/diff-merge-base'Junio C Hamano1-2/+61
2020-10-20fsmonitor: use fsmonitor data in `git diff`Alex Vandiver1-2/+13
2020-10-05Merge branch 'so/combine-diff-simplify'Junio C Hamano1-4/+2
2020-09-29diff: get rid of redundant 'dense' argumentSergey Organov1-4/+2
2020-09-22Merge branch 'es/format-patch-interdiff-cleanup'Junio C Hamano1-0/+25
2020-09-20builtin/diff-index: learn --merge-baseDenton Liu1-1/+14
2020-09-20diff-lib: define diff_get_merge_base()Denton Liu1-0/+45
2020-09-20diff-lib: accept option flags in run_diff_index()Denton Liu1-1/+2
2020-09-08diff-lib: tighten show_interdiff()'s interfaceEric Sunshine1-3/+4
2020-09-08diff: move show_interdiff() from its own file to diff-libEric Sunshine1-0/+24
2020-08-31revision: add separate field for "-m" of "diff-index -m"Sergey Organov1-8/+2
2020-08-09diff-lib: use worktree mode in diffs from i-t-a entriesRaymond E. Pasco1-1/+2
2020-07-01diff-files --raw: show correct post-image of intent-to-add filesJohannes Schindelin1-2/+1
2019-05-28mark_fsmonitor_valid(): mark the index as changed if neededJohannes Schindelin1-1/+1
2019-02-14diff: drop options parameter from diffcore_fix_diff_index()Jeff King1-1/+1
2018-11-12diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-3/+4
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-9/+12
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-09-21diff-lib.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-7/+10