Re: [PATCH v3 4/4] Switch empty tree and blob lookups to use hash abstraction

2017-11-13 Thread Stefan Beller
On Sun, Nov 12, 2017 at 1:28 PM, brian m. carlson wrote: > Switch the uses of empty_tree_oid and empty_blob_oid to use the > current_hash abstraction that represents the current hash algorithm in > use. > > Signed-off-by: brian m. carlson

[PATCH v3 4/4] Switch empty tree and blob lookups to use hash abstraction

2017-11-12 Thread brian m. carlson
Switch the uses of empty_tree_oid and empty_blob_oid to use the current_hash abstraction that represents the current hash algorithm in use. Signed-off-by: brian m. carlson --- builtin/am.c | 2 +- builtin/checkout.c | 2 +- builtin/diff.c | 2 +-