summaryrefslogtreecommitdiff
path: root/t/t7810-grep.sh
AgeCommit message (Expand)Author
2021-07-13Merge branch 'rs/grep-parser-fix'Junio C Hamano
2021-06-30grep: report missing left operand of --andRené Scharfe
2021-03-18t: annotate !PTHREADS tests with !FAIL_PREREQSJeff King
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2021-01-25Merge branch 'ab/mailmap'Junio C Hamano
2021-01-12tests: refactor a few tests to use "test_commit --append"Ævar Arnfjörð Bjarmason
2020-11-19t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-04-20grep: follow conventions for printing paths w/ unusual charsMatheus Tavares
2019-05-14tests: add a special setup where prerequisites failÆvar Arnfjörð Bjarmason
2019-04-02t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`Johannes Schindelin
2018-10-04grep: add -r/--[no-]recursiveRené Scharfe
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano
2018-08-02Merge branch 'tb/grep-only-matching'Junio C Hamano
2018-08-02Merge branch 'es/test-fixes'Junio C Hamano
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-07-16t7810: use test_expect_code() instead of hand-rolled comparisonEric Sunshine
2018-07-09grep.c: teach 'git grep --only-matching'Taylor Blau
2018-06-22builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau
2017-12-13Merge branch 'ab/pcre2-grep'Junio C Hamano
2017-11-24grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT)Ævar Arnfjörð Bjarmason
2017-11-21grep: show non-empty lines before functions with -WRené Scharfe
2017-11-21t7810: improve check of -W with user-defined function linesRené Scharfe
2017-08-23Merge branch 'as/grep-quiet-no-match-exit-code-fix'Junio C Hamano
2017-08-18git-grep: correct exit code with --quiet and -LAnthony Sottile
2017-05-26grep: given --threads with NO_PTHREADS=YesPlease, warnÆvar Arnfjörð Bjarmason
2017-05-20grep: add tests for --threads=N and grep.threadsÆvar Arnfjörð Bjarmason
2017-05-20grep: add a test for backreferences in PCRE patternsÆvar Arnfjörð Bjarmason
2017-05-20grep: add a test asserting that --perl-regexp dies when !PCREÆvar Arnfjörð Bjarmason
2017-05-20test-lib: rename the LIBPCRE prerequisite to PCREÆvar Arnfjörð Bjarmason
2017-02-14grep: treat revs the same for --untracked as for --no-indexJeff King
2017-02-14grep: do not diagnose misspelt revs with --no-indexJeff King
2017-02-14grep: avoid resolving revision names in --no-index caseJeff King
2017-02-14grep: fix "--" rev/pathspec disambiguationJeff King
2017-02-14grep: do not unnecessarily query repo for "--"Jonathan Tan
2017-01-23Merge branch 'jk/grep-e-could-be-extended-beyond-posix'Junio C Hamano
2017-01-11t7810: avoid assumption about invalid regex syntaxJeff King
2016-08-11Spelling fixesVille Skyttä
2016-07-13Merge branch 'nd/ita-cleanup'Junio C Hamano
2016-07-06Merge branch 'cb/t7810-test-label-fix'Junio C Hamano
2016-07-01grep: fix grepping for "intent to add" filesCharles Bailey
2016-07-01t7810-grep.sh: fix a whitespace inconsistencyCharles Bailey
2016-07-01t7810-grep.sh: fix duplicated test nameCharles Bailey
2016-06-21t7810: fix duplicated test titleCharles Bailey
2016-06-20Merge branch 'rs/xdiff-hunk-with-func-line'Junio C Hamano
2016-05-31grep: -W: don't extend context to trailing empty linesRené Scharfe