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-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-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-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-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
2022-10-31Merge branch 'jz/patch-id'Taylor Blau
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-10-28Merge branch 'tb/diffstat-with-utf8-strwidth'Junio C Hamano
2022-10-25patch-id: fix patch-id for mode changesJerry Zhang
2022-10-25patch-id: use stable patch-id for rebasesJerry Zhang
2022-10-25patch-id: fix stable patch id for binary / header-onlyJerry Zhang
2022-10-22diff: leave NEEDWORK notes in show_stats() functionJunio C Hamano
2022-10-18diffstat_consume(): assert non-zero lengthJeff King
2022-09-16Merge branch 'en/remerge-diff-fixes'Junio C Hamano
2022-09-14diff.c: use utf8_strwidth() to count display widthTorsten Bögershausen
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-02diff: fix filtering of merge commits under --remerge-diffElijah Newren
2022-09-02diff: fix filtering of additional headers under --remerge-diffElijah Newren