Message ID | 20250214230210.1460111-1-usmanakinyemi202@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | stop using the_repository global variable. | expand |
On Sat, Feb 15, 2025 at 04:27:16AM +0530, Usman Akinyemi wrote: [snip] > Usman Akinyemi (7): > builtin/verify-tag: stop using `the_repository` > builtin/verify-commit.c: stop using `the_repository` > builtin/send-pack.c: stop using `the_repository` > builtin/pack-refs: stop using `the_repository` > builtin/ls-files: stop using `the_repository` > builtin/for-each-ref: stop using `the_repository` > builtin/checkout-index.c: stop using `the_repository` > The commit message is not consistent. We should remove ".c".
On Sun, Feb 16, 2025 at 11:11 AM shejialuo <shejialuo@gmail.com> wrote: > > On Sat, Feb 15, 2025 at 04:27:16AM +0530, Usman Akinyemi wrote: > > [snip] > > > Usman Akinyemi (7): > > builtin/verify-tag: stop using `the_repository` > > builtin/verify-commit.c: stop using `the_repository` > > builtin/send-pack.c: stop using `the_repository` > > builtin/pack-refs: stop using `the_repository` > > builtin/ls-files: stop using `the_repository` > > builtin/for-each-ref: stop using `the_repository` > > builtin/checkout-index.c: stop using `the_repository` > > > > The commit message is not consistent. We should remove ".c". Yeah, I will fix it in the next version.