From: Junio C Hamano Date: Thu, 14 Sep 2017 08:40:36 +0000 (+0900) Subject: Merge branch 'jh/hashmap-disable-counting' into next X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bbc08f4222a786ba5437abd39f5e7adda20a84c9?hp=--cc Merge branch 'jh/hashmap-disable-counting' into next 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 --- bbc08f4222a786ba5437abd39f5e7adda20a84c9