On Thu, Dec 31, 2015 at 01:47:21AM -0500, Eric Sunshine wrote: > On Tue, Dec 29, 2015 at 2:27 AM, Jeff King <peff@xxxxxxxx> wrote: > > Because we must match both "Author" and "author" here, we > > could not use skip_prefix, and had to hand-code a partial > > case-insensitive match. Now that we have skip_prefix_case, > > s/skip_prefix_case/skip_prefix_icase/ Thanks. I originally called it the former, and thought I had managed to fix up all of the references, but clearly didn't run "git log --grep". > > we can use it. This is technically more liberal in what it > > matches (e.g., it will match AUTHOR), but in this particular > > case that that's OK (we are matching git-log output, so we > > s/that that's/that's/ Fixed, thanks. -Peff -- 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