Re: [PATCH v3 0/4] Hash abstraction

2017-11-22 Thread Stefan Beller
On Tue, Nov 21, 2017 at 11:50 PM, Junio C Hamano wrote: > Junio C Hamano writes: > >> "brian m. carlson" writes: >> >>> This is a series proposing a basic abstraction for hash functions. >>> >>> The full description of the series can be found here: >>> https://public-inbox.org/git/20171028181239

Re: [PATCH v3 0/4] Hash abstraction

2017-11-21 Thread Junio C Hamano
Junio C Hamano writes: > "brian m. carlson" writes: > >> This is a series proposing a basic abstraction for hash functions. >> >> The full description of the series can be found here: >> https://public-inbox.org/git/20171028181239.59458-1-sand...@crustytoothpaste.net/ >> >> At the bottom of this

Re: [PATCH v3 0/4] Hash abstraction

2017-11-12 Thread Junio C Hamano
"brian m. carlson" writes: > This is a series proposing a basic abstraction for hash functions. > > The full description of the series can be found here: > https://public-inbox.org/git/20171028181239.59458-1-sand...@crustytoothpaste.net/ > > At the bottom of this message is the output of git tbdi

[PATCH v3 0/4] Hash abstraction

2017-11-12 Thread brian m. carlson
This is a series proposing a basic abstraction for hash functions. The full description of the series can be found here: https://public-inbox.org/git/20171028181239.59458-1-sand...@crustytoothpaste.net/ At the bottom of this message is the output of git tbdiff between v2 and v3. Changes from v2: