63 Commits (3e8ed3b93e9b46eb6fe61589482751728865de57)

Author SHA1 Message Date
Jeff King d2bc62b1fa pack-bitmap: convert khash_sha1 maps into kh_oid_map 6 years ago
Jeff King 4ed43d16d7 khash: drop broken oid_map typedef 6 years ago
Jeff King 3df28caefb pack-objects: convert packlist_find() to use object_id 6 years ago
Jeff King 4828ce9871 pack-revindex: open index if necessary 6 years ago
brian m. carlson 3c7714485d pack-bitmap: switch hash tables to use struct object_id 6 years ago
brian m. carlson 9941e920e0 pack-bitmap: switch hard-coded constants to the_hash_algo 6 years ago
brian m. carlson 0dd4924891 pack-bitmap: replace sha1_to_hex 6 years ago
brian m. carlson 53636539d3 pack-bitmap: convert struct stored_bitmap to object_id 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
Jeff King 199c86be16 pack-bitmap: drop "loaded" flag 7 years ago
Jeff King 715d0c50e1 traverse_bitmap_commit_list(): don't free result 7 years ago
Jeff King 5476fb07eb bitmap_has_sha1_in_uninteresting(): drop BUG check 7 years ago
Jeff King 30cdc33fba pack-bitmap: save "have" bitmap from walk 7 years ago
Derrick Stolee 454ea2e4d7 treewide: use get_all_packs 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
Jeff King 1140bf01ec ewah: adjust callers of ewah_read_mmap() 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 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 464416a2ea packfile: keep prepare_packed_git() private 7 years ago
Stefan Beller 6fdb4e9f5a packfile: add repository argument to prepare_packed_git 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
brian m. carlson 206649672e pack-bitmap: convert traverse_bitmap_commit_list to object_id 8 years ago
Martin Ågren 4d01a7fa65 pack-bitmap[-write]: use `object_array_clear()`, don't leak 8 years ago
Jonathan Tan 0317f45576 pack: move open_pack_index(), parse_pack_index() 8 years ago
James Clarke da41c942b3 pack-bitmap: don't perform unaligned memory access 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
Lars Schneider a5436b5794 sha1_file: rename git_open_noatime() to git_open() 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
Jeff King 9d98bbf578 pack-revindex: store entries directly in packed_git 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
Jeff King 9ae97018fb use strip_suffix and xstrfmt to replace suffix 10 years ago
Jeff King 34b935c01f ewah: use less generic macro name 10 years ago
Jeff King d201a1ecdb test_bitmap_walk: free bitmap with bitmap_free 10 years ago
René Scharfe 599dc766e8 pack-bitmaps: plug memory leak, fix allocation size for recent_bitmaps 10 years ago
Stefan Beller f86a3747ab pack-bitmap.c: fix a memleak 10 years ago
Alexander Kuleshov 25143a54fc pack-bitmap: fix typo 10 years ago
Junio C Hamano cb4680500a pack-bitmap.c: make pack_bitmap_filename() static 10 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
Vicent Marti 2db1a43f41 add `ignore_missing_links` mode to revwalk 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
Vicent Marti fff42755ef pack-bitmap: add support for bitmap indexes 11 years ago