summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge branch 'jk/oidhash'Libravatar Junio C Hamano1-13/+13
2019-06-20hashmap: convert sha1hash() to oidhash()Libravatar Jeff King1-1/+1
2019-06-20object: convert create_object() to use object_idLibravatar Jeff King1-3/+3
2019-06-20object: convert internal hash_obj() to object_idLibravatar Jeff King1-4/+4
2019-06-20object: convert lookup_object() to use object_idLibravatar Jeff King1-6/+6
2019-06-20object: convert lookup_unknown_object() to use object_idLibravatar Jeff King1-3/+3
2019-06-12packfile: rename close_all_packs to close_object_storeLibravatar Derrick Stolee1-1/+1
2019-02-07object: fix leak of shallow_statLibravatar Josh Steadmon1-0/+2
2019-02-06Merge branch 'jk/loose-object-cache-oid'Libravatar Junio C Hamano1-2/+2
2019-02-05Merge branch 'sg/object-as-type-commit-graph-fix'Libravatar Junio C Hamano1-2/+3
2019-02-05Merge branch 'sb/more-repo-in-api'Libravatar Junio C Hamano1-4/+4
2019-01-27object_as_type: initialize commit-graph-related fields of 'struct commit'Libravatar SZEDER Gábor1-2/+3
2019-01-08prefer "hash mismatch" to "sha1 mismatch"Libravatar Jeff King1-2/+2
2019-01-08object-store: factor out odb_clear_loose_cache()Libravatar René Scharfe1-1/+1
2018-12-28commit: prepare free_commit_buffer and release_commit_memory for any repoLibravatar Stefan Beller1-1/+1
2018-11-14object: parse_object to honor its repository argumentLibravatar Stefan Beller1-3/+3
2018-11-13sha1-file: use an object_directory for the main object dirLibravatar Jeff King1-9/+10
2018-11-13handle alternates paths the same as the main object dirLibravatar Jeff King1-1/+0
2018-11-13rename "alternate_object_database" to "object_directory"Libravatar Jeff King1-5/+5
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