Age | Commit message (Expand) | Author | Files | Lines |
2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
2023-02-23 | treewide: remove unnecessary cache.h includes in source files | Elijah Newren | 1 | -1/+1 |
2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2022-08-19 | hashmap: mark unused callback parameters | Jeff King | 1 | -1/+1 |
2020-11-02 | hashmap: provide deallocation function names | Elijah Newren | 1 | -1/+1 |
2019-10-07 | hashmap: introduce hashmap_free_entries | Eric Wong | 1 | -1/+3 |
2019-10-07 | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 1 | -5/+9 |
2019-10-07 | hashmap_put takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-07-19 | Merge branch 'cc/test-oidmap' | Junio C Hamano | 1 | -10/+3 |
2019-06-17 | oidmap: use sha1hash() instead of static hash() function | Christian Couder | 1 | -10/+3 |
2018-08-29 | convert hashmap comparison functions to oideq() | Jeff King | 1 | -6/+6 |
2017-12-27 | oidmap: ensure map is initialized | Brandon Williams | 1 | -0/+11 |
2017-10-01 | oidmap: map with OID as key | Jonathan Tan | 1 | -0/+51 |