65 Commits (726a228dfb19fae8befa0f209436f8fae7919a58)

Author SHA1 Message Date
Taylor Blau 0f533c7284 pack-bitmap: read multi-pack bitmaps 3 years ago
Taylor Blau 1d7f7f242c pack-bitmap-write.c: free existing bitmaps 4 years ago
Taylor Blau 3ba3d0621b pack-bitmap-write.c: gracefully fail to write non-closed bitmaps 4 years ago
Jeff King 8380dcd700 oid_pos(): access table through const pointers 4 years ago
Jeff King 45ee13b942 hash_pos(): convert to oid_pos() 4 years ago
Martin Ågren bc62692757 hash-lookup: rename from sha1-lookup 4 years ago
Martin Ågren 7a7d992d0d sha1-lookup: rename `sha1_pos()` as `hash_pos()` 4 years ago
Derrick Stolee f077b0a986 pack-bitmap-write: better reuse bitmaps 4 years ago
Derrick Stolee 45f4eeb291 pack-bitmap-write: relax unique revwalk condition 4 years ago
Derrick Stolee 341fa34887 pack-bitmap-write: use existing bitmaps 4 years ago
Jeff King 449fa5ee06 pack-bitmap-write: ignore BITMAP_FLAG_REUSE 4 years ago
Derrick Stolee 089f751360 pack-bitmap-write: build fewer intermediate bitmaps 4 years ago
Derrick Stolee 928e3f42ad pack-bitmap-write: rename children to reverse_edges 4 years ago
Derrick Stolee 6dc5ef759f pack-bitmap-write: fill bitmap with commit history 4 years ago
Jeff King 010e5eacfb pack-bitmap-write: pass ownership of intermediate bitmaps 4 years ago
Jeff King 4a9c581729 pack-bitmap-write: reimplement bitmap writing 4 years ago
René Scharfe 7744a5d692 pack-bitmap-write: use hashwrite_be32() in write_hash_cache() 4 years ago
Jeff King 3a37876b5d pack-objects: drop packlist index_pos optimization 6 years ago
Jeff King d2bc62b1fa pack-bitmap: convert khash_sha1 maps into kh_oid_map 6 years ago
Jeff King 3df28caefb pack-objects: convert packlist_find() to use object_id 6 years ago
Jeff King 05805d7411 pack-bitmap-write: convert some helpers to use object_id 6 years ago
brian m. carlson 0dd4924891 pack-bitmap: replace sha1_to_hex 6 years ago
brian m. carlson 0f4d6cada8 pack-bitmap: make bitmap header handling hash agnostic 6 years ago
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 6 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 7 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 8 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