summaryrefslogtreecommitdiff
path: root/oidmap.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-07hashmap: introduce hashmap_free_entriesLibravatar Eric Wong1-1/+3
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsLibravatar Eric Wong1-5/+9
2019-10-07hashmap_put takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-07-19Merge branch 'cc/test-oidmap'Libravatar Junio C Hamano1-10/+3
2019-06-17oidmap: use sha1hash() instead of static hash() functionLibravatar Christian Couder1-10/+3
2018-08-29convert hashmap comparison functions to oideq()Libravatar Jeff King1-6/+6
2017-12-27oidmap: ensure map is initializedLibravatar Brandon Williams1-0/+11
2017-10-01oidmap: map with OID as keyLibravatar Jonathan Tan1-0/+51