Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-03-07 | grep: color patterns in output | René Scharfe | 1 | -0/+3 |
2009-03-07 | grep: remove grep_opt argument from match_expr_eval() | René Scharfe | 1 | -0/+1 |
2009-01-09 | grep: don't call regexec() for fixed strings | René Scharfe | 1 | -0/+1 |
2008-10-01 | git grep: Add "-z/--null" option as in GNU's grep. | Raphael Zimmerer | 1 | -0/+1 |
2008-09-04 | log --author/--committer: really match only with name part | Junio C Hamano | 1 | -0/+7 |
2006-09-27 | grep --all-match | Junio C Hamano | 1 | -0/+2 |
2006-09-27 | grep: free expressions and patterns when done. | Junio C Hamano | 1 | -0/+1 |
2006-09-20 | Update grep internal for grepping only in head/body | Junio C Hamano | 1 | -0/+7 |
2006-09-20 | builtin-grep: make pieces of it available as library. | Junio C Hamano | 1 | -0/+71 |