On Tue, Nov 19, 2024 at 04:36:42PM +0100, Karthik Nayak wrote: > The `read_refs_snapshot` uses the `parse_oid_hex` function which > internally uses global variables. Let's instead use Nit: s/variables/variable > `parse_oid_hex_algop` and provide the hash algo via `revs->repo`. > > Also, while here, fix a missing newline after the functions definition. > Nit: s/functions/function > Signed-off-by: Karthik Nayak <karthik.188@xxxxxxxxx>