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