From: Junio C Hamano Date: Wed, 13 Dec 2017 21:28:54 +0000 (-0800) Subject: Merge branch 'bc/hash-algo' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=721cc4314cb593e799213ad5f926a1e9fc5779b0;p=git.git Merge branch 'bc/hash-algo' An infrastructure to define what hash function is used in Git is introduced, and an effort to plumb that throughout various codepaths has been started. * bc/hash-algo: repository: fix a sparse 'using integer as NULL pointer' warning Switch empty tree and blob lookups to use hash abstraction Integrate hash algorithm support with repo setup Add structure representing hash algorithm setup: expose enumerated repo info --- 721cc4314cb593e799213ad5f926a1e9fc5779b0