summary refs log tree commit diff
path: root/commit.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin1-1/+3
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano1-0/+1
2018-10-11merge-base --fork-point: extract libified functionPratik Karki1-0/+2
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano1-1/+1
2018-08-23append_signoff: use size_t for string offsetsJeff King1-1/+1
2018-08-21commit-graph: not compatible with graftsDerrick Stolee1-0/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-6/+12
2018-08-02Merge branch 'ds/commit-graph-fsck'Junio C Hamano1-0/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee1-29/+0
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-5/+5
2018-07-17Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano1-0/+1
2018-06-29commit.c: allow lookup_commit_reference to handle arbitrary repositoriesStefan Beller1-3/+2
2018-06-29commit.c: allow lookup_commit_reference_gently to handle arbitrary repositoriesStefan Beller1-3/+1
2018-06-29commit.c: allow get_cached_commit_buffer to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29commit.c: allow set_commit_buffer to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29commit.c: migrate the commit buffer to the parsed object storeStefan Beller1-0/+4
2018-06-29commit.c: allow parse_commit_buffer to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29commit: allow lookup_commit to handle arbitrary repositoriesStefan Beller1-2/+1
2018-06-29commit: add repository argument to get_cached_commit_bufferStefan Beller1-1/+2
2018-06-29commit: add repository argument to set_commit_bufferStefan Beller1-1/+2
2018-06-29commit: add repository argument to parse_commit_bufferStefan Beller1-1/+2
2018-06-29commit: add repository argument to lookup_commitStefan Beller1-1/+2
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller1-1/+3
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-1/+4
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-5/+5
2018-06-27commit: force commit to parse from object databaseDerrick Stolee1-0/+1
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano1-0/+6
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano1-1/+6
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano1-2/+6
2018-05-30Merge branch 'nd/pack-struct-commit'Junio C Hamano1-1/+1
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano1-2/+2
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee1-1/+1
2018-05-22commit: use generations in paint_down_to_common()Derrick Stolee1-0/+1
2018-05-22commit: add generation number to struct commitDerrick Stolee1-0/+4
2018-05-21commit.h: delete 'util' field in struct commitNguyễn Thái Ngọc Duy1-1/+5
2018-05-21merge: use commit-slab in merge remote desc instead of commit->utilNguyễn Thái Ngọc Duy1-1/+1
2018-05-18commit: allow lookup_commit_graft to handle arbitrary repositoriesStefan Beller1-2/+1
2018-05-18shallow: migrate shallow information into the object parserStefan Beller1-6/+3
2018-05-18commit: convert register_commit_graft to handle arbitrary repositoriesBrandon Williams1-2/+1
2018-05-18shallow: add repository argument to is_repository_shallowStefan Beller1-1/+2
2018-05-18shallow: add repository argument to register_shallowStefan Beller1-1/+2
2018-05-18shallow: add repository argument to set_alternate_shallow_fileStefan Beller1-1/+2
2018-05-18commit: add repository argument to lookup_commit_graftJonathan Nieder1-1/+2
2018-05-16commit: add repository argument to register_commit_graftJonathan Nieder1-1/+2
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller1-0/+6
2018-05-13commit.h: rearrange 'index' to shrink struct commitNguyễn Thái Ngọc Duy1-1/+1
2018-04-26commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin1-2/+2
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee1-0/+6
2018-04-11commit: create get_commit_tree() methodDerrick Stolee1-0/+3
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee1-1/+1