Re: [PATCH 01/15] sha1-file: allow hashing objects literally with any algorithm
From: Junio C Hamano <hidden> Date: 2021-04-16 18:55:47
Ævar Arnfjörð Bjarmason [off-list ref] writes:
We only have one user of hash_object_file_literally(),
builtin/hash-object.c, let's just change the signature of
hash_object_file_literally() instead of adding a new function. This
leaves the tree with no direct user of hash_object_file_literally().