summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)Author
2025-10-24diff: replace diff_options.dry_run flag with NULL fileJeff King
2025-09-29Merge branch 'tc/last-modified-recursive-fix'Junio C Hamano
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano
2025-09-18last-modified: fix bug when some paths remain unhandledToon Claes
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King
2025-08-25Merge branch 'tc/diff-tree-max-depth'Junio C Hamano
2025-08-08diff: ensure consistent diff behavior with ignore optionsLidong Yan
2025-08-07diff: teach tree-diff a max-depth parameterJeff King
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-03-26Merge branch 'jt/diff-pairs'Junio C Hamano
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-03diff.h: *.txt -> *.adoc fixesTodd Zullinger
2025-03-03diff: add option to skip resolving diff statusesJustin Tobler
2025-03-03diff: return diff_filepair from diff queue helpersJustin Tobler
2025-02-10Merge branch 'ps/hash-cleanup'Junio C Hamano
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2025-01-09tree-diff: drop list-tail argument to diff_tree_paths()Jeff King
2025-01-09combine-diff: drop public declaration of combine_diff_path_size()Jeff King
2025-01-09diff: add a comment about combine_diff_path.parent.pathJeff King
2025-01-09combine-diff: use pointer for parent pathsJeff King
2025-01-09combine-diff: add combine_diff_path_new()Jeff King
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt
2024-10-10Merge branch 'jk/output-prefix-cleanup'Junio C Hamano
2024-10-03diff: return const char from output_prefix callbackJeff King
2024-10-03diff: drop line_prefix_length fieldJeff King
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano
2024-09-27diff: fix leaking orderfile optionPatrick Steinhardt
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt
2023-09-29diff --stat: set the width defaults in a helper functionDragan Simic
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21diff.h: move declaration for global in diff.c from cache.hElijah Newren
2023-06-20Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano
2023-06-03diff: factor out --follow pathspec checkJeff King
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-24diff.h: reduce unnecessary includesElijah Newren
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano
2023-03-09diff: factor out src/dst prefix setupJeff King
2023-02-27Merge branch 'jc/diff-algo-attribute'Junio C Hamano
2023-02-23diff.h: remove unnecessary include of object.hElijah Newren