Re: [PATCH 4/5] refs/packed: stop using `the_repository`
From: Karthik Nayak <hidden>
Date: 2024-07-30 11:23:57
Attachments
- signature.asc [application/pgp-signature] 690 bytes
From: Karthik Nayak <hidden>
Date: 2024-07-30 11:23:57
Patrick Steinhardt [off-list ref] writes:
Convert the packed ref backend to stop using `the_repository` in favor of the repo that gets passed in via `struct ref_store`.
Nit: Might be nice to add that we move to using `get_oid_hex_algop` in this commit. Since it was also mentioned in a prev commit [snip]