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