summaryrefslogtreecommitdiff
path: root/t/t7002-grep.sh
Commit message (Expand)AuthorAgeFilesLines
* grep: Add the option '--open-files-in-pager'Johannes Schindelin2010-06-131-530/+0
* Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano2010-03-021-1/+9
|\
| * "log --author=me --grep=it" should find intersection, not unionJunio C Hamano2010-01-251-1/+9
| * Merge branch 'nd/sparse'Junio C Hamano2010-01-131-0/+24
| |\
| | * t7002: test for not using external grep on skip-worktree pathsNguyễn Thái Ngọc Duy2010-01-061-0/+12
| | * t7002: set test prerequisite "external-grep" if supportedNguyễn Thái Ngọc Duy2010-01-061-0/+12
* | | Merge branch 'rs/git-dir-cleanup'Junio C Hamano2010-02-131-0/+52
|\ \ \
| * | | Resurrect "git grep --no-index"Junio C Hamano2010-02-131-0/+52
* | | | accept "git grep -- pattern"Jeff King2010-02-071-0/+33
|/ / /
* | | Revert 30816237 and 7e62265Junio C Hamano2010-02-051-52/+0
* | | grep --quiet: finishing touchesJunio C Hamano2010-01-281-0/+8
* | | grep --no-index: allow use of "git grep" outside a git repositoryJunio C Hamano2010-01-151-0/+52
* | | grep: rip out support for external grepJunio C Hamano2010-01-131-3/+3
|/ /
* | Merge branch 'bc/grep-i-F'Junio C Hamano2009-11-221-0/+10
|\ \
| * | grep: Allow case insensitive search of fixed-stringsBrian Collins2009-11-161-0/+10
* | | grep: unset GREP_OPTIONS before spawning external grepRené Scharfe2009-11-221-0/+5
* | | Merge branch 'maint-1.6.4' into maintJunio C Hamano2009-10-161-0/+66
|\ \ \ | |/ / |/| |
| * | grep: do not segfault when -f is usedMatt Kraai2009-10-161-0/+66
* | | Merge branch 'maint'Junio C Hamano2009-09-131-0/+17
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano2009-09-131-0/+17
| |\
| | * grep: accept relative paths outside current working directoryClemens Buchacher2009-09-071-0/+17
* | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-221-1/+50
|/ /
* | grep -p: support user defined regular expressionsRené Scharfe2009-07-011-0/+13
* | grep: add option -p/--show-functionRené Scharfe2009-07-011-2/+34
* | grep: print context hunk marks between filesRené Scharfe2009-07-011-0/+22
|/
* Test grep --and/--or/--notThomas Rast2009-06-271-0/+30
* grep: fix word-regexp at the beginning of linesRené Scharfe2009-05-231-1/+8
* Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-281-0/+4
|\
| * grep: fix segfault when "git grep '('" is givenLinus Torvalds2009-04-271-0/+4
* | grep: grep cache entries if they are "assume unchanged"Nguyễn Thái Ngọc Duy2008-12-271-0/+7
* | tests: grep portability fixesJeff King2008-09-301-1/+1
|/
* log --author/--committer: really match only with name partJunio C Hamano2008-09-041-0/+51
* Sane use of test_expect_failureJunio C Hamano2008-02-011-2/+2
* Split grep arguments in a way that does not requires to add /dev/null.Junio C Hamano2007-09-141-0/+4
* git-grep: show pathnames relative to the current directoryJunio C Hamano2006-08-111-2/+29
* Fix "grep -w"Junio C Hamano2006-08-061-0/+85