diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-03-10 08:13:29 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-03-10 13:16:20 -0700 |
commit | 172d0f686b07a73cba2d307b2abf08e2819a77e1 (patch) | |
tree | 2dfc002fdfdcb36249e01297168a66156ef42926 /diff.c | |
parent | 19be71db9c3faafc113c16b4ca9fc30281baf1ce (diff) |
object-file: split out logic regarding hash algorithms
While we have a "hash.h" header, the actual implementation of the
subsystem is hosted by "object-file.c". This makes it harder than
necessary to find the actual implementation of the hash subsystem and
intermingles the different concerns with one another.
Split out the implementation of hash algorithms into a new, separate
"hash.c" file.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions