Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-09diff: give more detailed messages for bogus diff.* configJeff King
2023-12-09config: handle NULL value when parsing non-boolsJeff King
2023-09-30diff --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-22diff: 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-29config: pass kvi to die_bad_number()Glen Choo
2023-06-29config: 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-21Merge 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-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-05-06diff: fix interaction between the "-s" option and other optionsJunio C Hamano
2023-05-06diff: plug leaks in dirstatJunio C Hamano
2023-05-06diff: 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-25string-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
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-22Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano