Re: [PATCH v4] commit.c: use skip_prefix() instead of starts_with()

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: [PATCH v4] commit.c: use skip_prefix() instead of starts_with()

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:00:11

Junio C Hamano [off-list ref] writes:
quoted
+		found = skip_prefix(buf, sigcheck_gpg_status[i].check + 1);
+		if(!found) {
Missing SP between the control keyword and parenthesized expression
the keyword uses.

I've fixed this (and the broken indentation) locally and queued the
result to 'pu', so no need to resend to correct this one.

Thanks.

Re: [PATCH v4] commit.c: use skip_prefix() instead of starts_with()

From: Tanay Abhra <hidden>
Date: 2016-06-15 23:00:11

Junio C Hamano <gitster <at> pobox.com> writes:
Junio C Hamano <gitster <at> pobox.com> writes:
quoted
quoted
+		found = skip_prefix(buf, sigcheck_gpg_status[i].check + 1);
+		if(!found) {
Missing SP between the control keyword and parenthesized expression
the keyword uses.

I've fixed this (and the broken indentation) locally and queued the
result to 'pu', so no need to resend to correct this one.

Thanks.
Sorry about the indentation, it was due to not setting the tab to eight
spaces. I found your mail late, so I had already
sent a revised patch [1]. Please ignore that mail.

Also , what should be my next step ,should I present a rough draft of a
proposal , or tackle other bugs on the mailing list?

Thanks for the suggestions and advice,

Regards,
Tanay Abhra.

[1] http://article.gmane.org/gmane.comp.version-control.git/243395
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help