author | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Jun 2010 18:21:44 +0000 (11:21 -0700) | ||
committer | Junio 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
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 | patch | | diff1 | | diff2 | | blob | history |
diff --cc builtin/grep.c
Simple merge