summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2024-03-15diff: add diff.srcPrefix and diff.dstPrefix configuration variablesPeter Hutterer
2024-02-15Merge branch 'jx/dirstat-parseopt-help'Junio C Hamano
2024-02-14diff: mark param1 and param2 as placeholdersJiang Xin
2024-02-06Merge branch 'jk/diff-external-with-no-index'Junio C Hamano
2024-01-29diff: handle NULL meta-info when spawning external diffJeff King
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-08diff: give more detailed messages for bogus diff.* configJeff King
2023-12-08config: handle NULL value when parsing non-boolsJeff King
2023-11-02Merge branch 'jk/diff-result-code-cleanup' into maint-2.42Junio C Hamano
2023-11-02Merge branch 'jc/diff-exit-code-with-w-fixes' into maint-2.42Junio C Hamano
2023-09-29diff --stat: set the width defaults in a helper functionDragan Simic
2023-09-18diff --stat: add config option to limit filename widthDragan Simic
2023-09-01Merge branch 'jk/diff-result-code-cleanup'Junio C Hamano
2023-08-30Merge branch 'jc/diff-exit-code-with-w-fixes'Junio C Hamano
2023-08-22diff: the -w option breaks --exit-code for --raw and other output modesJunio C Hamano
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King
2023-08-19diff: teach "--stat -w --exit-code" to notice differencesJunio C Hamano
2023-08-19diff: mode-only change should be noticed by "--patch -w --exit-code"Junio C Hamano
2023-08-19diff: move the fallback "--exit-code" code downJunio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'pb/complete-diff-options'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-26diff.c: mention completion above add_diff_optionsPhilippe Blain
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21merge-ll: rename from ll-mergeElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-20Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano
2023-06-13Merge branch 'jc/diff-s-with-other-options'Junio C Hamano
2023-06-03diff: detect pathspec magic not supported by --followJeff King
2023-06-03diff: factor out --follow pathspec checkJeff King
2023-05-15Merge branch 'jc/dirstat-plug-leaks'Junio C Hamano
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-05-05diff: fix interaction between the "-s" option and other optionsJunio C Hamano
2023-05-05diff: plug leaks in dirstatJunio C Hamano
2023-05-05diff: refactor common tail part of dirstat computationJunio C Hamano
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren
2023-04-24base85.h: move declarations for base85.c functions from cache.hElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren