hashmap: convert sha1hash() to oidhash()
Jeff King committed about 7 years ago
hash.h: move object_id definition from cache.h
Jeff King committed about 7 years ago
khash: rename oid helper functions
Jeff King committed about 7 years ago
khash: drop sha1-specific map types
Jeff King committed about 7 years ago
pack-bitmap: convert khash_sha1 maps into kh_oid_map
Jeff King committed about 7 years ago
delta-islands: convert island_marks khash to use oids
Jeff King committed about 7 years ago
khash: rename kh_oid_t to kh_oid_set
Jeff King committed about 7 years ago
khash: drop broken oid_map typedef
Jeff King committed about 7 years ago
object: convert create_object() to use object_id
Jeff King committed about 7 years ago
object: convert internal hash_obj() to object_id
Jeff King committed about 7 years ago
object: convert lookup_object() to use object_id
Jeff King committed about 7 years ago
object: convert lookup_unknown_object() to use object_id
Jeff King committed about 7 years ago
pack-objects: convert locate_object_entry_hash() to object_id
Jeff King committed about 7 years ago
pack-objects: convert packlist_find() to use object_id
Jeff King committed about 7 years ago
pack-bitmap-write: convert some helpers to use object_id
Jeff King committed about 7 years ago
upload-pack: rename a "sha1" variable to "oid"
Jeff King committed about 7 years ago
describe: fix accidental oid/hash type-punning
Jeff King committed about 7 years ago
fetch: only run 'gc' once when fetching multiple remotes
Nguyễn Thái Ngọc Duy committed about 7 years ago
commit-graph: test verify across alternates
Derrick Stolee committed about 7 years ago
commit-graph: normalize commit-graph filenames
Derrick Stolee committed about 7 years ago