Merge branch 'as/grep-quiet-no-match-exit-code-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:20 +0000 (23:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:20 +0000 (23:07 -0700)
commit362f88fb41a16a184c32cfd5b7b5fcde0a4cfa80
tree3ddc843a7d72b9ed2fdd12204a3f4b235eb6165e
parent2b5a25e5ae0b8e6a0d2b1bd5b8e73da2bd3259db
parente1f68c66d575e09f325f3eda9ced1b2f4ef4b4f0
Merge branch 'as/grep-quiet-no-match-exit-code-fix' into next

"git grep -L" and "git grep --quiet -L" reported different exit
codes; this has been corrected.

* as/grep-quiet-no-match-exit-code-fix:
  git-grep: correct exit code with --quiet and -L
grep.c
t/t7810-grep.sh