Re: [PATCH 0/5] refs: stop using `the_repository`
From: Karthik Nayak <hidden>
Date: 2024-07-30 11:26:52
Attachments
- signature.asc [application/pgp-signature] 690 bytes
From: Karthik Nayak <hidden>
Date: 2024-07-30 11:26:52
Patrick Steinhardt [off-list ref] writes:
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.
So the idea is to slowly cleanup usages of `the_repository` and the `USE_THE_REPOSITORY_VARIABLE` macro acts as a check for this. I think the changes look great. I even ran clang-format on this series and apart from line wrap suggestions, there were no issues. Thanks for this. [snip]