| Commit message (Expand) | Author | Age |
* | Spelling fixes | Ville Skyttä | 2016-08-11 |
* | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 2016-07-13 |
|\ |
|
| * | grep: fix grepping for "intent to add" files | Charles Bailey | 2016-07-01 |
| * | t7810-grep.sh: fix a whitespace inconsistency | Charles Bailey | 2016-07-01 |
| * | t7810-grep.sh: fix duplicated test name | Charles Bailey | 2016-07-01 |
* | | Merge branch 'cb/t7810-test-label-fix' | Junio C Hamano | 2016-07-06 |
|\ \ |
|
| * | | t7810: fix duplicated test title | Charles Bailey | 2016-06-21 |
* | | | Merge branch 'rs/xdiff-hunk-with-func-line' | Junio C Hamano | 2016-06-20 |
|\ \ \ |
|
| * | | | grep: -W: don't extend context to trailing empty lines | René Scharfe | 2016-05-31 |
| * | | | t7810: add test for grep -W and trailing empty context lines | René Scharfe | 2016-05-31 |
* | | | | grep: turn off gitlink detection for --no-index | Jeff King | 2016-03-07 |
|/ / / |
|
* | | | builtin/grep: add grep.fallbackToNoIndex config | Thomas Gummerer | 2016-01-12 |
* | | | t7810: correct --no-index test | Thomas Gummerer | 2016-01-11 |
| |/
|/| |
|
* | | Merge branch 'rs/grep-color-words' | Junio C Hamano | 2014-10-31 |
|\ \ |
|
| * | | grep: add color.grep.matchcontext and color.grep.matchselected | René Scharfe | 2014-10-28 |
* | | | t/t7810-grep.sh: remove duplicate test_config() | Jeremiah Mahler | 2014-06-05 |
* | | | grep: support -h (no header) with --count | René Scharfe | 2014-03-11 |
* | | | t7810: add missing variables to tests in loop | René Scharfe | 2014-03-11 |
|/ / |
|
* | | 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 |
* | | Merge branch 'jc/maint-log-grep-all-match' | Junio C Hamano | 2012-09-18 |
|\ \ |
|
| * | | t7810-grep: test --all-match with multiple --grep and --author options | Michael J Gruber | 2012-09-15 |
| * | | t7810-grep: test interaction of multiple --grep and --author options | Michael J Gruber | 2012-09-15 |
| * | | t7810-grep: test multiple --author with --all-match | Michael J Gruber | 2012-09-15 |
| * | | t7810-grep: test multiple --grep with and without --all-match | Michael J Gruber | 2012-09-15 |
| * | | t7810-grep: bring log --grep tests in common form | Michael J Gruber | 2012-09-15 |
| * | | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 2012-06-01 |
| |\ \ |
|
* | \ \ | Merge branch 'js/grep-patterntype-config' | Junio C Hamano | 2012-08-27 |
|\ \ \ \ |
|
| * | | | | grep: add a grep.patternType configuration setting | J Smith | 2012-08-03 |
* | | | | | Merge branch 'rj/maint-grep-remove-redundant-test' | Junio C Hamano | 2012-07-30 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | t7810-*.sh: Remove redundant test | Ramsay Jones | 2012-07-29 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'rs/maint-grep-F' | Junio C Hamano | 2012-05-25 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | grep: support newline separated pattern list | René Scharfe | 2012-05-20 |
* | | | grep -P: add tests for matching ^ and $ | Michał Kiedrowicz | 2012-02-27 |
| |/
|/| |
|
* | | grep: fix -l/-L interaction with decoration lines | Albert Yale | 2012-01-23 |
* | | grep: load funcname patterns for -W | Thomas Rast | 2011-12-12 |
* | | Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude | Junio C Hamano | 2011-10-04 |
* | | grep: add option to show whole function as context | René Scharfe | 2011-08-01 |
* | | Merge branch 'rs/grep-color' | Junio C Hamano | 2011-06-29 |
|\ \
| |/
|/| |
|
| * | 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 |
* | | t7810: avoid unportable use of "echo" | Junio C Hamano | 2011-06-20 |
|/ |
|
* | git-grep: Fix problems with recently added tests | Michał Kiedrowicz | 2011-05-29 |
* | git-grep: Update tests (mainly for -P) | Michał Kiedrowicz | 2011-05-23 |
* | git-grep: update tests now regexp type is "last one wins" | Junio C Hamano | 2011-05-16 |
* | git-grep: Bail out when -P is used with -F or -E | Michał Kiedrowicz | 2011-05-09 |
* | grep: Add basic tests | Michał Kiedrowicz | 2011-05-09 |
* | grep: allow -E and -n to be turned on by default via configuration | Joe Ratterman | 2011-03-30 |