25 Commits (6f7f3beb2d19ab772729fc599d4a92ebf9140c5f)

Author SHA1 Message Date
Michał Kiedrowicz d29d787cd6 grep -P: add tests for matching ^ and $ 13 years ago
Albert Yale 50dd0f2fd9 grep: fix -l/-L interaction with decoration lines 13 years ago
Thomas Rast b8ffedca6f grep: load funcname patterns for -W 13 years ago
René Scharfe ba8ea7496f grep: add option to show whole function as context 14 years ago
Junio C Hamano 93d5e0c208 t7810: avoid unportable use of "echo" 14 years ago
René Scharfe 1d84f72ef1 grep: add --heading 14 years ago
René Scharfe a8f0e7649e grep: add --break 14 years ago
René Scharfe 08303c3636 grep: fix coloring of hunk marks between files 14 years ago
Michał Kiedrowicz d0042abe14 git-grep: Fix problems with recently added tests 14 years ago
Michał Kiedrowicz f556e4af27 git-grep: Update tests (mainly for -P) 14 years ago
Junio C Hamano dd0a21ede0 git-grep: update tests now regexp type is "last one wins" 14 years ago
Michał Kiedrowicz 258a618849 git-grep: Bail out when -P is used with -F or -E 14 years ago
Michał Kiedrowicz 8f852ce613 grep: Add basic tests 14 years ago
Joe Ratterman b22520a37c grep: allow -E and -n to be turned on by default via configuration 14 years ago
René Scharfe c41dd2fd7d grep: read patterns from stdin with -f - 14 years ago
Nguyễn Thái Ngọc Duy b31f688040 t7810: overlapping pathspecs and depth limit 14 years ago
Jonathan Nieder a48fcd8369 tests: add missing && 14 years ago
Junio C Hamano 5aaeb733f5 log --author: take union of multiple "author" requests 15 years ago
Jared Hance ce14e0b264 Convert "! git" to "test_must_fail git" 15 years ago
Johannes Schindelin 678e484b7d grep: Add the option '--open-files-in-pager' 15 years ago
Gary V. Vaughan 4fdf71be1c tests: use "test_cmp", not "diff", when verifying the result 15 years ago
Junio C Hamano 59332d13b2 Resurrect "git grep --no-index" 15 years ago
Jeff King 1123c67cee accept "git grep -- pattern" 15 years ago
Junio C Hamano 3c8f6c8c4f Revert 30816237 and 7e62265 15 years ago
Junio C Hamano 4ff61c21de grep --quiet: finishing touches 15 years ago
Junio C Hamano 80235ba79e "log --author=me --grep=it" should find intersection, not union 15 years ago
Junio C Hamano 8de65185e8 Fix mis-backport of t7002 15 years ago
Junio C Hamano 308162372d grep --no-index: allow use of "git grep" outside a git repository 15 years ago
Junio C Hamano bbc09c22b9 grep: rip out support for external grep 15 years ago
Nguyễn Thái Ngọc Duy 8740773ee5 t7002: test for not using external grep on skip-worktree paths 15 years ago
Nguyễn Thái Ngọc Duy cd83ac4156 t7002: set test prerequisite "external-grep" if supported 15 years ago
René Scharfe b482759983 grep: unset GREP_OPTIONS before spawning external grep 15 years ago
Brian Collins 5183bf6727 grep: Allow case insensitive search of fixed-strings 15 years ago
Matt Kraai cfe370c647 grep: do not segfault when -f is used 16 years ago
Clemens Buchacher 493b7a08d8 grep: accept relative paths outside current working directory 16 years ago
Michał Kiedrowicz a91f453f64 grep: Add --max-depth option. 16 years ago
René Scharfe 60ecac98ed grep -p: support user defined regular expressions 16 years ago
René Scharfe 2944e4e614 grep: add option -p/--show-function 16 years ago
René Scharfe 046802d015 grep: print context hunk marks between files 16 years ago
Thomas Rast 0f7050469b Test grep --and/--or/--not 16 years ago
René Scharfe dbb6a4ada6 grep: fix word-regexp at the beginning of lines 16 years ago
Linus Torvalds c922b01f54 grep: fix segfault when "git grep '('" is given 16 years ago
Nguyễn Thái Ngọc Duy 57d43466fb grep: grep cache entries if they are "assume unchanged" 16 years ago
Jeff King 87539416fd tests: grep portability fixes 17 years ago
Junio C Hamano a4d7d2c6db log --author/--committer: really match only with name part 17 years ago
Junio C Hamano 41ac414ea2 Sane use of test_expect_failure 17 years ago
Junio C Hamano d99ebf0817 Split grep arguments in a way that does not requires to add /dev/null. 18 years ago
Junio C Hamano 0d042fecf2 git-grep: show pathnames relative to the current directory 19 years ago
Junio C Hamano f25b79397c Fix "grep -w" 19 years ago