From: Junio C Hamano Date: Tue, 28 Apr 2020 22:49:58 +0000 (-0700) Subject: Merge branch 'jk/fast-import-use-hashmap' X-Git-Tag: v2.27.0-rc0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae3c797883b1ce8d4138ce08f4ec4901e4dbe50;p=thirdparty%2Fgit.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