Age | Commit message (Expand) | Author | Files | Lines |
2018-11-05 | grep: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -6/+0 |
2018-09-21 | userdiff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-09-21 | grep.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
2018-08-02 | Merge branch 'tb/grep-only-matching' | Junio C Hamano | 1 | -0/+1 |
2018-07-18 | Merge branch 'tb/grep-column' | Junio C Hamano | 1 | -0/+2 |
2018-07-09 | grep.c: teach 'git grep --only-matching' | Taylor Blau | 1 | -0/+1 |
2018-06-22 | grep.[ch]: extend grep_opt to allow showing matched column | Taylor Blau | 1 | -0/+2 |
2018-05-29 | grep: keep all colors in an array | Nguyễn Thái Ngọc Duy | 1 | -8/+13 |
2017-11-15 | Merge branch 'ab/pcre-v2' | Junio C Hamano | 1 | -2/+3 |
2017-11-13 | grep: fix NO_LIBPCRE1_JIT to fully disable JIT | Charles Bailey | 1 | -2/+3 |
2017-08-02 | grep: recurse in-process using 'struct repository' | Brandon Williams | 1 | -1/+0 |
2017-06-30 | grep: remove regflags from the public grep_opt API | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-06-02 | grep: convert to struct object_id | Brandon Williams | 1 | -1/+1 |
2017-06-02 | grep: add support for PCRE v2 | Ævar Arnfjörð Bjarmason | 1 | -0/+17 |
2017-06-02 | grep: un-break building with PCRE >= 8.32 without --enable-jit | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2017-05-26 | grep: un-break building with PCRE < 8.20 | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2017-05-26 | grep: un-break building with PCRE < 8.32 | Ævar Arnfjörð Bjarmason | 1 | -0/+5 |
2017-05-26 | grep: add support for the PCRE v1 JIT API | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
2017-05-26 | grep: change internal *pcre* variable & function names to be *pcre1* | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
2017-05-26 | grep: change the internal PCRE macro names to be PCRE1 | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2016-12-22 | grep: add submodules as a grep source type | Brandon Williams | 1 | -0/+1 |
2016-08-04 | Merge branch 'jc/grep-commandline-vs-configuration' | Junio C Hamano | 1 | -1/+0 |
2016-07-25 | grep: further simplify setting the pattern type | Junio C Hamano | 1 | -1/+0 |
2016-07-01 | grep/pcre: prepare locale-dependent tables for icase matching | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2014-10-28 | grep: add color.grep.matchcontext and color.grep.matchselected | René Scharfe | 1 | -1/+2 |
2013-05-10 | grep: allow to use textconv filters | Jeff King | 1 | -0/+1 |
2013-02-25 | fix clang -Wtautological-compare with unsigned enum | Antoine Pelisse | 1 | -1/+2 |
2012-10-29 | Merge branch 'nd/grep-true-path' | Jeff King | 1 | -1/+3 |
2012-10-12 | grep: stop looking at random places for .gitattributes | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2012-10-09 | grep: move pattern-type bits support to top-level grep.[ch] | Junio C Hamano | 1 | -0/+2 |
2012-10-09 | grep: move the configuration parsing logic to grep.[ch] | Junio C Hamano | 1 | -0/+4 |
2012-09-29 | log --grep-reflog: reject the option without -g | Junio C Hamano | 1 | -0/+1 |
2012-09-29 | revision: add --grep-reflog to filter commits by reflog messages | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2012-09-29 | grep: prepare for new header field filter | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2012-09-18 | Merge branch 'jc/maint-log-grep-all-match' | Junio C Hamano | 1 | -2/+2 |
2012-09-15 | grep.c: mark private file-scope symbols as static | Junio C Hamano | 1 | -2/+1 |
2012-09-14 | grep: teach --debug option to dump the parse tree | Junio C Hamano | 1 | -0/+1 |
2012-08-03 | grep: add a grep.patternType configuration setting | J Smith | 1 | -0/+10 |
2012-06-01 | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 1 | -1/+1 |
2012-05-25 | Merge branch 'rs/maint-grep-F' | Junio C Hamano | 1 | -1/+1 |
2012-05-20 | grep: support newline separated pattern list | René Scharfe | 1 | -1/+1 |
2012-02-02 | grep: respect diff attributes for binary-ness | Jeff King | 1 | -0/+1 |
2012-02-02 | grep: cache userdiff_driver in grep_source | Jeff King | 1 | -0/+4 |
2012-02-02 | grep: drop grep_buffer's "name" parameter | Jeff King | 1 | -1/+1 |
2012-02-02 | grep: refactor the concept of "grep source" into an object | Jeff King | 1 | -0/+22 |
2012-02-02 | grep: move sha1-reading mutex into low-level code | Jeff King | 1 | -0/+17 |
2012-02-02 | grep: make locking flag global | Jeff King | 1 | -1/+1 |
2011-12-16 | grep: enable threading with -p and -W using lazy attribute lookup | Thomas Rast | 1 | -0/+10 |
2011-08-20 | Use kwset in grep | Fredrik Kuivinen | 1 | -0/+2 |