summaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-2/+6
|\
| * revision: free diff optionsPatrick Steinhardt2024-06-111-2/+6
* | Merge branch 'rs/diff-color-moved-w-no-ext-diff-fix'Junio C Hamano2024-07-021-1/+2
|\ \
| * | diff: allow --color-moved with --no-ext-diffRené Scharfe2024-06-241-1/+2
* | | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-3/+6
|\ \ \
| * | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+3
| * | | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-3/+3
| | |/ | |/|
* | | Merge branch 'rs/diff-exit-code-with-external-diff'Junio C Hamano2024-06-211-16/+52
|\ \ \
| * | | diff: let external diffs report that changes are uninterestingRené Scharfe2024-06-101-1/+35
| * | | userdiff: add and use struct external_diffRené Scharfe2024-06-101-15/+17
| |/ /
* | | diff: cast string constant in `fill_textconv()`Patrick Steinhardt2024-06-071-1/+1
* | | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-2/+2
|/ /
* | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-4/+4
* | diff: refactor code to clarify memory ownership of prefixesPatrick Steinhardt2024-05-271-8/+10
* | config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-1/+1
* | Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano2024-05-161-30/+3
|\ \
| * | Revert "diff: fix --exit-code with external diff"Junio C Hamano2024-05-161-30/+3
* | | Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano2024-05-151-3/+31
|\| | | |/ |/|
| * diff: fix --exit-code with external diffRené Scharfe2024-05-061-3/+30
| * diff: report unmerged paths as changes in run_diff_cmd()René Scharfe2024-05-061-0/+1
* | diff: add diff.srcPrefix and diff.dstPrefix configuration variablesPeter Hutterer2024-03-151-2/+12
|/
* Merge branch 'jx/dirstat-parseopt-help'Junio C Hamano2024-02-161-3/+3
|\
| * diff: mark param1 and param2 as placeholdersJiang Xin2024-02-141-3/+3
| * Merge branch 'jk/diff-result-code-cleanup' into maint-2.42Junio C Hamano2023-11-021-4/+2
| |\
| * \ Merge branch 'jc/diff-exit-code-with-w-fixes' into maint-2.42Junio C Hamano2023-11-021-15/+25
| |\ \
* | \ \ Merge branch 'jk/diff-external-with-no-index'Junio C Hamano2024-02-061-1/+2
|\ \ \ \
| * | | | diff: handle NULL meta-info when spawning external diffJeff King2024-01-291-1/+2
* | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\ \ \ \ \
| * | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
| |/ / / /
* | | | | diff: give more detailed messages for bogus diff.* configJeff King2023-12-091-2/+6
* | | | | config: handle NULL value when parsing non-boolsJeff King2023-12-091-3/+16
|/ / / /
* | | | diff --stat: set the width defaults in a helper functionDragan Simic2023-09-301-0/+7
* | | | diff --stat: add config option to limit filename widthDragan Simic2023-09-181-2/+9
* | | | Merge branch 'jk/diff-result-code-cleanup'Junio C Hamano2023-09-011-4/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | diff: drop useless "status" parameter from diff_result_code()Jeff King2023-08-221-4/+2
| |/ /
* | | Merge branch 'jc/diff-exit-code-with-w-fixes'Junio C Hamano2023-08-301-15/+25
|\ \ \ | |/ / |/| / | |/
| * diff: the -w option breaks --exit-code for --raw and other output modesJunio C Hamano2023-08-221-0/+6
| * diff: teach "--stat -w --exit-code" to notice differencesJunio C Hamano2023-08-191-0/+1
| * diff: mode-only change should be noticed by "--patch -w --exit-code"Junio C Hamano2023-08-191-0/+3
| * diff: move the fallback "--exit-code" code downJunio C Hamano2023-08-191-15/+15
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\ \
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-8/+11
|\ \ \
| * | | config: pass kvi to die_bad_number()Glen Choo2023-06-281-4/+5
| * | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-4/+6
* | | | Merge branch 'pb/complete-diff-options'Junio C Hamano2023-07-061-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | diff.c: mention completion above add_diff_optionsPhilippe Blain2023-06-261-0/+4
* | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | | | merge-ll: rename from ll-mergeElijah Newren2023-06-211-1/+1