summaryrefslogtreecommitdiffstats
path: root/t/t7810-grep.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-22/+13
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-20/+11
| * tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor2018-08-211-1/+1
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-1/+1
* | Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano2018-08-201-2/+1
|\|
| * tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-2/+1
* | Merge branch 'tb/grep-only-matching'Junio C Hamano2018-08-031-0/+15
|\ \
| * | grep.c: teach 'git grep --only-matching'Taylor Blau2018-07-091-0/+15
| |/
* | Merge branch 'es/test-fixes'Junio C Hamano2018-08-031-4/+3
|\ \ | |/ |/|
| * t7810: use test_expect_code() instead of hand-rolled comparisonEric Sunshine2018-07-161-4/+3
* | builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau2018-06-221-0/+95
|/
* Merge branch 'ab/pcre2-grep'Junio C Hamano2017-12-131-0/+6
|\
| * grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT)Ævar Arnfjörð Bjarmason2017-11-241-0/+6
* | grep: show non-empty lines before functions with -WRené Scharfe2017-11-211-1/+1
* | t7810: improve check of -W with user-defined function linesRené Scharfe2017-11-211-10/+31
|/
* Merge branch 'as/grep-quiet-no-match-exit-code-fix'Junio C Hamano2017-08-231-0/+5
|\
| * git-grep: correct exit code with --quiet and -LAnthony Sottile2017-08-181-0/+5
* | grep: given --threads with NO_PTHREADS=YesPlease, warnÆvar Arnfjörð Bjarmason2017-05-261-0/+18
* | grep: add tests for --threads=N and grep.threadsÆvar Arnfjörð Bjarmason2017-05-211-0/+16
* | grep: add a test for backreferences in PCRE patternsÆvar Arnfjörð Bjarmason2017-05-211-0/+7
* | grep: add a test asserting that --perl-regexp dies when !PCREÆvar Arnfjörð Bjarmason2017-05-211-0/+12
* | test-lib: rename the LIBPCRE prerequisite to PCREÆvar Arnfjörð Bjarmason2017-05-211-14/+14
|/
* grep: treat revs the same for --untracked as for --no-indexJeff King2017-02-141-1/+1
* grep: do not diagnose misspelt revs with --no-indexJeff King2017-02-141-0/+5
* grep: avoid resolving revision names in --no-index caseJeff King2017-02-141-0/+13
* grep: fix "--" rev/pathspec disambiguationJeff King2017-02-141-0/+33
* grep: do not unnecessarily query repo for "--"Jonathan Tan2017-02-141-0/+15
* Merge branch 'jk/grep-e-could-be-extended-beyond-posix'Junio C Hamano2017-01-241-11/+15
|\
| * t7810: avoid assumption about invalid regex syntaxJeff King2017-01-111-11/+15
* | Spelling fixesVille Skyttä2016-08-111-1/+1
* | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-07-131-1/+59
|\ \
| * | grep: fix grepping for "intent to add" filesCharles Bailey2016-07-011-0/+58
| * | t7810-grep.sh: fix a whitespace inconsistencyCharles Bailey2016-07-011-1/+1
| * | t7810-grep.sh: fix duplicated test nameCharles Bailey2016-07-011-1/+1
* | | Merge branch 'cb/t7810-test-label-fix'Junio C Hamano2016-07-061-1/+1
|\ \ \
| * | | t7810: fix duplicated test titleCharles Bailey2016-06-221-1/+1
* | | | Merge branch 'rs/xdiff-hunk-with-func-line'Junio C Hamano2016-06-201-3/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | grep: -W: don't extend context to trailing empty linesRené Scharfe2016-05-311-1/+1
| * | | t7810: add test for grep -W and trailing empty context linesRené Scharfe2016-05-311-3/+16
* | | | grep: turn off gitlink detection for --no-indexJeff King2016-03-071-0/+27
|/ / /
* | | builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer2016-01-121-0/+41
* | | t7810: correct --no-index testThomas Gummerer2016-01-111-4/+4
| |/ |/|
* | Merge branch 'rs/grep-color-words'Junio C Hamano2014-10-311-0/+94
|\ \
| * | grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe2014-10-281-0/+94
* | | t/t7810-grep.sh: remove duplicate test_config()Jeremiah Mahler2014-06-051-5/+0
* | | grep: support -h (no header) with --countRené Scharfe2014-03-111-0/+12
* | | t7810: add missing variables to tests in loopRené Scharfe2014-03-111-29/+29
|/ /
* | log --grep-reflog: reject the option without -gJunio C Hamano2012-09-291-0/+4
* | revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy2012-09-291-0/+26
* | grep: prepare for new header field filterNguyễn Thái Ngọc Duy2012-09-291-0/+12