aboutsummaryrefslogtreecommitdiffstats
path: root/combine-diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Merge branch 'tc/last-modified-recursive-fix'Junio C Hamano1-1/+2
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano1-1/+1
2025-09-18last-modified: fix bug when some paths remain unhandledToon Claes1-1/+2
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King1-1/+1
2025-08-25Merge branch 'tc/diff-tree-max-depth'Junio C Hamano1-1/+1
2025-08-07combine-diff: zero memory used for callback filepairsJeff King1-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-01-09tree-diff: drop list-tail argument to diff_tree_paths()Jeff King1-6/+3
2025-01-09combine-diff: drop public declaration of combine_diff_path_size()Jeff King1-2/+3
2025-01-09combine-diff: use pointer for parent pathsJeff King1-19/+11
2025-01-09combine-diff: add combine_diff_path_new()Jeff King1-14/+26
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-04combine-diff: fix leaking lost linesPatrick Steinhardt1-2/+3
2024-09-27diff: fix leaking orderfile optionPatrick Steinhardt1-2/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt1-1/+2
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano1-0/+2
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin1-0/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah 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 convert.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-4/+4
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+3
2023-03-21environment.h: move declarations for environment.c functions from cache.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-07-11Merge branch 'rs/combine-diff-with-incompatible-options'Junio C Hamano1-0/+7
2022-06-21combine-diff: abort if --output is givenRené Scharfe1-0/+3
2022-06-21combine-diff: abort if --ignore-matching-lines is givenRené Scharfe1-0/+4
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-2/+2
2021-07-13Merge branch 'ab/pickaxe-pcre2'Junio C Hamano1-2/+3
2021-05-11xdiff-interface: prepare for allowing early returnÆvar Arnfjörð Bjarmason1-2/+3
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-10/+10
2020-10-05Merge branch 'jk/diff-cc-oidfind-fix'Junio C Hamano1-2/+41
2020-09-30combine-diff: handle --find-object in multitree code pathJeff King1-2/+41
2020-09-29diff: get rid of redundant 'dense' argumentSergey Organov1-12/+9
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-1/+1
2019-08-19combine-diff: replace GIT_SHA1_HEXSZ with the_hash_algobrian m. carlson1-1/+1
2019-03-07Merge branch 'en/combined-all-paths'Junio C Hamano1-11/+65