summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-29convert "hashcmp() == 0" to hasheq()Libravatar Jeff King1-1/+1
2018-08-15Merge branch 'nd/i18n'Libravatar Junio C Hamano1-5/+5
2018-07-23object.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-5/+5
2018-07-17commit-graph: store graph in struct object_storeLibravatar Jonathan Tan1-0/+5
2018-06-29object.c: allow parse_object to handle arbitrary repositoriesLibravatar Stefan Beller1-7/+7
2018-06-29object.c: allow parse_object_buffer to handle arbitrary repositoriesLibravatar Stefan Beller1-9/+9
2018-06-29commit.c: migrate the commit buffer to the parsed object storeLibravatar Stefan Beller1-0/+5
2018-06-29object: allow lookup_object to handle arbitrary repositoriesLibravatar Stefan Beller1-8/+7
2018-06-29object: allow object_as_type to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+2
2018-06-29tag: add repository argument to parse_tag_bufferLibravatar Stefan Beller1-1/+1
2018-06-29tag: add repository argument to lookup_tagLibravatar Stefan Beller1-1/+1
2018-06-29commit: add repository argument to get_cached_commit_bufferLibravatar Stefan Beller1-1/+1
2018-06-29commit: add repository argument to set_commit_bufferLibravatar Stefan Beller1-1/+1
2018-06-29commit: add repository argument to parse_commit_bufferLibravatar Stefan Beller1-1/+1
2018-06-29commit: add repository argument to lookup_commitLibravatar Stefan Beller1-1/+1
2018-06-29tree: add repository argument to lookup_treeLibravatar Stefan Beller1-1/+1
2018-06-29blob: add repository argument to lookup_blobLibravatar Stefan Beller1-2/+2
2018-06-29object: add repository argument to object_as_typeLibravatar Stefan Beller1-1/+1
2018-06-29object: add repository argument to parse_object_bufferLibravatar Stefan Beller1-2/+3
2018-06-29object: add repository argument to lookup_objectLibravatar Stefan Beller1-4/+4
2018-06-29object: add repository argument to parse_objectLibravatar Stefan Beller1-2/+2
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano1-0/+4
2018-06-25Merge branch 'sb/object-store-alloc'Libravatar Junio C Hamano1-28/+85
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Libravatar Junio C Hamano1-1/+1
2018-05-23Merge branch 'sb/oid-object-info'Libravatar Junio C Hamano1-1/+1
2018-05-22commit-graph: always load commit-graph informationLibravatar Derrick Stolee1-1/+1
2018-05-18shallow: migrate shallow information into the object parserLibravatar Stefan Beller1-0/+3
2018-05-18object.c: clear replace map before freeing itLibravatar Stefan Beller1-0/+2
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-05-16alloc: allow arbitrary repositories for alloc functionsLibravatar Stefan Beller1-2/+40
2018-05-10object.c: free replace map in raw_object_store_clearLibravatar Stefan Beller1-0/+1
2018-05-09object: allow create_object to handle arbitrary repositoriesLibravatar Stefan Beller1-6/+6
2018-05-09object: allow grow_object_hash to handle arbitrary repositoriesLibravatar Stefan Beller1-8/+8
2018-05-09alloc: add repository argument to alloc_commit_indexLibravatar Stefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_object_nodeLibravatar Stefan Beller1-1/+1
2018-05-09object: add repository argument to grow_object_hashLibravatar Jonathan Nieder1-2/+3
2018-05-09object: add repository argument to create_objectLibravatar Stefan Beller1-2/+3
2018-05-09repository: introduce parsed objects fieldLibravatar Stefan Beller1-23/+40
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller1-1/+1
2018-04-12replace-object: add repository argument to lookup_replace_objectLibravatar Stefan Beller1-1/+1
2018-04-12object-store: move lookup_replace_object to replace-object.hLibravatar Stefan Beller1-0/+1
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-0/+42
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesLibravatar Junio C Hamano1-3/+3
2018-03-26object-store: close all packs upon clearing the object storeLibravatar Stefan Beller1-4/+3
2018-03-26object-store: move packed_git and packed_git_mru to object storeLibravatar Stefan Beller1-0/+7
2018-03-23object-store: free alt_odb_listLibravatar Stefan Beller1-0/+22
2018-03-23repository: introduce raw object store fieldLibravatar Stefan Beller1-0/+14
2018-03-14Convert lookup_replace_object to struct object_idLibravatar brian m. carlson1-10/+4
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson1-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idLibravatar brian m. carlson1-1/+1