Re: [PATCH 0/5] refs: stop using `the_repository`
From: James Liu <hidden>
Date: 2024-07-31 00:55:14
From: James Liu <hidden>
Date: 2024-07-31 00:55:14
On Tue Jul 30, 2024 at 3:22 PM AEST, Patrick Steinhardt wrote:
Hi, this patch series removes use of `the_repository` in the refs subsystem and drops the `USE_THE_REPOSITORY_VARIABLE` macro define from those files. Patrick
Thanks Patrick, these improvements make sense to me. Is there a priority order on removing `the_repository` from other parts of the codebase? Cheers, James