summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt
2025-03-03diff: add option to skip resolving diff statusesJustin Tobler
2025-03-03diff: return diff_filepair from diff queue helpersJustin Tobler
2025-02-25Merge branch 'bc/diff-reject-empty-arg-to-pickaxe'Junio C Hamano
2025-02-18diff: don't crash with empty argument to -G or -Sbrian m. carlson
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-18pager: stop using `the_repository`Patrick Steinhardt
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
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-09-30diff: improve lifecycle management of diff queuesPatrick Steinhardt
2024-09-30Merge branch 'ps/leakfixes-part-7' into ps/leakfixes-part-8Junio C Hamano
2024-09-27diff: fix leaking orderfile optionPatrick Steinhardt
2024-09-25Merge branch 'rs/diff-exit-code-binary'Junio C Hamano
2024-09-23diff: report modified binary files as changes in builtin_diff()René Scharfe
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano
2024-09-13Merge branch 'rs/diff-exit-code-fix'Junio C Hamano
2024-09-08diff: report dirty submodules as changes in builtin_diff()René Scharfe
2024-09-08diff: report copies and renames as changes in run_diff_cmd()René Scharfe
2024-08-14diff: free state populated via optionsPatrick Steinhardt
2024-08-14diff: fix leak when parsing invalid ignore regex optionPatrick Steinhardt
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-02Merge branch 'rs/diff-color-moved-w-no-ext-diff-fix'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-24diff: allow --color-moved with --no-ext-diffRené Scharfe
2024-06-20Merge branch 'rs/diff-exit-code-with-external-diff'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-11revision: free diff optionsPatrick Steinhardt
2024-06-10diff: let external diffs report that changes are uninterestingRené Scharfe
2024-06-10userdiff: add and use struct external_diffRené Scharfe
2024-06-07diff: cast string constant in `fill_textconv()`Patrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-27diff: refactor code to clarify memory ownership of prefixesPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt
2024-05-16Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano
2024-05-16Revert "diff: fix --exit-code with external diff"Junio C Hamano
2024-05-15Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano
2024-05-06diff: fix --exit-code with external diffRené Scharfe
2024-05-06diff: report unmerged paths as changes in run_diff_cmd()René Scharfe
2024-03-15diff: add diff.srcPrefix and diff.dstPrefix configuration variablesPeter Hutterer
2024-02-15Merge branch 'jx/dirstat-parseopt-help'Junio C Hamano