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