aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7810-grep.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-07Merge branch 'ps/leakfixes-part-9' into ps/leakfixes-part-10Junio C Hamano1-0/+1
2024-11-04builtin/grep: fix leak with `--max-count=0`Patrick Steinhardt1-0/+1
2024-10-22grep: disable lookahead on errorRené Scharfe1-0/+9
2024-07-30grep: -W: skip trailing empty lines at EOF, tooRené Scharfe1-0/+1
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-2/+2
2023-11-07Merge branch 'jc/grep-f-relative-to-cwd'Junio C Hamano1-0/+13
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-10-20grep: die gracefully when outside repositoryKristoffer Haugsbakk1-0/+27
2023-10-12grep: -f <path> is relative to $cwdJunio C Hamano1-0/+13
2023-02-06tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason1-1/+3
2022-08-26grep: fix multibyte regex handling under macOSDiomidis Spinellis1-0/+15
2022-06-22grep: add --max-count command line optionCarlos López1-0/+87
2022-02-15grep tests: add missing "grep.patternType" config testsÆvar Arnfjörð Bjarmason1-0/+52
2022-02-15grep tests: create a helper function for "BRE" or "ERE"Ævar Arnfjörð Bjarmason1-80/+54
2021-12-13tests: simplify construction of large blocks of textEric Sunshine1-155/+155
2021-07-13Merge branch 'rs/grep-parser-fix'Junio C Hamano1-0/+9
2021-06-30grep: report missing left operand of --andRené Scharfe1-0/+9
2021-03-18t: annotate !PTHREADS tests with !FAIL_PREREQSJeff King1-1/+2
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-1/+1
2021-01-25Merge branch 'ab/mailmap'Junio C Hamano1-15/+3
2021-01-12tests: refactor a few tests to use "test_commit --append"Ævar Arnfjörð Bjarmason1-15/+3
2020-11-19t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-15/+15
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-04-20grep: follow conventions for printing paths w/ unusual charsMatheus Tavares1-0/+47
2019-05-14tests: add a special setup where prerequisites failÆvar Arnfjörð Bjarmason1-3/+3
2019-04-02t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`Johannes Schindelin1-8/+8
2018-10-03grep: add -r/--[no-]recursiveRené Scharfe1-0/+12
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-22/+13
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-20/+11
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor1-1/+1
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor1-1/+1
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano1-2/+1
2018-08-02Merge branch 'tb/grep-only-matching'Junio C Hamano1-0/+15
2018-08-02Merge branch 'es/test-fixes'Junio C Hamano1-4/+3
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-2/+1
2018-07-16t7810: use test_expect_code() instead of hand-rolled comparisonEric Sunshine1-4/+3
2018-07-09grep.c: teach 'git grep --only-matching'Taylor Blau1-0/+15
2018-06-22builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau1-0/+95
2017-12-13Merge branch 'ab/pcre2-grep'Junio C Hamano1-0/+6
2017-11-24grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT)Ævar Arnfjörð Bjarmason1-0/+6
2017-11-21grep: show non-empty lines before functions with -WRené Scharfe1-1/+1
2017-11-21t7810: improve check of -W with user-defined function linesRené Scharfe1-10/+31
2017-08-23Merge branch 'as/grep-quiet-no-match-exit-code-fix'Junio C Hamano1-0/+5
2017-08-17git-grep: correct exit code with --quiet and -LAnthony Sottile1-0/+5
2017-05-26grep: given --threads with NO_PTHREADS=YesPlease, warnÆvar Arnfjörð Bjarmason1-0/+18
2017-05-21grep: add tests for --threads=N and grep.threadsÆvar Arnfjörð Bjarmason1-0/+16
2017-05-21grep: add a test for backreferences in PCRE patternsÆvar Arnfjörð Bjarmason1-0/+7
2017-05-21grep: add a test asserting that --perl-regexp dies when !PCREÆvar Arnfjörð Bjarmason1-0/+12
2017-05-21test-lib: rename the LIBPCRE prerequisite to PCREÆvar Arnfjörð Bjarmason1-14/+14