Re: [PATCH 05/31] pack-bitmap: switch hard-coded constants to the_hash_algo

2019-02-12 Thread Ævar Arnfjörð Bjarmason
On Tue, Feb 12 2019, brian m. carlson wrote: > Switch two hard-coded uses of 20 to references to the_hash_algo. > > Signed-off-by: brian m. carlson > --- > pack-bitmap.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/pack-bitmap.c b/pack-bitmap.c > index 6d6fa6856

[PATCH 05/31] pack-bitmap: switch hard-coded constants to the_hash_algo

2019-02-11 Thread brian m. carlson
Switch two hard-coded uses of 20 to references to the_hash_algo. Signed-off-by: brian m. carlson --- pack-bitmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack-bitmap.c b/pack-bitmap.c index 6d6fa68563..603492c237 100644 --- a/pack-bitmap.c +++ b/pack-bitmap.c @@