On Mon, 11 Jan 2010, Junio C Hamano wrote: > > An ObviouslyRightThing fix is this two-liner. We shouldn't lookahead if > we want to do something more than just skipping when we see an unmatch for > the line we are currently looking at. Ack. Works for me. And with that, I'd love for it to go in, and get rid of the external grep. Performance is now a non-issue (it goes both ways), and the internal grep doesn't have the bug with separators between multi-line greps. And dropping the external one gets rid of all the issues with PATHs, crap 'grep' implementations, and removes actual code. Goodie. Linus -- 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