]> rtime.felk.cvut.cz Git - git.git/commit
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)
commit534930807c230436a2b3f4891df810af0b8c0353
treed21e362adb883fd87159388535655be0da059e7c
parenta26df4cd2fdad7451d4ec99f8a339b9e107a4728
parented40a0951cedb70777669144478166aa5bb2cf9c
Merge branch 'rs/grep-binary'

* 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