161 Commits (ee69b2a90c5031bffb3341c5e50653a6ecca89ac)

Author SHA1 Message Date
Jonathan Tan 8527750626 commit-graph: store graph in struct object_store 7 years ago
Stefan Beller 8e4b0b6047 object.c: allow parse_object to handle arbitrary repositories 7 years ago
Stefan Beller 108ed1a3d8 object.c: allow parse_object_buffer to handle arbitrary repositories 7 years ago
Stefan Beller 65ea9d4bec commit.c: migrate the commit buffer to the parsed object store 7 years ago
Stefan Beller 94c09a7197 object: allow lookup_object to handle arbitrary repositories 7 years ago
Stefan Beller a962da1ef5 object: allow object_as_type to handle arbitrary repositories 7 years ago
Stefan Beller 0e740fed5d tag: add repository argument to parse_tag_buffer 7 years ago
Stefan Beller ce71efb713 tag: add repository argument to lookup_tag 7 years ago
Stefan Beller 3ce85f7e5a commit: add repository argument to get_cached_commit_buffer 7 years ago
Stefan Beller 5e0c63604d commit: add repository argument to set_commit_buffer 7 years ago
Stefan Beller 08f4f44501 commit: add repository argument to parse_commit_buffer 7 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
Stefan Beller da14a7ff99 blob: add repository argument to lookup_blob 7 years ago
Stefan Beller 1268dfac1e object: add repository argument to object_as_type 7 years ago
Stefan Beller 1ec5bfd24e object: add repository argument to parse_object_buffer 7 years ago
Stefan Beller 5abddd1eb7 object: add repository argument to lookup_object 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Derrick Stolee e2838d85b6 commit-graph: always load commit-graph information 7 years ago
Stefan Beller eee4502baa shallow: migrate shallow information into the object parser 7 years ago
Stefan Beller 7a1dc605af object.c: clear replace map before freeing it 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Stefan Beller 14ba97f81c alloc: allow arbitrary repositories for alloc functions 7 years ago
Stefan Beller d587307205 object.c: free replace map in raw_object_store_clear 7 years ago
Stefan Beller 341e45e46b object: allow create_object to handle arbitrary repositories 7 years ago
Stefan Beller 346a817a72 object: allow grow_object_hash to handle arbitrary repositories 7 years ago
Stefan Beller dd5d9deb01 alloc: add repository argument to alloc_commit_index 7 years ago
Stefan Beller 13e3fdcb76 alloc: add repository argument to alloc_object_node 7 years ago
Jonathan Nieder c077a4526b object: add repository argument to grow_object_hash 7 years ago
Stefan Beller 68f95d382b object: add repository argument to create_object 7 years ago
Stefan Beller 99bf115c87 repository: introduce parsed objects field 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller 1f2e7ceabc replace-object: add repository argument to lookup_replace_object 7 years ago
Stefan Beller 47f351e9b3 object-store: move lookup_replace_object to replace-object.h 7 years ago
Stefan Beller d0b5986622 object-store: close all packs upon clearing the object store 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Stefan Beller 97501e933a object-store: free alt_odb_list 7 years ago
Stefan Beller 90c62155d6 repository: introduce raw object store field 7 years ago
brian m. carlson b383a13cc0 Convert lookup_replace_object to struct object_id 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson 17e65451e3 sha1_file: convert check_sha1_signature to struct object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
René Scharfe 4ad315fc99 object: add clear_commit_marks_all() 7 years ago
Jonathan Tan df11e19648 rev-list: support termination at promisor objects 7 years ago
Martin Ågren 7199203937 object_array: add and use `object_array_pop()` 7 years ago
Jonathan Tan 092c55d094 object: remove "used" field from struct object 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson d3101b533d Convert lookup_tag to struct object_id 8 years ago