Kevin Ballard <kevin@xxxxxx> writes: > Incidentally, I just realized the description of the patch is slightly > wrong. The problem only occurs when the line contains at least one > tab... That exactly is why I asked for tests, as I couldn't reproduce it from the description at all. But I see it now. $ HT=' ' $ mv Makefile Makefile+ $ sed -e "3s/^.*/$HT/" Makefile+ >Makefile $ git diff --color > ...Should I resend the patch with an updated description? I can also > attempt to write tests if you can give me some guidance on how to deal > with the need for ansi color codes. This may show us a good starting point. $ git grep RED t/ -- 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