41 Commits (8c3b9f7faa4f39ddb89be229b706d4a9f9c659a4)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 7c14112741 pack-*.c: remove the_repository references 6 years ago
brian m. carlson 825544a351 pack-bitmap-write: use GIT_MAX_RAWSZ for allocation 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Jonathan Tan f3c23db2d7 pack-bitmap: add free function 7 years ago
Jonathan Tan 3ae5fa0768 pack-bitmap: remove bitmap_git global variable 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Nguyễn Thái Ngọc Duy 06af3bba41 pack-objects: move in_pack_pos out of struct object_entry 7 years ago
Nguyễn Thái Ngọc Duy fd9b1baef8 pack-objects: turn type and in_pack_type to bitfields 7 years ago
Derrick Stolee cfe83216e4 csum-file: refactor finalize_hashfile() method 7 years ago
Derrick Stolee f2af9f5e02 csum-file: rename hashclose() to finalize_hashfile() 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson 98a3beab6a csum-file: rename sha1file to hashfile 7 years ago
Martin Ågren 4d01a7fa65 pack-bitmap[-write]: use `object_array_clear()`, don't leak 8 years ago
brian m. carlson e6a492b7be pack: convert struct pack_idx_entry to struct object_id 8 years ago
Jeff King 594fa9998c odb_mkstemp: write filename into strbuf 8 years ago
Jeff King 892e723afd do not check odb_mkstemp return value for errors 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 9 years ago
Jeff King 2824e1841b list-objects: pass full pathname to callbacks 9 years ago
Jeff King dc06dc8800 list-objects: drop name_path entirely 9 years ago
Jeff King de1e67d070 list-objects: pass full pathname to callbacks 9 years ago
Jeff King bd64516aca list-objects: drop name_path entirely 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Karsten Blees b5007211b6 pack-bitmap: do not use gcc packed attribute 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
Sun He 50546b15ed Use hashcpy() when copying object names 11 years ago
Vicent Marti ae4f07fbcc pack-bitmap: implement optional name_hash cache 11 years ago
Vicent Marti 7cc8f97108 pack-objects: implement bitmap writing 11 years ago