summaryrefslogtreecommitdiff
path: root/t/t7810-grep.sh
AgeCommit message (Expand)Author
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
2016-05-31t7810: add test for grep -W and trailing empty context linesRené Scharfe
2016-03-07grep: turn off gitlink detection for --no-indexJeff King
2016-01-12builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer
2016-01-11t7810: correct --no-index testThomas Gummerer
2014-10-31Merge branch 'rs/grep-color-words'Junio C Hamano
2014-10-28grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe
2014-06-05t/t7810-grep.sh: remove duplicate test_config()Jeremiah Mahler
2014-03-11grep: support -h (no header) with --countRené Scharfe
2014-03-11t7810: add missing variables to tests in loopRené Scharfe
2012-09-29log --grep-reflog: reject the option without -gJunio C Hamano
2012-09-29revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy
2012-09-29grep: prepare for new header field filterNguyễn Thái Ngọc Duy
2012-09-18Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano
2012-09-16t7810-grep: test --all-match with multiple --grep and --author optionsMichael J Gruber
2012-09-16t7810-grep: test interaction of multiple --grep and --author optionsMichael J Gruber
2012-09-16t7810-grep: test multiple --author with --all-matchMichael J Gruber
2012-09-16t7810-grep: test multiple --grep with and without --all-matchMichael J Gruber
2012-09-16t7810-grep: bring log --grep tests in common formMichael J Gruber
2012-08-27Merge branch 'js/grep-patterntype-config'Junio C Hamano
2012-08-03grep: add a grep.patternType configuration settingJ Smith
2012-07-30Merge branch 'rj/maint-grep-remove-redundant-test'Junio C Hamano
2012-07-30t7810-*.sh: Remove redundant testRamsay Jones
2012-06-01Merge branch 'rs/maint-grep-F' into maintJunio C Hamano