]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'rs/grep-binary'
authorJunio C Hamano <gitster@pobox.com>
Sun, 13 Jun 2010 18:21:44 +0000 (11:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Jun 2010 18:21:44 +0000 (11:21 -0700)
* 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

1  2 
builtin/grep.c

diff --cc builtin/grep.c
Simple merge