From: Junio C Hamano Date: Thu, 8 Feb 2018 23:08:27 +0000 (-0800) Subject: Merge branch 'bc/hash-algo' into next X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/18f36d12ed609328e43ff1b79a35e37fbd7941b4?hp=18f36d12ed609328e43ff1b79a35e37fbd7941b4 Merge branch 'bc/hash-algo' into next More abstraction of hash function from the codepath. * bc/hash-algo: bulk-checkin: abstract SHA-1 usage csum-file: abstract uses of SHA-1 csum-file: rename sha1file to hashfile read-cache: abstract away uses of SHA-1 pack-write: switch various SHA-1 values to abstract forms pack-check: convert various uses of SHA-1 to abstract forms fast-import: switch various uses of SHA-1 to the_hash_algo sha1_file: switch uses of SHA-1 to the_hash_algo builtin/unpack-objects: switch uses of SHA-1 to the_hash_algo builtin/index-pack: improve hash function abstraction hash: create union for hash context allocation hash: move SHA-1 macros to hash.h ---