aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23diff: make sure the other caller of diff_flush_patch_quietly() is silentJunio C Hamano1-3/+23
2025-10-17diff: restore redirection to /dev/null for diff_from_contentsJeff King1-0/+9
2025-08-08diff: ensure consistent diff behavior with ignore optionsLidong Yan1-14/+50
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-9/+9
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-05-08Merge branch 'js/diff-codeql-false-positive-workaround'Junio C Hamano1-1/+1
2025-04-29diff: check range before dereferencing an array elementJohannes Schindelin1-1/+1
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-4/+9
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-4/+9
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano1-6/+8
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-4/+4
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-2/+4
2025-03-03diff: add option to skip resolving diff statusesJustin Tobler1-1/+1
2025-03-03diff: return diff_filepair from diff queue helpersJustin Tobler1-20/+50
2025-02-25Merge branch 'bc/diff-reject-empty-arg-to-pickaxe'Junio C Hamano1-0/+4
2025-02-18diff: don't crash with empty argument to -G or -Sbrian m. carlson1-0/+4
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-12/+12
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-5/+5
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+1
2024-12-18pager: stop using `the_repository`Patrick Steinhardt1-2/+2
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano1-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak1-1/+2
2024-10-10Merge branch 'jk/output-prefix-cleanup'Junio C Hamano1-7/+3
2024-10-03diff: return const char from output_prefix callbackJeff King1-6/+3
2024-10-03diff: drop line_prefix_length fieldJeff King1-1/+0
2024-09-30diff: improve lifecycle management of diff queuesPatrick Steinhardt1-10/+12
2024-09-30Merge branch 'ps/leakfixes-part-7' into ps/leakfixes-part-8Junio C Hamano1-2/+5
2024-09-27diff: fix leaking orderfile optionPatrick Steinhardt1-2/+5
2024-09-25Merge branch 'rs/diff-exit-code-binary'Junio C Hamano1-0/+1
2024-09-23diff: report modified binary files as changes in builtin_diff()René Scharfe1-0/+1
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano1-1/+9
2024-09-13Merge branch 'rs/diff-exit-code-fix'Junio C Hamano1-0/+5
2024-09-08diff: report dirty submodules as changes in builtin_diff()René Scharfe1-0/+2
2024-09-08diff: report copies and renames as changes in run_diff_cmd()René Scharfe1-0/+3
2024-08-14diff: free state populated via optionsPatrick Steinhardt1-0/+10
2024-08-14diff: fix leak when parsing invalid ignore regex optionPatrick Steinhardt1-1/+5
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano1-1/+9
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-2/+6
2024-07-02Merge branch 'rs/diff-color-moved-w-no-ext-diff-fix'Junio C Hamano1-1/+2
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-3/+6
2024-06-24diff: allow --color-moved with --no-ext-diffRené Scharfe1-1/+2
2024-06-20Merge branch 'rs/diff-exit-code-with-external-diff'Junio C Hamano1-16/+52
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+3
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-3/+3
2024-06-11revision: free diff optionsPatrick Steinhardt1-2/+6
2024-06-10diff: let external diffs report that changes are uninterestingRené Scharfe1-1/+35
2024-06-10userdiff: add and use struct external_diffRené Scharfe1-15/+17
2024-06-07diff: cast string constant in `fill_textconv()`Patrick Steinhardt1-1/+1