Files
git/t/helper
Patrick Steinhardt fa9e009aa7 t/helper: use correct object hash in partial-clone helper
The `object_info()` function of the partial-clone helper is responsible
for checking the object ID of a repository other than `the_repository`.
We use `parse_oid_hex()` in this function though, which means that we
still depend on `the_repository->hash_algo`.

Fix this by using the object hash of the function-local repository.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-06-14 10:26:34 -07:00
..
2024-04-05 15:21:14 -07:00
2024-06-14 10:26:33 -07:00
2023-11-26 10:07:05 +09:00
2024-06-14 10:26:33 -07:00
2024-06-14 10:26:33 -07:00