summaryrefslogtreecommitdiffstats
path: root/builtin/diff-tree.c
AgeCommit message (Expand)AuthorLines
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-1/+1
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano-2/+1
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt-1/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+2
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano-2/+5
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano-13/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+4
2024-08-15Merge branch 'xx/diff-tree-remerge-diff-fix'Junio C Hamano-0/+13
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano-6/+1
2024-08-09remerge-diff: lazily prepare temporary objdir on demandJunio C Hamano-7/+0
2024-08-09diff-tree: fix crash when used with --remerge-diffXing Xin-0/+13
2024-04-18builtin: stop using `the_index`Patrick Steinhardt-2/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King-1/+1
2023-07-13revisions: drop unused "opt" parameter in "tweak" callbacksJeff King-1/+1
2023-06-21log-tree: replace include of revision.h with simple forward declarationElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+1
2023-05-18diff-tree: integrate with sparse indexShuqi Liang-0/+4
2023-04-24commit.h: reduce unnecessary includesElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason-2/+2
2022-10-13doc txt & -h consistency: make "diff-tree" consistentÆvar Arnfjörð Bjarmason-2/+3
2022-10-13built-ins: consistently add "\n" between "usage" and optionsÆvar Arnfjörð Bjarmason-0/+1
2022-04-262.36 gitk/diff-tree --stdin regression fixJunio C Hamano-0/+3
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila-1/+1
2021-02-25Merge branch 'jc/diffcore-rotate'Junio C Hamano-0/+3
2021-02-16diff: --{rotate,skip}-to=<path>Junio C Hamano-0/+3
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen-1/+1
2020-09-21builtin/diff-tree: learn --merge-baseDenton Liu-1/+16
2020-04-20diff-tree.c: load notes machinery when requiredTaylor Blau-0/+9
2019-03-07Merge branch 'en/combined-all-paths'Junio C Hamano-1/+5
2019-02-07log,diff-tree: add --combined-all-paths optionElijah Newren-1/+5
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-0/+1
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-1/+1
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy-3/+5
2018-06-29commit: add repository argument to lookup_commitStefan Beller-1/+1
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller-1/+1
2018-06-29tree: add repository argument to lookup_treeStefan Beller-1/+1
2018-06-29object: add repository argument to parse_objectStefan Beller-1/+2
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams-1/+1
2017-12-06diff-tree: read the index so attribute checks work in bare repositoriesBrandon Williams-0/+2
2017-08-03submodule: remove gitmodules_configBrandon Williams-1/+0
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-19Merge branch 'jk/consistent-h'Junio C Hamano-0/+3
2017-06-19Merge branch 'bw/object-id'Junio C Hamano-10/+6
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1