summaryrefslogtreecommitdiff
path: root/builtin/diff-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 2.36 gitk/diff-tree --stdin regression fixJunio C Hamano2022-04-261-0/+3
* i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila2022-01-051-1/+1
* Merge branch 'jc/diffcore-rotate'Junio C Hamano2021-02-251-0/+3
|\
| * diff: --{rotate,skip}-to=<path>Junio C Hamano2021-02-161-0/+3
* | MacOS: precompose_argv_prefix()Torsten Bögershausen2021-02-031-1/+1
|/
* builtin/diff-tree: learn --merge-baseDenton Liu2020-09-211-1/+16
* diff-tree.c: load notes machinery when requiredTaylor Blau2020-04-201-0/+9
* Merge branch 'en/combined-all-paths'Junio C Hamano2019-03-071-1/+5
|\
| * log,diff-tree: add --combined-all-paths optionElijah Newren2019-02-071-1/+5
* | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* | read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-1/+1
|/
* revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy2018-08-131-3/+5
* commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+1
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+1
* tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+1
* object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
* object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* diff-tree: read the index so attribute checks work in bare repositoriesbw/submodule-config-cleanupBrandon Williams2017-12-061-0/+2
* submodule: remove gitmodules_configBrandon Williams2017-08-031-1/+0
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'jk/consistent-h'Junio C Hamano2017-06-191-0/+3
|\ \
| * | diff- and log- family: handle "git cmd -h" earlyJunio C Hamano2017-06-051-0/+3
| |/
* | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-10/+6
|\ \
| * | builtin/diff-tree: cleanup references to sha1Brandon Williams2017-06-051-5/+3
| * | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-051-5/+3
* | | Merge branch 'jc/diff-tree-stale-comment'Junio C Hamano2017-06-131-3/+5
|\ \ \
| * | | diff-tree: update stale in-code commentsjc/diff-tree-stale-commentJunio C Hamano2017-06-021-3/+5
* | | | Merge branch 'mb/diff-default-to-indent-heuristics'Junio C Hamano2017-06-051-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | diff: have the diff-* builtins configure diff before initializing revisionsMarc Branchaud2017-05-091-1/+1
| | |/ | |/|
* | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
* | | Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
* | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+2
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-32/+31
|\ \
| * | builtin/diff-tree: convert to struct object_idbrian m. carlson2017-02-221-32/+31
* | | use SWAP macroRené Scharfe2017-01-301-3/+1
|/ /
* | Merge branch 'ar/diff-args-osx-precompose'Junio C Hamano2016-05-231-0/+2
|\ \
| * | diff: run arguments through precompose_argvar/diff-args-osx-precomposeAlexander Rinass2016-05-131-0/+2
| |/
* | Remove get_object_hash.brian m. carlson2015-11-201-4/+4
* | Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-4/+4
|/
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* Merge branch 'jk/alloc-commit-id'Junio C Hamano2014-07-221-3/+1
|\
| * diff-tree: avoid lookup_unknown_objectjk/alloc-commit-idJeff King2014-07-131-3/+1
* | diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe2014-07-081-6/+2
|/
* diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano2011-03-221-1/+11
* Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann2010-08-091-0/+2
* Merge branch 'pb/log-first-parent-p-m'Junio C Hamano2010-03-241-4/+14
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+170