Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-08-01 | grep: add option to show whole function as context | René Scharfe | 1 | -0/+1 |
2011-06-05 | grep: add --heading | René Scharfe | 1 | -0/+1 |
2011-06-05 | grep: add --break | René Scharfe | 1 | -0/+1 |
2011-05-09 | git-grep: Learn PCRE | Michał Kiedrowicz | 1 | -0/+9 |
2010-09-13 | log --author: take union of multiple "author" requests | Junio C Hamano | 1 | -0/+2 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -4/+4 |
2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -4/+4 |
2010-05-24 | grep: support NUL chars in search strings for -F | René Scharfe | 1 | -0/+2 |
2010-03-20 | Merge branch 'ml/color-grep' | Junio C Hamano | 1 | -0/+6 |
2010-03-08 | grep: Colorize selected, context, and function lines | Mark Lodato | 1 | -0/+3 |
2010-03-08 | grep: Colorize filename, line number, and separator | Mark Lodato | 1 | -0/+3 |
2010-03-02 | Merge branch 'jc/grep-author-all-match-implicit' | Junio C Hamano | 1 | -0/+2 |
2010-01-26 | Threaded grep | Fredrik Kuivinen | 1 | -0/+6 |
2010-01-25 | "log --author=me --grep=it" should find intersection, not union | Junio C Hamano | 1 | -0/+2 |
2010-01-13 | grep: rip out support for external grep | Junio C Hamano | 1 | -1/+0 |
2009-11-16 | grep: Allow case insensitive search of fixed-strings | Brian Collins | 1 | -0/+2 |
2009-09-13 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
2009-09-13 | Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint | Junio C Hamano | 1 | -0/+1 |
2009-09-07 | grep: accept relative paths outside current working directory | Clemens Buchacher | 1 | -0/+1 |
2009-07-22 | grep: Add --max-depth option. | Michał Kiedrowicz | 1 | -0/+1 |
2009-07-01 | grep -p: support user defined regular expressions | René Scharfe | 1 | -0/+1 |
2009-07-01 | grep: add option -p/--show-function | René Scharfe | 1 | -0/+1 |
2009-07-01 | grep: print context hunk marks between files | René Scharfe | 1 | -0/+1 |
2009-07-01 | grep: move context hunk mark handling into show_line() | René Scharfe | 1 | -0/+1 |
2009-05-09 | grep: use parseopt | René Scharfe | 1 | -14/+14 |
2009-03-07 | grep: add support for coloring with external greps | René Scharfe | 1 | -0/+1 |