• J
    sane_grep: pass "-a" if grep accepts it · 71b40103
    Junio C Hamano 提交于
    Newer versions of GNU grep is reported to be pickier when we feed a
    non-ASCII input and break some Porcelain scripts.  As we know we do
    not feed random binary file to our own sane_grep wrapper, allow us
    to always pass "-a" by setting SANE_TEXT_GREP=-a Makefile variable
    to work it around.
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    71b40103
configure.ac 35.3 KB