On Fri, Jan 17, 2025 at 10:20:52AM +0100, Karthik Nayak wrote:
The internal functions `write_rev_trailer()`, `write_rev_trailer()`,
`write_mtimes_header()` and write_mtimes_trailer()` use the global
`the_hash_algo` variable to access the repository's hash function. Pass
the hash from down as we've added made them available in the previous
This doesn't read quite right -- from where do we want to pass it down?
Other than that the series looks good to me, thanks!
Patrick