| Commit message (Expand) | Author | Age |
* | grep: remove regflags from the public grep_opt API | Ævar Arnfjörð Bjarmason | 2017-06-30 |
* | Merge branch 'bw/object-id' | Junio C Hamano | 2017-06-19 |
|\ |
|
| * | grep: convert to struct object_id | Brandon Williams | 2017-06-02 |
* | | grep: add support for PCRE v2 | Ævar Arnfjörð Bjarmason | 2017-06-02 |
* | | grep: un-break building with PCRE >= 8.32 without --enable-jit | Ævar Arnfjörð Bjarmason | 2017-06-02 |
* | | grep: un-break building with PCRE < 8.20 | Ævar Arnfjörð Bjarmason | 2017-05-26 |
* | | grep: un-break building with PCRE < 8.32 | Ævar Arnfjörð Bjarmason | 2017-05-26 |
* | | grep: add support for the PCRE v1 JIT API | Ævar Arnfjörð Bjarmason | 2017-05-26 |
* | | grep: change internal *pcre* variable & function names to be *pcre1* | Ævar Arnfjörð Bjarmason | 2017-05-26 |
* | | grep: change the internal PCRE macro names to be PCRE1 | Ævar Arnfjörð Bjarmason | 2017-05-26 |
|/ |
|
* | grep: add submodules as a grep source type | Brandon Williams | 2016-12-22 |
* | Merge branch 'jc/grep-commandline-vs-configuration' | Junio C Hamano | 2016-08-04 |
|\ |
|
| * | grep: further simplify setting the pattern type | Junio C Hamano | 2016-07-25 |
* | | grep/pcre: prepare locale-dependent tables for icase matching | Nguyễn Thái Ngọc Duy | 2016-07-01 |
|/ |
|
* | grep: add color.grep.matchcontext and color.grep.matchselected | René Scharfe | 2014-10-28 |
* | grep: allow to use textconv filters | Jeff King | 2013-05-10 |
* | fix clang -Wtautological-compare with unsigned enum | Antoine Pelisse | 2013-02-25 |
* | Merge branch 'nd/grep-true-path' | Jeff King | 2012-10-29 |
|\ |
|
| * | grep: stop looking at random places for .gitattributes | Nguyễn Thái Ngọc Duy | 2012-10-12 |
* | | grep: move pattern-type bits support to top-level grep.[ch] | Junio C Hamano | 2012-10-09 |
* | | grep: move the configuration parsing logic to grep.[ch] | Junio C Hamano | 2012-10-09 |
* | | log --grep-reflog: reject the option without -g | Junio C Hamano | 2012-09-29 |
* | | revision: add --grep-reflog to filter commits by reflog messages | Nguyễn Thái Ngọc Duy | 2012-09-29 |
* | | grep: prepare for new header field filter | Nguyễn Thái Ngọc Duy | 2012-09-29 |
* | | Merge branch 'jc/maint-log-grep-all-match' | Junio C Hamano | 2012-09-18 |
|\ \
| |/ |
|
| * | grep.c: mark private file-scope symbols as static | Junio C Hamano | 2012-09-15 |
| * | grep: teach --debug option to dump the parse tree | Junio C Hamano | 2012-09-14 |
| * | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 2012-06-01 |
| |\ |
|
* | | | grep: add a grep.patternType configuration setting | J Smith | 2012-08-03 |
* | | | Merge branch 'rs/maint-grep-F' | Junio C Hamano | 2012-05-25 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | grep: support newline separated pattern list | René Scharfe | 2012-05-20 |
* | | grep: respect diff attributes for binary-ness | Jeff King | 2012-02-02 |
* | | grep: cache userdiff_driver in grep_source | Jeff King | 2012-02-02 |
* | | grep: drop grep_buffer's "name" parameter | Jeff King | 2012-02-02 |
* | | grep: refactor the concept of "grep source" into an object | Jeff King | 2012-02-02 |
* | | grep: move sha1-reading mutex into low-level code | Jeff King | 2012-02-02 |
* | | grep: make locking flag global | Jeff King | 2012-02-02 |
* | | grep: enable threading with -p and -W using lazy attribute lookup | Thomas Rast | 2011-12-16 |
* | | Use kwset in grep | Fredrik Kuivinen | 2011-08-20 |
* | | grep: add option to show whole function as context | René Scharfe | 2011-08-01 |
* | | grep: add --heading | René Scharfe | 2011-06-05 |
* | | grep: add --break | René Scharfe | 2011-06-05 |
|/ |
|
* | git-grep: Learn PCRE | Michał Kiedrowicz | 2011-05-09 |
* | log --author: take union of multiple "author" requests | Junio C Hamano | 2010-09-13 |
* | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 |
|\ |
|
| * | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 |
* | | grep: support NUL chars in search strings for -F | René Scharfe | 2010-05-24 |
|/ |
|
* | Merge branch 'ml/color-grep' | Junio C Hamano | 2010-03-20 |
|\ |
|
| * | grep: Colorize selected, context, and function lines | Mark Lodato | 2010-03-08 |
| * | grep: Colorize filename, line number, and separator | Mark Lodato | 2010-03-08 |