Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grep: stop looking at random places for .gitattributes | Nguyễn Thái Ngọc Duy | 2012-10-12 | 1 | -0/+22 |
* | grep: respect diff attributes for binary-ness | Jeff King | 2012-02-02 | 1 | -0/+24 |
* | Use kwset in grep | Fredrik Kuivinen | 2011-08-20 | 1 | -2/+2 |
* | t/t7008: workaround broken handling of \000 by printf on IRIX | Brandon Casey | 2010-09-09 | 1 | -7/+7 |
* | t/t7008-grep-binary.sh: un-TODO a test that needs REG_STARTEND | Ævar Arnfjörð Bjarmason | 2010-08-19 | 1 | -1/+1 |
* | grep: support NUL chars in search strings for -F | René Scharfe | 2010-05-24 | 1 | -0/+30 |
* | grep: use REG_STARTEND for all matching if available | René Scharfe | 2010-05-24 | 1 | -0/+10 |
* | grep: continue case insensitive fixed string search after NUL chars | René Scharfe | 2010-05-24 | 1 | -0/+4 |
* | grep: use memmem() for fixed string search | René Scharfe | 2010-05-24 | 1 | -0/+4 |
* | grep: --name-only over binary | René Scharfe | 2010-05-24 | 1 | -0/+6 |
* | grep: --count over binary | René Scharfe | 2010-05-24 | 1 | -0/+6 |
* | grep: add test script for binary file handling | René Scharfe | 2010-05-24 | 1 | -0/+42 |