185 Commits (a277d0a67f0324deb58abbeb0c5a2b3abbcde340)

Author SHA1 Message Date
Colin Stolley ec48540fe8 packfile.c: speed up loading lots of packfiles 5 years ago
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 5 years ago
Jeff King d40abc8e95 hashmap: convert sha1hash() to oidhash() 6 years ago
Jeff King a378509e1c object: convert create_object() to use object_id 6 years ago
Jeff King 46931d3938 object: convert internal hash_obj() to object_id 6 years ago
Jeff King d0229abd93 object: convert lookup_object() to use object_id 6 years ago
Jeff King 0ebbcf70e6 object: convert lookup_unknown_object() to use object_id 6 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Josh Steadmon 96b0710ee4 object: fix leak of shallow_stat 6 years ago
SZEDER Gábor 4468d4435c object_as_type: initialize commit-graph-related fields of 'struct commit' 6 years ago
Jeff King 01f8d5948a prefer "hash mismatch" to "sha1 mismatch" 6 years ago
René Scharfe d4e19e5163 object-store: factor out odb_clear_loose_cache() 6 years ago
Stefan Beller 6a7895fd8a commit: prepare free_commit_buffer and release_commit_memory for any repo 6 years ago
Stefan Beller d1a6902265 object: parse_object to honor its repository argument 6 years ago
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
Jeff King f3f043a103 handle alternates paths the same as the main object dir 6 years ago
Jeff King 263db403fa rename "alternate_object_database" to "object_directory" 6 years ago
Jeff King e3ff0683e2 convert "hashcmp() == 0" to hasheq() 7 years ago
Nguyễn Thái Ngọc Duy 42246589b8 object.c: mark more strings for translation 7 years ago
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