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
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-08-22diff: drop useless "status" parameter from diff_result_code()Jeff King
2023-08-22diff: drop useless return from run_diff_{files,index} functionsJeff King
2023-08-22diff-files: avoid negative exit valueJeff King
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren
2023-05-10diff-files: integrate with sparse indexShuqi Liang
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-10-13built-ins: consistently add "\n" between "usage" and optionsÆvar Arnfjörð Bjarmason
2022-07-12diff-files: move misplaced cleanup labelJeff King
2022-04-14revisions API users: add "goto cleanup" for release_revisions()Ævar Arnfjörð Bjarmason
2021-02-26Merge branch 'jc/diffcore-rotate'Junio C Hamano
2021-02-16diff: --{rotate,skip}-to=<path>Junio C Hamano
2021-02-13Merge branch 'tb/precompose-prefix-too'Junio C Hamano
2021-02-04MacOS: precompose_argv_prefix()Torsten Bögershausen
2020-12-22diff-merges: new function diff_merges_set_dense_combined_if_unset()Sergey Organov
2020-06-22diff-files: treat "i-t-a" files as "not-in-index"Srinidhi Kaushik
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-06-25Merge branch 'bw/config-h'Junio C Hamano
2017-06-19Merge branch 'jk/consistent-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-05diff- and log- family: handle "git cmd -h" earlyJunio C Hamano
2017-05-09diff: have the diff-* builtins configure diff before initializing revisionsMarc Branchaud
2016-05-14diff: run arguments through precompose_argvAlexander Rinass
2015-01-14standardize usage info string formatAlex Henrie
2013-07-15convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds