225 Commits (71ca53e8125e36efbda17293c50027d31681a41f)

Author SHA1 Message Date
Jeff King f86f769550 compute pack .idx byte offsets using size_t 4 years ago
Jonathan Tan ec6a8f9705 index-pack: make get_base_data() comment clearer 4 years ago
Jeff King bebe171947 index-pack: drop type_cas mutex 4 years ago
Jeff King cea69151a4 index-pack: restore "resolving deltas" progress meter 4 years ago
Jonathan Tan f08cbf60fe index-pack: make quantum of work smaller 4 years ago
Jonathan Tan ee6f058384 index-pack: make resolve_delta() assume base data 4 years ago
Jonathan Tan b4718cae51 index-pack: calculate {ref,ofs}_{first,last} early 4 years ago
Jonathan Tan a7f7e84a49 index-pack: remove redundant child field 4 years ago
Jonathan Tan 46e6fb1e44 index-pack: unify threaded and unthreaded code 4 years ago
Jonathan Tan fc968e26c2 index-pack: remove redundant parameter 4 years ago
Jeff King fbff95b67f index-pack: adjust default threading cap 4 years ago
brian m. carlson 586740aa6e builtin/index-pack: add option to specify hash algorithm 4 years ago
brian m. carlson 629dffc461 packfile: compute and use the index CRC offset 4 years ago
Jonathan Tan db7ed7418b promisor-remote: accept 0 as oid_nr in function 5 years ago
Jeff King a21781011f index-pack: downgrade twice-resolved REF_DELTA to die() 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 c8123e72f6 streaming: allow open_istream() to handle any repo 5 years ago
brian m. carlson 69fa337060 builtin/index-pack: replace sha1_to_hex 5 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 5 years ago
Jonathan Tan 8a30a1efd1 index-pack: prefetch missing REF_DELTA bases 6 years ago
SZEDER Gábor 79e3aa6624 index-pack: show progress while checking objects 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
Torsten Bögershausen ca473cef91 Upcast size_t variables to uintmax_t when printing 6 years ago
Nguyễn Thái Ngọc Duy 2094c5e582 index-pack: remove #ifdef NO_PTHREADS 6 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Jeff King 6ebd1cafe2 check_replace_refs: rename to read_replace_refs 6 years ago
Stefan Beller da14a7ff99 blob: add repository argument to lookup_blob 6 years ago
Stefan Beller 1ec5bfd24e object: add repository argument to parse_object_buffer 6 years ago
Junio C Hamano 3737746120 index-pack: correct install_packed_git() args 6 years ago
Jeff King 368b4e5906 index-pack: handle --strict checks of non-repo packs 7 years ago
Jeff King 73c3f0f704 index-pack: check .gitmodules files with --strict 7 years ago
Jeff King db5a58c1bd index-pack: make fsck error message more specific 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson 5d9e198245 index-pack: abstract away hash function constant 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller fc1395f4a4 sha1_file.c: rename to use dash in file name 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Derrick Stolee f2af9f5e02 csum-file: rename hashclose() to finalize_hashfile() 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Jonathan Tan ffb2c0fe5c index-pack: support checking objects but not links 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 ef7b5195f1 streaming: convert open_istream to use struct object_id 7 years ago
brian m. carlson 17e65451e3 sha1_file: convert check_sha1_signature to struct object_id 7 years ago
brian m. carlson af8caf33d5 builtin/index-pack: convert struct ref_delta_entry to object_id 7 years ago
Nguyễn Thái Ngọc Duy 95308d64ce object.h: update flag allocation comment 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
brian m. carlson 98a3beab6a csum-file: rename sha1file to hashfile 7 years ago