On Fri, Jun 3, 2016 at 7:42 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > >>> static int is_mboxrd_from(const char *line) { >>> return starts_with(line + strspn(line, ">"), "From "); >>> } >>> >>> is sufficiently high-level that no longer is scary, hopefully? >> >> That's nice and concise but unfortunately not useful for this case >> where we must respect the logical end-of-line (within the larger >> buffer), represented by line+linelen. > > Hmph, none of ">", "F", "r", "o", "m", or " " is "\n"; would eol > still be an issue? Ah right. Sorry for being slow. Your concise version of is_mboxrd_from() is a nice alternative, as well. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html