- 8380dcd oid_pos(): access table through const pointers by Jeff King · 4 years, 1 month ago
- 45ee13b hash_pos(): convert to oid_pos() by Jeff King · 4 years, 1 month ago
- 8b327f1 Merge branch 'ma/sha1-is-a-hash' by Junio C Hamano · 4 years, 2 months ago
- bc62692 hash-lookup: rename from sha1-lookup by Martin Ågren · 4 years, 2 months ago
- 7a7d992 sha1-lookup: rename `sha1_pos()` as `hash_pos()` by Martin Ågren · 4 years, 2 months ago
- f077b0a pack-bitmap-write: better reuse bitmaps by Derrick Stolee · 4 years, 3 months ago
- 45f4eeb pack-bitmap-write: relax unique revwalk condition by Derrick Stolee · 4 years, 3 months ago
- 341fa34 pack-bitmap-write: use existing bitmaps by Derrick Stolee · 4 years, 3 months ago
- 449fa5e pack-bitmap-write: ignore BITMAP_FLAG_REUSE by Jeff King · 4 years, 3 months ago
- 089f751 pack-bitmap-write: build fewer intermediate bitmaps by Derrick Stolee · 4 years, 3 months ago
- 928e3f4 pack-bitmap-write: rename children to reverse_edges by Derrick Stolee · 4 years, 3 months ago
- 6dc5ef7 pack-bitmap-write: fill bitmap with commit history by Derrick Stolee · 4 years, 3 months ago
- 010e5ea pack-bitmap-write: pass ownership of intermediate bitmaps by Jeff King · 4 years, 3 months ago
- 4a9c581 pack-bitmap-write: reimplement bitmap writing by Jeff King · 4 years, 3 months ago
- 7744a5d pack-bitmap-write: use hashwrite_be32() in write_hash_cache() by René Scharfe · 4 years, 6 months ago
- 3a37876 pack-objects: drop packlist index_pos optimization by Jeff King · 6 years ago
- d2bc62b pack-bitmap: convert khash_sha1 maps into kh_oid_map by Jeff King · 6 years ago
- 3df28ca pack-objects: convert packlist_find() to use object_id by Jeff King · 6 years ago
- 05805d7 pack-bitmap-write: convert some helpers to use object_id by Jeff King · 6 years ago
- 0dd4924 pack-bitmap: replace sha1_to_hex by brian m. carlson · 6 years ago
- 0f4d6ca pack-bitmap: make bitmap header handling hash agnostic by brian m. carlson · 6 years ago
- 7c14112 pack-*.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
- d829d49 Merge branch 'bc/hash-transition-part-15' by Junio C Hamano · 6 years ago
- 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
- 825544a pack-bitmap-write: use GIT_MAX_RAWSZ for allocation by brian m. carlson · 6 years ago
- 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
- 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano · 6 years ago
- 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
- ad7b8a7 Merge branch 'jt/remove-pack-bitmap-global' by Junio C Hamano · 7 years ago
- 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
- b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
- f3c23db pack-bitmap: add free function by Jonathan Tan · 7 years ago
- 3ae5fa0 pack-bitmap: remove bitmap_git global variable by Jonathan Tan · 7 years ago
- 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
- ad635e8 Merge branch 'nd/pack-objects-pack-struct' by Junio C Hamano · 7 years ago
- fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- b10edb2 Merge branch 'ds/commit-graph' by Junio C Hamano · 7 years ago
- 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
- 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
- 06af3bb pack-objects: move in_pack_pos out of struct object_entry by Nguyễn Thái Ngọc Duy · 7 years ago
- fd9b1ba pack-objects: turn type and in_pack_type to bitfields by Nguyễn Thái Ngọc Duy · 7 years ago
- cfe8321 csum-file: refactor finalize_hashfile() method by Derrick Stolee · 7 years ago
- f2af9f5 csum-file: rename hashclose() to finalize_hashfile() by Derrick Stolee · 7 years ago
- abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
- 98a3bea csum-file: rename sha1file to hashfile by brian m. carlson · 7 years ago
- 4d01a7f pack-bitmap[-write]: use `object_array_clear()`, don't leak by Martin Ågren · 7 years ago
- e6a492b pack: convert struct pack_idx_entry to struct object_id by brian m. carlson · 8 years ago
- 594fa99 odb_mkstemp: write filename into strbuf by Jeff King · 8 years ago
- 892e723 do not check odb_mkstemp return value for errors by Jeff King · 8 years ago
- 9ed0d8d use QSORT by René Scharfe · 8 years ago
- de1e67d list-objects: pass full pathname to callbacks by Jeff King · 9 years ago
- bd64516 list-objects: drop name_path entirely by Jeff King · 9 years ago
- ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
- f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
- 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
- 3889e7a Merge branch 'jk/pack-bitmap' by Junio C Hamano · 10 years ago
- b500721 pack-bitmap: do not use gcc packed attribute by Karsten Blees · 10 years ago
- 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by René Scharfe · 10 years ago
- 50546b1 Use hashcpy() when copying object names by Sun He · 11 years ago
- ae4f07f pack-bitmap: implement optional name_hash cache by Vicent Marti · 11 years ago
- 7cc8f97 pack-objects: implement bitmap writing by Vicent Marti · 11 years ago