From: Junio C Hamano Date: Tue, 28 Apr 2020 22:49:58 +0000 (-0700) Subject: Merge branch 'jk/fast-import-use-hashmap' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6ae3c797883b1ce8d4138ce08f4ec4901e4dbe50;p=git.git Merge branch 'jk/fast-import-use-hashmap' The custom hash function used by "git fast-import" has been replaced with the one from hashmap.c, which gave us a nice performance boost. * jk/fast-import-use-hashmap: fast-import: replace custom hash with hashmap.c --- 6ae3c797883b1ce8d4138ce08f4ec4901e4dbe50