summaryrefslogtreecommitdiff
path: root/builtin/diff-files.c
AgeCommit message (Expand)Author
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King
2023-08-21diff-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-09diff-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-13revisions API users: add "goto cleanup" for release_revisions()Ævar Arnfjörð Bjarmason
2021-02-25Merge branch 'jc/diffcore-rotate'Junio C Hamano
2021-02-16diff: --{rotate,skip}-to=<path>Junio C Hamano
2021-02-12Merge branch 'tb/precompose-prefix-too'Junio C Hamano
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen
2020-12-21diff-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-24Merge 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-13diff: 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-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds