]> git.ipfire.org Git - thirdparty/git.git/commit
hash: require hash algorithm in `empty_tree_oid_hex()`
authorPatrick Steinhardt <ps@pks.im>
Fri, 14 Jun 2024 06:50:18 +0000 (08:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Jun 2024 17:26:33 +0000 (10:26 -0700)
commit7abbca0e7470d1f7b6973933358c17022c6ee8a1
treeca407e02f2c2e189f1e250ae7b8e964dbb409210
parent9c34eb93fba703e74f06d20f5b36a1a5e3dc6486
hash: require hash algorithm in `empty_tree_oid_hex()`

The `empty_tree_oid_hex()` function use `the_repository` to derive the
hash function that shall be used. Require callers to pass in the hash
algorithm to get rid of this implicit dependency.

While at it, remove the unused `empty_blob_oid_hex()` function.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
add-interactive.c
add-patch.c
builtin/merge.c
builtin/receive-pack.c
hash-ll.h
object-file.c
sequencer.c
submodule.c
wt-status.c