Merge branch 'jh/hashmap-disable-counting' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Sep 2017 08:40:36 +0000 (17:40 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Sep 2017 08:40:36 +0000 (17:40 +0900)
Our hashmap implementation in hashmap.[ch] is not thread-safe when
adding a new item needs to expand the hashtable by rehashing; add
an API to disable the automatic rehashing to work it around.

* jh/hashmap-disable-counting:
hashmap: add API to disable item counting when threaded

Trivial merge