]> git.ipfire.org Git - thirdparty/git.git/commit
refs/files: remove references to `the_hash_algo`
authorPatrick Steinhardt <ps@pks.im>
Fri, 17 May 2024 08:19:24 +0000 (10:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 May 2024 17:33:40 +0000 (10:33 -0700)
commitc1026b9d7dd627d014afd1ddc0c1d17044eb4785
treec796cafb8b7f51a3e9ebb873e30e7e9722f6020d
parentc9e9723e1fc6c655420d438c33a4e276d00ff2c9
refs/files: remove references to `the_hash_algo`

Remove references to `the_hash_algo` in favor of the hash algo specified
by the repository associated with the files ref store.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/files-backend.c