From: Junio C Hamano Date: Tue, 19 Sep 2017 01:47:54 +0000 (+0900) Subject: Merge branch 'jh/hashmap-disable-counting' X-Git-Tag: v2.15.0-rc0~88 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=b86e112056a5fb9515a28527a7c1976ec972b0db;p=git.git Merge branch 'jh/hashmap-disable-counting' 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 --- b86e112056a5fb9515a28527a7c1976ec972b0db