Merge branch 'jk/partial-clone-sparse-blob'
Junio C Hamano committed almost 7 years ago
Merge branch 'tg/stash-refresh-index'
Junio C Hamano committed almost 7 years ago
hashmap_entry: remove first member requirement from docs
Eric Wong committed almost 7 years ago
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong committed almost 7 years ago
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong committed almost 7 years ago
hashmap: introduce hashmap_free_entries
Eric Wong committed almost 7 years ago
hashmap: hashmap_{put,remove} return hashmap_entry *
Eric Wong committed almost 7 years ago
hashmap: use *_entry APIs for iteration
Eric Wong committed almost 7 years ago
hashmap_cmp_fn takes hashmap_entry params
Eric Wong committed almost 7 years ago
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong committed almost 7 years ago
hashmap: use *_entry APIs to wrap container_of
Eric Wong committed almost 7 years ago
hashmap_get_next returns "struct hashmap_entry *"
Eric Wong committed almost 7 years ago
Eric Wong committed almost 7 years ago
hashmap_put takes "struct hashmap_entry *"
Eric Wong committed almost 7 years ago
hashmap_remove takes "const struct hashmap_entry *"
Eric Wong committed almost 7 years ago
hashmap_get takes "const struct hashmap_entry *"
Eric Wong committed almost 7 years ago
hashmap_add takes "struct hashmap_entry *"
Eric Wong committed almost 7 years ago
hashmap_get_next takes "const struct hashmap_entry *"
Eric Wong committed almost 7 years ago
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong committed almost 7 years ago
packfile: use hashmap_entry in delta_base_cache_entry
Eric Wong committed almost 7 years ago