Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > Tolerate extra spaces and tabs as part of the the field separator in > '.git/sequencer/todo', for people with fat fingers. > > Requested-by: Junio C Hamano <gitster@xxxxxxxxx> > Signed-off-by: Ramkumar Ramachandra <artagnon@xxxxxxxxx> > --- I did not request it, by the way. I actually was hinting to start tight and later loosen the parsing. Also if you are using strcspn() why use a hand-rolled loop instead of strspn()? -- 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