Sign in
googlers
/
jrn
/
git
/
2e3dfb216991974b60fdb1933eb3331e03383e61
/
t
/
t7810-grep.sh
baa6378
log --grep-reflog: reject the option without -g
by Junio C Hamano
· 12 years ago
72fd13f
revision: add --grep-reflog to filter commits by reflog messages
by Nguyễn Thái Ngọc Duy
· 12 years ago
ad4813b
grep: prepare for new header field filter
by Nguyễn Thái Ngọc Duy
· 12 years ago
3d7535e
Merge branch 'jc/maint-log-grep-all-match'
by Junio C Hamano
· 12 years ago
39f2e01
t7810-grep: test --all-match with multiple --grep and --author options
by Michael J Gruber
· 12 years ago
2cb03e7
t7810-grep: test interaction of multiple --grep and --author options
by Michael J Gruber
· 12 years ago
00f62a6
t7810-grep: test multiple --author with --all-match
by Michael J Gruber
· 12 years ago
dfe3642
t7810-grep: test multiple --grep with and without --all-match
by Michael J Gruber
· 12 years ago
b327bf7
t7810-grep: bring log --grep tests in common form
by Michael J Gruber
· 12 years ago
445d2c5
Merge branch 'js/grep-patterntype-config'
by Junio C Hamano
· 13 years ago
84befcd
grep: add a grep.patternType configuration setting
by J Smith
· 13 years ago
3e6d071
Merge branch 'rj/maint-grep-remove-redundant-test'
by Junio C Hamano
· 13 years ago
4ca9453
t7810-*.sh: Remove redundant test
by Ramsay Jones
· 13 years ago
2147cb2
Merge branch 'rs/maint-grep-F' into maint
by Junio C Hamano
· 13 years ago
fca9e00
Merge branch 'rs/maint-grep-F'
by Junio C Hamano
· 13 years ago
526a858
grep: support newline separated pattern list
by René Scharfe
· 13 years ago
d29d787
grep -P: add tests for matching ^ and $
by Michał Kiedrowicz
· 13 years ago
50dd0f2
grep: fix -l/-L interaction with decoration lines
by Albert Yale
· 13 years ago
b8ffedc
grep: load funcname patterns for -W
by Thomas Rast
· 13 years ago
dbfae86
Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude
by Junio C Hamano
· 13 years ago
ba8ea74
grep: add option to show whole function as context
by René Scharfe
· 14 years ago
1692d0c
Merge branch 'rs/grep-color'
by Junio C Hamano
· 14 years ago
93d5e0c
t7810: avoid unportable use of "echo"
by Junio C Hamano
· 14 years ago
1d84f72
grep: add --heading
by René Scharfe
· 14 years ago
a8f0e76
grep: add --break
by René Scharfe
· 14 years ago
08303c3
grep: fix coloring of hunk marks between files
by René Scharfe
· 14 years ago
d0042ab
git-grep: Fix problems with recently added tests
by Michał Kiedrowicz
· 14 years ago
f556e4a
git-grep: Update tests (mainly for -P)
by Michał Kiedrowicz
· 14 years ago
dd0a21e
git-grep: update tests now regexp type is "last one wins"
by Junio C Hamano
· 14 years ago
258a618
git-grep: Bail out when -P is used with -F or -E
by Michał Kiedrowicz
· 14 years ago
8f852ce
grep: Add basic tests
by Michał Kiedrowicz
· 14 years ago
b22520a
grep: allow -E and -n to be turned on by default via configuration
by Joe Ratterman
· 14 years ago
c41dd2f
grep: read patterns from stdin with -f -
by René Scharfe
· 14 years ago
b31f688
t7810: overlapping pathspecs and depth limit
by Nguyễn Thái Ngọc Duy
· 14 years ago
b3ff808
Merge branch 'en/and-cascade-tests'
by Junio C Hamano
· 14 years ago
a48fcd8
tests: add missing &&
by Jonathan Nieder
· 14 years ago
a27d5be
Merge branch 'jc/grep-header-all-match-fix'
by Junio C Hamano
· 14 years ago
5aaeb73
log --author: take union of multiple "author" requests
by Junio C Hamano
· 15 years ago
ce14e0b
Convert "! git" to "test_must_fail git"
by Jared Hance
· 15 years ago
6f82be0
Merge branch 'jn/grep-open'
by Junio C Hamano
· 15 years ago
678e484
grep: Add the option '--open-files-in-pager'
by Johannes Schindelin
· 15 years ago
[Renamed from t/t7002-grep.sh]
6b45b8c
Merge branch 'jc/grep-author-all-match-implicit'
by Junio C Hamano
· 15 years ago
263830c
Merge branch 'rs/git-dir-cleanup'
by Junio C Hamano
· 15 years ago
59332d1
Resurrect "git grep --no-index"
by Junio C Hamano
· 15 years ago
1123c67
accept "git grep -- pattern"
by Jeff King
· 15 years ago
3c8f6c8
Revert 30816237 and 7e62265
by Junio C Hamano
· 15 years ago
4ff61c2
grep --quiet: finishing touches
by Junio C Hamano
· 15 years ago
80235ba
"log --author=me --grep=it" should find intersection, not union
by Junio C Hamano
· 15 years ago
3081623
grep --no-index: allow use of "git grep" outside a git repository
by Junio C Hamano
· 15 years ago
73d6632
Merge branch 'nd/sparse'
by Junio C Hamano
· 15 years ago
bbc09c2
grep: rip out support for external grep
by Junio C Hamano
· 15 years ago
8740773
t7002: test for not using external grep on skip-worktree paths
by Nguyễn Thái Ngọc Duy
· 15 years ago
cd83ac4
t7002: set test prerequisite "external-grep" if supported
by Nguyễn Thái Ngọc Duy
· 15 years ago
3fa384d
Merge branch 'bc/grep-i-F'
by Junio C Hamano
· 15 years ago
b482759
grep: unset GREP_OPTIONS before spawning external grep
by René Scharfe
· 15 years ago
5183bf6
grep: Allow case insensitive search of fixed-strings
by Brian Collins
· 15 years ago
050dfc4
Merge branch 'maint-1.6.4' into maint
by Junio C Hamano
· 15 years ago
cfe370c
grep: do not segfault when -f is used
by Matt Kraai
· 15 years ago
5b590d7
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
45c58ba
Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint
by Junio C Hamano
· 16 years ago
493b7a0
grep: accept relative paths outside current working directory
by Clemens Buchacher
· 16 years ago
a91f453
grep: Add --max-depth option.
by Michał Kiedrowicz
· 16 years ago
60ecac9
grep -p: support user defined regular expressions
by René Scharfe
· 16 years ago
2944e4e
grep: add option -p/--show-function
by René Scharfe
· 16 years ago
046802d
grep: print context hunk marks between files
by René Scharfe
· 16 years ago
0f70504
Test grep --and/--or/--not
by Thomas Rast
· 16 years ago
dbb6a4a
grep: fix word-regexp at the beginning of lines
by René Scharfe
· 16 years ago
3e73cb2
Merge branch 'maint-1.6.0' into maint-1.6.1
by Junio C Hamano
· 16 years ago
c922b01
grep: fix segfault when "git grep '('" is given
by Linus Torvalds
· 16 years ago
57d4346
grep: grep cache entries if they are "assume unchanged"
by Nguyễn Thái Ngọc Duy
· 16 years ago
8753941
tests: grep portability fixes
by Jeff King
· 16 years ago
a4d7d2c
log --author/--committer: really match only with name part
by Junio C Hamano
· 17 years ago
41ac414
Sane use of test_expect_failure
by Junio C Hamano
· 17 years ago
d99ebf0
Split grep arguments in a way that does not requires to add /dev/null.
by Junio C Hamano
· 18 years ago
0d042fe
git-grep: show pathnames relative to the current directory
by Junio C Hamano
· 19 years ago
f25b793
Fix "grep -w"
by Junio C Hamano
· 19 years ago