summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Merge branch 'sb/object-store-lookup'Libravatar Junio C Hamano1-6/+12
2018-08-02Merge branch 'ds/commit-graph-fsck'Libravatar Junio C Hamano1-0/+1
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-5/+5
2018-06-29commit.c: allow lookup_commit_reference to handle arbitrary repositoriesLibravatar Stefan Beller1-3/+2
2018-06-29commit.c: allow lookup_commit_reference_gently to handle arbitrary repositoriesLibravatar Stefan Beller1-3/+1
2018-06-29commit.c: allow get_cached_commit_buffer to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+1
2018-06-29commit.c: allow set_commit_buffer to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+1
2018-06-29commit.c: migrate the commit buffer to the parsed object storeLibravatar Stefan Beller1-0/+4
2018-06-29commit.c: allow parse_commit_buffer to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+1
2018-06-29commit: allow lookup_commit to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+1
2018-06-29commit: add repository argument to get_cached_commit_bufferLibravatar Stefan Beller1-1/+2
2018-06-29commit: add repository argument to set_commit_bufferLibravatar Stefan Beller1-1/+2
2018-06-29commit: add repository argument to parse_commit_bufferLibravatar Stefan Beller1-1/+2
2018-06-29commit: add repository argument to lookup_commitLibravatar Stefan Beller1-1/+2
2018-06-29commit: add repository argument to lookup_commit_referenceLibravatar Stefan Beller1-1/+3
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyLibravatar Stefan Beller1-1/+4
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano1-5/+5
2018-06-27commit: force commit to parse from object databaseLibravatar Derrick Stolee1-0/+1
2018-06-25Merge branch 'sb/object-store-alloc'Libravatar Junio C Hamano1-0/+6
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Libravatar Junio C Hamano1-1/+6
2018-06-25Merge branch 'nd/commit-util-to-slab'Libravatar Junio C Hamano1-2/+6
2018-05-30Merge branch 'nd/pack-struct-commit'Libravatar Junio C Hamano1-1/+1
2018-05-23Merge branch 'js/deprecate-grafts'Libravatar Junio C Hamano1-2/+2
2018-05-22commit-graph: always load commit-graph informationLibravatar Derrick Stolee1-1/+1
2018-05-22commit: use generations in paint_down_to_common()Libravatar Derrick Stolee1-0/+1
2018-05-22commit: add generation number to struct commitLibravatar Derrick Stolee1-0/+4
2018-05-21commit.h: delete 'util' field in struct commitLibravatar Nguyễn Thái Ngọc Duy1-1/+5
2018-05-21merge: use commit-slab in merge remote desc instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-05-18commit: allow lookup_commit_graft to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+1
2018-05-18shallow: migrate shallow information into the object parserLibravatar Stefan Beller1-6/+3
2018-05-18commit: convert register_commit_graft to handle arbitrary repositoriesLibravatar Brandon Williams1-2/+1
2018-05-18shallow: add repository argument to is_repository_shallowLibravatar Stefan Beller1-1/+2
2018-05-18shallow: add repository argument to register_shallowLibravatar Stefan Beller1-1/+2
2018-05-18shallow: add repository argument to set_alternate_shallow_fileLibravatar Stefan Beller1-1/+2
2018-05-18commit: add repository argument to lookup_commit_graftLibravatar Jonathan Nieder1-1/+2
2018-05-16commit: add repository argument to register_commit_graftLibravatar Jonathan Nieder1-1/+2
2018-05-16alloc: allow arbitrary repositories for alloc functionsLibravatar Stefan Beller1-0/+6
2018-05-13commit.h: rearrange 'index' to shrink struct commitLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-04-26commit: Let the callback of for_each_mergetag return on errorLibravatar Johannes Schindelin1-2/+2
2018-04-11commit-graph: lazy-load trees for commitsLibravatar Derrick Stolee1-0/+6
2018-04-11commit: create get_commit_tree() methodLibravatar Derrick Stolee1-0/+3
2018-04-11treewide: rename tree to maybe_treeLibravatar Derrick Stolee1-1/+1
2018-04-11commit: integrate commit graph with commit parsingLibravatar Derrick Stolee1-0/+3
2018-01-30commit: convert commit_tree* to object_idLibravatar Patryk Obara1-5/+6
2018-01-23Merge branch 'rs/lose-leak-pending'Libravatar Junio C Hamano1-1/+0
2017-12-28commit: remove unused function clear_commit_marks_for_object_array()Libravatar René Scharfe1-1/+0
2017-12-12format: create pretty.h fileLibravatar Olga Telezhnaya1-80/+1
2017-11-08reduce_heads: fix memory leaksLibravatar Martin Ågren1-1/+17
2017-09-06Merge branch 'po/read-graft-line'Libravatar Junio C Hamano1-1/+1
2017-08-24Merge branch 'rs/commit-h-single-parent-cleanup'Libravatar Junio C Hamano1-5/+0