aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/diff-index.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano1-2/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano1-1/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-22diff-index: integrate with the sparse indexDerrick Stolee1-0/+4
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+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-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-2/+4
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-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-5/+4
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason1-1/+1
2022-10-13built-ins: consistently add "\n" between "usage" and optionsÆvar Arnfjörð Bjarmason1-0/+1
2022-04-13revisions API: call diff_free(&revs->pruning) in revisions_release()Ævar Arnfjörð Bjarmason1-1/+0
2022-04-13revisions API users: use release_revisions() with UNLEAK()Ævar Arnfjörð Bjarmason1-1/+3
2021-09-07diff-index: restore -c/--cc options handlingSergey Organov1-3/+3
2021-05-21diff-merges: move specific diff-index "-m" handling to diff-indexSergey Organov1-0/+9
2021-02-25Merge branch 'jc/diffcore-rotate'Junio C Hamano1-0/+2
2021-02-16diff: --{rotate,skip}-to=<path>Junio C Hamano1-0/+2
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen1-1/+1
2020-09-20builtin/diff-index: learn --merge-baseDenton Liu1-0/+2
2020-09-20diff-lib: accept option flags in run_diff_index()Denton Liu1-4/+4
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-10-07Merge branch 'ma/builtin-unleak'Junio C Hamano1-0/+1
2017-10-02builtin/: add UNLEAKsMartin Ågren1-0/+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
2012-11-02update-index/diff-index: use core.preloadindex to improve performanceKarsten Blees1-2/+6
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/+50