aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/diff-tree.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-2/+1
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-07-13revisions: drop unused "opt" parameter in "tweak" callbacksJeff King1-1/+1
2023-06-21log-tree: replace include of revision.h with simple forward declarationElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-05-18diff-tree: integrate with sparse indexShuqi Liang1-0/+4
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-2/+2
2022-10-13doc txt & -h consistency: make "diff-tree" consistentÆvar Arnfjörð Bjarmason1-2/+3
2022-10-13built-ins: consistently add "\n" between "usage" and optionsÆvar Arnfjörð Bjarmason1-0/+1
2022-04-262.36 gitk/diff-tree --stdin regression fixJunio C Hamano1-0/+3
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila1-1/+1
2021-02-25Merge branch 'jc/diffcore-rotate'Junio C Hamano1-0/+3
2021-02-16diff: --{rotate,skip}-to=<path>Junio C Hamano1-0/+3
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen1-1/+1
2020-09-21builtin/diff-tree: learn --merge-baseDenton Liu1-1/+16
2020-04-20diff-tree.c: load notes machinery when requiredTaylor Blau1-0/+9
2019-03-07Merge branch 'en/combined-all-paths'Junio C Hamano1-1/+5
2019-02-07log,diff-tree: add --combined-all-paths optionElijah Newren1-1/+5
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy1-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy1-3/+5
2018-06-29commit: add repository argument to lookup_commitStefan Beller1-1/+1
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller1-1/+1
2018-06-29tree: add repository argument to lookup_treeStefan Beller1-1/+1
2018-06-29object: add repository argument to parse_objectStefan Beller1-1/+2
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2017-12-06diff-tree: read the index so attribute checks work in bare repositoriesBrandon Williams1-0/+2
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-19Merge branch 'bw/object-id'Junio C Hamano1-10/+6
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-13Merge branch 'jc/diff-tree-stale-comment'Junio C Hamano1-3/+5
2017-06-05diff- and log- family: handle "git cmd -h" earlyJunio C Hamano1-0/+3
2017-06-05builtin/diff-tree: cleanup references to sha1Brandon Williams1-5/+3
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams1-5/+3
2017-06-05Merge branch 'mb/diff-default-to-indent-heuristics'Junio C Hamano1-1/+1
2017-06-02diff-tree: update stale in-code commentsJunio C Hamano1-3/+5
2017-05-09diff: have the diff-* builtins configure diff before initializing revisionsMarc Branchaud1-1/+1
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-2/+2
2017-03-17Merge branch 'bc/object-id'Junio C Hamano1-32/+31
2017-02-22builtin/diff-tree: convert to struct object_idbrian m. carlson1-32/+31
2017-01-30use SWAP macroRené Scharfe1-3/+1
2016-05-23Merge branch 'ar/diff-args-osx-precompose'Junio C Hamano1-0/+2
2016-05-13diff: run arguments through precompose_argvAlexander Rinass1-0/+2
2015-11-20Remove get_object_hash.brian m. carlson1-4/+4
2015-11-20Convert struct object to object_idbrian m. carlson1-2/+2
2015-11-20Add several uses of get_object_hash.brian m. carlson1-4/+4
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano1-3/+1
2014-07-13diff-tree: avoid lookup_unknown_objectJeff King1-3/+1
2014-07-08diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe1-6/+2
2011-03-22diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano1-1/+11
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann1-0/+2
2010-03-24Merge branch 'pb/log-first-parent-p-m'Junio C Hamano1-4/+14
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+170