On Mon, Oct 6, 2014 at 8:41 AM, Norihiro Tanaka <nori...@kcn.ne.jp> wrote: > Jim Meyering <j...@meyering.net> wrote: >> Here is another patch in your name, adding that test. >> This time, I've added a NEWS entry. >> As before, please read it carefully and let me know if you >> have any suggestion before I push. > > Thanks for the review and addition of NEWS entry. I don't have any > sugestions. Please push it.
I used git bisect to determine precisely where this happened: git bisect start v2.19 v2.18 git bisect run sh -c 'make WERROR_CFLAGS= && test $(printf "a\naa\n" | LC_ALL=zh_CN src/grep ..|wc -l) = 1' It found v2.18-123-geb3292b, so I've updated the commit log message accordingly, and will push shortly.