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
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: 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
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-03-09diff: add --default-prefix optionJeff King
2023-03-09diff: factor out src/dst prefix setupJeff King
2023-02-27Merge branch 'jc/diff-algo-attribute'Junio C Hamano
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-21diff: teach diff to read algorithm from diff driverJohn Cai
2023-02-21diff: consolidate diff algorithm option parsingJohn Cai
2023-01-16Merge branch 'jk/ext-diff-with-relative'Junio C Hamano
2023-01-06diff: drop "name" parameter from prepare_temp_file()Jeff King
2023-01-06diff: clean up external-diff argv setupJeff King
2023-01-06diff: use filespec path to set up tempfiles for ext-diffJeff King
2022-12-26Merge branch 'pg/diff-stat-unmerged-regression-fix'Junio C Hamano
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano
2022-12-19Merge branch 'rs/diff-parseopts'Junio C Hamano
2022-12-15diff: fix regression with --stat and unmerged filePeter Grayson
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-12-13ws: drop unused parameter from ws_blank_line()Jeff King
2022-12-02diff: remove parseopts member from struct diff_optionsRené Scharfe
2022-12-02diff: use add_diff_options() in diff_opt_parse()René Scharfe
2022-12-02diff: factor out add_diff_options()René Scharfe
2022-11-28Merge branch 'sg/plug-line-log-leaks'Junio C Hamano
2022-11-09Merge branch 'rs/no-more-run-command-v'Taylor Blau
2022-11-03diff.c: use diff_free_queue()SZEDER Gábor
2022-11-03line-log: free diff queue when processing non-merge commitsSZEDER Gábor