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