summaryrefslogtreecommitdiff
path: root/t/t7810-grep.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason2023-02-061-1/+3
* grep: fix multibyte regex handling under macOSDiomidis Spinellis2022-08-261-0/+15
* grep: add --max-count command line optionCarlos López2022-06-221-0/+87
* grep tests: add missing "grep.patternType" config testsÆvar Arnfjörð Bjarmason2022-02-151-0/+52
* grep tests: create a helper function for "BRE" or "ERE"Ævar Arnfjörð Bjarmason2022-02-151-80/+54
* tests: simplify construction of large blocks of textEric Sunshine2021-12-131-155/+155
* Merge branch 'rs/grep-parser-fix'Junio C Hamano2021-07-131-0/+9
|\
| * grep: report missing left operand of --andRené Scharfe2021-06-301-0/+9
* | t: annotate !PTHREADS tests with !FAIL_PREREQSJeff King2021-03-181-1/+2
* | tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* | Merge branch 'ab/mailmap'Junio C Hamano2021-01-251-15/+3
|\ \
| * | tests: refactor a few tests to use "test_commit --append"Ævar Arnfjörð Bjarmason2021-01-121-15/+3
* | | t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-15/+15
* | | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
|/ /
* | grep: follow conventions for printing paths w/ unusual charsMatheus Tavares2020-04-201-0/+47
* | tests: add a special setup where prerequisites failÆvar Arnfjörð Bjarmason2019-05-141-3/+3
* | t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`Johannes Schindelin2019-04-021-8/+8
|/
* grep: add -r/--[no-]recursiveRené Scharfe2018-10-031-0/+12
* 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-021-0/+15
|\ \
| * | grep.c: teach 'git grep --only-matching'Taylor Blau2018-07-091-0/+15
| |/
* | Merge branch 'es/test-fixes'Junio C Hamano2018-08-021-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)ab/pcre2-grepÆvar Arnfjörð Bjarmason2017-11-241-0/+6
* | grep: show non-empty lines before functions with -Wrs/include-comments-before-the-function-headerRené 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 -Las/grep-quiet-no-match-exit-code-fixAnthony Sottile2017-08-171-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-indexjk/grep-no-index-fixJeff 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-231-11/+15
|\
| * t7810: avoid assumption about invalid regex syntaxjk/grep-e-could-be-extended-beyond-posixJeff King2017-01-111-11/+15
* | Spelling fixesvs/typofixVille 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" filesnd/ita-cleanupCharles Bailey2016-07-011-0/+58