| Commit message (Expand) | Author | Age | Files | Lines |
* | git-grep: Learn PCRE | Michał Kiedrowicz | 2011-05-09 | 1 | -1/+74 |
* | grep: Extract compile_regexp_failed() from compile_regexp() | Michał Kiedrowicz | 2011-05-09 | 1 | -9/+16 |
* | grep: Fix a typo in a comment | Michał Kiedrowicz | 2011-05-09 | 1 | -1/+1 |
* | grep: Put calls to fixmatch() and regmatch() into patmatch() | Michał Kiedrowicz | 2011-05-05 | 1 | -8/+15 |
* | log --author: take union of multiple "author" requests | Junio C Hamano | 2010-09-13 | 1 | -12/+53 |
* | grep: move logic to compile header pattern into a separate helper | Junio C Hamano | 2010-09-12 | 1 | -23/+22 |
* | grep: support NUL chars in search strings for -F | René Scharfe | 2010-05-24 | 1 | -13/+20 |
* | grep: use REG_STARTEND for all matching if available | René Scharfe | 2010-05-24 | 1 | -10/+14 |
* | grep: continue case insensitive fixed string search after NUL chars | René Scharfe | 2010-05-24 | 1 | -3/+9 |
* | grep: use memmem() for fixed string search | René Scharfe | 2010-05-24 | 1 | -7/+9 |
* | grep: --name-only over binary | René Scharfe | 2010-05-24 | 1 | -4/+4 |
* | grep: --count over binary | René Scharfe | 2010-05-24 | 1 | -5/+4 |
* | grep: grep: refactor handling of binary mode options | René Scharfe | 2010-05-24 | 1 | -9/+11 |
* | Merge branch 'rs/threaded-grep-context' | Junio C Hamano | 2010-04-03 | 1 | -12/+6 |
|\ |
|
| * | grep: enable threading for context line printing | René Scharfe | 2010-03-15 | 1 | -12/+5 |
* | | Merge branch 'ml/color-grep' | Junio C Hamano | 2010-03-20 | 1 | -26/+49 |
|\ \
| |/
|/| |
|
| * | grep: Colorize selected, context, and function lines | Mark Lodato | 2010-03-08 | 1 | -2/+9 |
| * | grep: Colorize filename, line number, and separator | Mark Lodato | 2010-03-08 | 1 | -24/+40 |
* | | Merge branch 'jc/grep-author-all-match-implicit' | Junio C Hamano | 2010-03-02 | 1 | -6/+40 |
|\ \
| |/
|/| |
|
| * | "log --author=me --grep=it" should find intersection, not union | Junio C Hamano | 2010-01-25 | 1 | -6/+40 |
* | | grep: simplify assignment of ->fixed | René Scharfe | 2010-02-03 | 1 | -4/+1 |
* | | Merge branch 'fk/threaded-grep' | Junio C Hamano | 2010-01-28 | 1 | -18/+88 |
|\ \ |
|
| * | | Threaded grep | Fredrik Kuivinen | 2010-01-26 | 1 | -18/+88 |
* | | | grep: use REG_STARTEND (if available) to speed up regexec | Benjamin Kramer | 2010-01-26 | 1 | -1/+8 |
|/ / |
|
* | | grep: rip out pessimization to use fixmatch() | Junio C Hamano | 2010-01-13 | 1 | -8/+1 |
* | | Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookahead | Junio C Hamano | 2010-01-12 | 1 | -0/+75 |
|\ \
| |/
|/| |
|
| * | grep: optimize built-in grep by skipping lines that do not hit | Junio C Hamano | 2010-01-12 | 1 | -0/+75 |
* | | grep: Allow case insensitive search of fixed-strings | Brian Collins | 2009-11-16 | 1 | -3/+10 |
|/ |
|
* | grep: simplify -p output | René Scharfe | 2009-07-02 | 1 | -8/+4 |
* | grep -p: support user defined regular expressions | René Scharfe | 2009-07-01 | 1 | -3/+26 |
* | grep: add option -p/--show-function | René Scharfe | 2009-07-01 | 1 | -8/+53 |
* | grep: handle pre context lines on demand | René Scharfe | 2009-07-01 | 1 | -29/+32 |
* | grep: print context hunk marks between files | René Scharfe | 2009-07-01 | 1 | -1/+6 |
* | grep: move context hunk mark handling into show_line() | René Scharfe | 2009-07-01 | 1 | -15/+11 |
* | grep: fix empty word-regexp matches | René Scharfe | 2009-06-03 | 1 | -1/+5 |
* | grep: fix colouring of matches with zero length | René Scharfe | 2009-06-01 | 1 | -0/+2 |
* | grep: fix word-regexp at the beginning of lines | René Scharfe | 2009-05-23 | 1 | -0/+1 |
* | grep: fix word-regexp colouring | René Scharfe | 2009-05-20 | 1 | -0/+5 |
* | Merge branch 'maint' | Junio C Hamano | 2009-04-28 | 1 | -2/+6 |
|\ |
|
| * | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-28 | 1 | -2/+6 |
| |\ |
|
| | * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-28 | 1 | -2/+6 |
| | |\ |
|
| | | * | grep: fix segfault when "git grep '('" is given | Linus Torvalds | 2009-04-27 | 1 | -2/+6 |
* | | | | git log: avoid segfault with --all-match | Michele Ballabio | 2009-03-18 | 1 | -1/+2 |
* | | | | grep: cast printf %.*s "precision" argument explicitly to int | Junio C Hamano | 2009-03-08 | 1 | -2/+2 |
* | | | | grep: color patterns in output | René Scharfe | 2009-03-07 | 1 | -12/+78 |
* | | | | grep: add pmatch and eflags arguments to match_one_pattern() | René Scharfe | 2009-03-07 | 1 | -11/+10 |
* | | | | grep: remove grep_opt argument from match_expr_eval() | René Scharfe | 2009-03-07 | 1 | -17/+17 |
* | | | | grep: micro-optimize hit collection for AND nodes | René Scharfe | 2009-03-07 | 1 | -7/+3 |
|/ / / |
|
* | | | Add is_regex_special() | René Scharfe | 2009-01-17 | 1 | -8/+1 |
* | | | Change NUL char handling of isspecial() | René Scharfe | 2009-01-17 | 1 | -2/+3 |