2 Commits (712b0ed6ec8041ac1e7bbd4298189a31941354fe)

Author SHA1 Message Date
Martin Ågren bc62692757 hash-lookup: rename from sha1-lookup 4 years ago
Martin Ågren e5afd4449d object-file.c: rename from sha1-file.c 4 years ago
Matheus Tavares eb3c027e17 apply: don't use core.sharedRepository to create working tree files 4 years ago
Jonathan Tan 1d8d9cb620 sha1-file: introduce no-lazy-fetch has_object() 5 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 5 years ago
Jonathan Tan a64d2aae5a sha1-file: make pretend_object_file() not prefetch 5 years ago
luciano.rocha@booking.com 312cd76130 freshen_file(): use NULL `times' for implicit current-time 5 years ago
Alexandr Miloslavskiy 4530a85b4c real_path_if_valid(): remove unsafe API 5 years ago
Jeff King b99b6bcc57 packed_object_info(): use object_id for returning delta base 5 years ago
brian m. carlson 768e30ea27 hash: implement and use a context cloning function 5 years ago
Matheus Tavares b98d188581 sha1-file: allow check_object_signature() to handle any repo 5 years ago
Matheus Tavares 2dcde20e1c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
Matheus Tavares 7ad5c44d9c sha1-file: pass git_hash_algo to write_object_file_prepare() 5 years ago
Matheus Tavares c8123e72f6 streaming: allow open_istream() to handle any repo 5 years ago
Matheus Tavares 31877c9aec object-store: allow threaded access to object reading 5 years ago
Jonathan Tan 9c8a294a1a sha1-file: remove OBJECT_INFO_SKIP_CACHED 5 years ago
brian m. carlson 8d4d86b0f0 cache: remove null_sha1 6 years ago
Jeff King 9827d4c185 packfile: drop release_pack_memory() 6 years ago
René Scharfe 86ad3ea5cf sha1-file: release strbuf after use 6 years ago
Jeff King 709dfa6990 object-store.h: move for_each_alternate_ref() from transport.h 6 years ago
Nguyễn Thái Ngọc Duy d3b4705ab8 sha1-file.c: remove the_repo from read_object_with_reference() 6 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
Christian Couder 2e860675b6 fetch-object: make functions return an error code 6 years ago
Derrick Stolee 31f5256c82 sha1-file: split OBJECT_INFO_FOR_PREFETCH 6 years ago
Jonathan Tan 0f4a4fb1c4 sha1-file: support OBJECT_INFO_FOR_PREFETCH 6 years ago
brian m. carlson 95399788d1 hash: add a function to lookup hash algorithm by length 6 years ago
Jeff King 01f8d5948a prefer "hash mismatch" to "sha1 mismatch" 6 years ago
Jeff King 2c319886c0 sha1-file: avoid "sha1 file" for generic use in messages 6 years ago
Jeff King 760113574f sha1-file: prefer "loose object file" to "sha1 file" in messages 6 years ago
Jeff King 5d3679ee02 sha1-file: drop has_sha1_file() 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
Jeff King d7a245730b sha1-file: convert pass-through functions to object_id 6 years ago
René Scharfe 8be88dbcb1 object-store: retire odb_load_loose_cache() 6 years ago
Jeff King 00a7760e81 sha1-file: modernize loose header/stream functions 6 years ago
René Scharfe 4cea1ce0f6 object-store: use one oid_array per subdirectory for loose cache 6 years ago
Jeff King 514c5fdd03 sha1-file: modernize loose object file functions 6 years ago
René Scharfe d4e19e5163 object-store: factor out odb_clear_loose_cache() 6 years ago
René Scharfe 0000d6543f object-store: factor out odb_loose_cache() 6 years ago
Jeff King cb1c8d1d3c sha1-file: fix outdated sha1 comment references 6 years ago
René Scharfe 6881925ef5 sha1-file: close fd of empty file in map_sha1_file_1() 6 years ago
Jeff King 7317aa7153 odb_load_loose_cache: fix strbuf leak 6 years ago
Stefan Beller 9b45f49981 object-store: prepare has_{sha1, object}_file to handle any repo 6 years ago
Stefan Beller a3b72c89bd object-store: allow read_object_file_extended to read from any repo 6 years ago
brian m. carlson 13eeedb5d1 Add a base implementation of SHA-256 support 6 years ago
brian m. carlson a2ce0a7526 sha1-file: add a constant for hash block size 6 years ago
Jeff King 61c7711cfe sha1-file: use loose object cache for quick existence check 6 years ago
Jeff King 3a2e08245c object-store: provide helpers for loose_objects_cache 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 b69fb867b4 sha1_file_name(): overwrite buffer instead of appending 6 years ago