| Commit message (Expand) | Author | Age | Files | Lines |
* | grep: Add the option '--open-files-in-pager' | Johannes Schindelin | 2010-06-13 | 1 | -530/+0 |
* | Merge branch 'jc/grep-author-all-match-implicit' | Junio C Hamano | 2010-03-02 | 1 | -1/+9 |
|\ |
|
| * | "log --author=me --grep=it" should find intersection, not union | Junio C Hamano | 2010-01-25 | 1 | -1/+9 |
| * | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 | 1 | -0/+24 |
| |\ |
|
| | * | t7002: test for not using external grep on skip-worktree paths | Nguyễn Thái Ngọc Duy | 2010-01-06 | 1 | -0/+12 |
| | * | t7002: set test prerequisite "external-grep" if supported | Nguyễn Thái Ngọc Duy | 2010-01-06 | 1 | -0/+12 |
* | | | Merge branch 'rs/git-dir-cleanup' | Junio C Hamano | 2010-02-13 | 1 | -0/+52 |
|\ \ \ |
|
| * | | | Resurrect "git grep --no-index" | Junio C Hamano | 2010-02-13 | 1 | -0/+52 |
* | | | | accept "git grep -- pattern" | Jeff King | 2010-02-07 | 1 | -0/+33 |
|/ / / |
|
* | | | Revert 30816237 and 7e62265 | Junio C Hamano | 2010-02-05 | 1 | -52/+0 |
* | | | grep --quiet: finishing touches | Junio C Hamano | 2010-01-28 | 1 | -0/+8 |
* | | | grep --no-index: allow use of "git grep" outside a git repository | Junio C Hamano | 2010-01-15 | 1 | -0/+52 |
* | | | grep: rip out support for external grep | Junio C Hamano | 2010-01-13 | 1 | -3/+3 |
|/ / |
|
* | | Merge branch 'bc/grep-i-F' | Junio C Hamano | 2009-11-22 | 1 | -0/+10 |
|\ \ |
|
| * | | grep: Allow case insensitive search of fixed-strings | Brian Collins | 2009-11-16 | 1 | -0/+10 |
* | | | grep: unset GREP_OPTIONS before spawning external grep | René Scharfe | 2009-11-22 | 1 | -0/+5 |
* | | | Merge branch 'maint-1.6.4' into maint | Junio C Hamano | 2009-10-16 | 1 | -0/+66 |
|\ \ \
| |/ /
|/| | |
|
| * | | grep: do not segfault when -f is used | Matt Kraai | 2009-10-16 | 1 | -0/+66 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-09-13 | 1 | -0/+17 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint | Junio C Hamano | 2009-09-13 | 1 | -0/+17 |
| |\ |
|
| | * | grep: accept relative paths outside current working directory | Clemens Buchacher | 2009-09-07 | 1 | -0/+17 |
* | | | grep: Add --max-depth option. | Michał Kiedrowicz | 2009-07-22 | 1 | -1/+50 |
|/ / |
|
* | | grep -p: support user defined regular expressions | René Scharfe | 2009-07-01 | 1 | -0/+13 |
* | | grep: add option -p/--show-function | René Scharfe | 2009-07-01 | 1 | -2/+34 |
* | | grep: print context hunk marks between files | René Scharfe | 2009-07-01 | 1 | -0/+22 |
|/ |
|
* | Test grep --and/--or/--not | Thomas Rast | 2009-06-27 | 1 | -0/+30 |
* | grep: fix word-regexp at the beginning of lines | René Scharfe | 2009-05-23 | 1 | -1/+8 |
* | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-28 | 1 | -0/+4 |
|\ |
|
| * | grep: fix segfault when "git grep '('" is given | Linus Torvalds | 2009-04-27 | 1 | -0/+4 |
* | | grep: grep cache entries if they are "assume unchanged" | Nguyễn Thái Ngọc Duy | 2008-12-27 | 1 | -0/+7 |
* | | tests: grep portability fixes | Jeff King | 2008-09-30 | 1 | -1/+1 |
|/ |
|
* | log --author/--committer: really match only with name part | Junio C Hamano | 2008-09-04 | 1 | -0/+51 |
* | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 1 | -2/+2 |
* | Split grep arguments in a way that does not requires to add /dev/null. | Junio C Hamano | 2007-09-14 | 1 | -0/+4 |
* | git-grep: show pathnames relative to the current directory | Junio C Hamano | 2006-08-11 | 1 | -2/+29 |
* | Fix "grep -w" | Junio C Hamano | 2006-08-06 | 1 | -0/+85 |