Merge branch 'rs/grep-binary' into next
commit6ec4dfc5c6915ef9c3a0278b77a35ed6c62434fa
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Jun 2010 22:18:10 +0000 (3 15:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Jun 2010 22:18:10 +0000 (3 15:18 -0700)
tree7db399a6b7381cdf9cee477cb2b07046b1d6b54d
parentf7dd2637ef44c1e82b43a7610d89300c5b5e6acc
parented40a0951cedb70777669144478166aa5bb2cf9c
Merge branch 'rs/grep-binary' into next

* rs/grep-binary:
  grep: support NUL chars in search strings for -F
  grep: use REG_STARTEND for all matching if available
  grep: continue case insensitive fixed string search after NUL chars
  grep: use memmem() for fixed string search
  grep: --name-only over binary
  grep: --count over binary
  grep: grep: refactor handling of binary mode options
  grep: add test script for binary file handling
builtin/grep.c
grep.h