| Commit message (Expand) | Author | Age |
* | 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 |
* | grep.c: make two symbols really file-scope static this time | Junio C Hamano | 2012-09-20 |
* | grep.c: mark private file-scope symbols as static | Junio C Hamano | 2012-09-15 |
* | log --grep/--author: honor --all-match honored for multiple --grep patterns | Junio C Hamano | 2012-09-14 |
* | 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: support newline separated pattern list | René Scharfe | 2012-05-20 |
| * | grep: factor out do_append_grep_pat() | René Scharfe | 2012-05-20 |
| * | grep: factor out create_grep_pat() | René Scharfe | 2012-05-20 |
* | | Merge branch 'ah/maint-grep-double-init' into maint | Junio C Hamano | 2012-05-11 |
|\ \ |
|
| * | | grep.c: remove redundant line of code | Angus Hammond | 2012-05-07 |
| |/ |
|
* | | Merge branch 'jc/pickaxe-ignore-case' | Junio C Hamano | 2012-03-07 |
|\ \ |
|
| * | | grep: use static trans-case table | Junio C Hamano | 2012-02-28 |
* | | | Sync with 1.7.8.5 | Junio C Hamano | 2012-02-26 |
|\ \ \ |
|
| * | | | grep -P: Fix matching ^ and $ | Michał Kiedrowicz | 2012-02-26 |
| |/ / |
|
* | | | grep: load file data after checking binary-ness | Jeff King | 2012-02-02 |
* | | | 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 |
* | | | grep: load funcname patterns for -W | Thomas Rast | 2011-12-12 |
|/ / |
|
* | | Merge branch 'fk/use-kwset-pickaxe-grep-f' | Junio C Hamano | 2011-09-02 |
|\ \ |
|
| * | | Use kwset in grep | Fredrik Kuivinen | 2011-08-20 |
* | | | Merge branch 'jk/color-and-pager' | Junio C Hamano | 2011-08-28 |
|\ \ \
| |/ /
|/| | |
|
| * | | color: delay auto-color decision until point of use | Jeff King | 2011-08-19 |
| |/ |
|
* | | 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 |
* | | grep: fix coloring of hunk marks between files | René Scharfe | 2011-06-05 |
|/ |
|
* | git-grep: Learn PCRE | Michał Kiedrowicz | 2011-05-09 |
* | grep: Extract compile_regexp_failed() from compile_regexp() | Michał Kiedrowicz | 2011-05-09 |
* | grep: Fix a typo in a comment | Michał Kiedrowicz | 2011-05-09 |
* | grep: Put calls to fixmatch() and regmatch() into patmatch() | Michał Kiedrowicz | 2011-05-05 |
* | log --author: take union of multiple "author" requests | Junio C Hamano | 2010-09-13 |
* | grep: move logic to compile header pattern into a separate helper | Junio C Hamano | 2010-09-12 |
* | grep: support NUL chars in search strings for -F | René Scharfe | 2010-05-24 |
* | grep: use REG_STARTEND for all matching if available | René Scharfe | 2010-05-24 |
* | grep: continue case insensitive fixed string search after NUL chars | René Scharfe | 2010-05-24 |
* | grep: use memmem() for fixed string search | René Scharfe | 2010-05-24 |
* | grep: --name-only over binary | René Scharfe | 2010-05-24 |
* | grep: --count over binary | René Scharfe | 2010-05-24 |
* | grep: grep: refactor handling of binary mode options | René Scharfe | 2010-05-24 |
* | Merge branch 'rs/threaded-grep-context' | Junio C Hamano | 2010-04-03 |
|\ |
|
| * | grep: enable threading for context line printing | René Scharfe | 2010-03-15 |
* | | Merge branch 'ml/color-grep' | Junio C Hamano | 2010-03-20 |
|\ \
| |/
|/| |
|