]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/fast-import-use-hashmap'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:49:58 +0000 (15:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:49:58 +0000 (15:49 -0700)
commit6ae3c797883b1ce8d4138ce08f4ec4901e4dbe50
tree6596006db7d773663c8f55cc0eddcdaeca02de18
parent342bc9e29fa462b127d9e1c02aa58349e58e56f0
parentd8410a816bc0ccaa8532cb201ee8073e0c457d39
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
fast-import.c