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.