Re: [PATCH 2/7] builtin/verify-commit.c: stop using `the_repository`
From: Usman Akinyemi <hidden>
Date: 2025-02-17 08:55:38
From: Usman Akinyemi <hidden>
Date: 2025-02-17 08:55:38
On Sun, Feb 16, 2025 at 11:02 AM shejialuo [off-list ref] wrote:
On Sat, Feb 15, 2025 at 04:27:18AM +0530, Usman Akinyemi wrote:quoted
Remove the_repository global variable in favor of the repository argument that gets passed in "builtin/verify-tag.c".I think this is a typo. "builtin/verify-tag.c" should be "builtin/verify-commit.c".
Ohh, yeah, I will fix it in the next version. Thanks.