summaryrefslogtreecommitdiff
path: root/builtin/diff-tree.c
AgeCommit message (Expand)Author
2019-03-07Merge branch 'en/combined-all-paths'Junio C Hamano
2019-02-08log,diff-tree: add --combined-all-paths optionElijah Newren
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy
2018-06-29commit: add repository argument to lookup_commitStefan Beller
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29tree: add repository argument to lookup_treeStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2017-12-06diff-tree: read the index so attribute checks work in bare repositoriesBrandon Williams
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-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'jc/diff-tree-stale-comment'Junio C Hamano
2017-06-05diff- and log- family: handle "git cmd -h" earlyJunio C Hamano
2017-06-05builtin/diff-tree: cleanup references to sha1Brandon Williams
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams
2017-06-05Merge branch 'mb/diff-default-to-indent-heuristics'Junio C Hamano
2017-06-02diff-tree: update stale in-code commentsJunio C Hamano
2017-05-09diff: have the diff-* builtins configure diff before initializing revisionsMarc Branchaud
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-02-22builtin/diff-tree: convert to struct object_idbrian m. carlson
2017-01-30use SWAP macroRené Scharfe
2016-05-23Merge branch 'ar/diff-args-osx-precompose'Junio C Hamano
2016-05-13diff: run arguments through precompose_argvAlexander Rinass
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-01-14standardize usage info string formatAlex Henrie
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano
2014-07-14diff-tree: avoid lookup_unknown_objectJeff King
2014-07-08diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe
2011-03-22diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann
2010-03-24Merge branch 'pb/log-first-parent-p-m'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds