summaryrefslogtreecommitdiff
path: root/t/t7008-grep-binary.sh
AgeCommit message (Expand)Author
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2017-05-20grep: add tests to fix blind spots with \0 patternsÆvar Arnfjörð Bjarmason
2017-05-20grep: prepare for testing binary regexes containing rx metacharactersÆvar Arnfjörð Bjarmason
2017-05-20grep: add a test helper function for less verbose -f \0 testsÆvar Arnfjörð Bjarmason
2016-02-17t: do not hide Git's exit code in tests using 'nul_to_q'Lars Schneider
2013-05-10grep: honor --textconv for the case rev:pathMichael J Gruber
2013-05-10grep: allow to use textconv filtersJeff King
2013-05-10t7008: demonstrate behavior of grep with textconvMichael J Gruber
2012-10-12grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy
2012-02-02grep: respect diff attributes for binary-nessJeff King
2011-08-21Use kwset in grepFredrik Kuivinen
2010-09-10t/t7008: workaround broken handling of \000 by printf on IRIXBrandon Casey
2010-08-19t/t7008-grep-binary.sh: un-TODO a test that needs REG_STARTENDÆvar Arnfjörð Bjarmason
2010-05-24grep: support NUL chars in search strings for -FRené Scharfe
2010-05-24grep: use REG_STARTEND for all matching if availableRené Scharfe
2010-05-24grep: continue case insensitive fixed string search after NUL charsRené Scharfe
2010-05-24grep: use memmem() for fixed string searchRené Scharfe
2010-05-24grep: --name-only over binaryRené Scharfe
2010-05-24grep: --count over binaryRené Scharfe
2010-05-24grep: add test script for binary file handlingRené Scharfe