summaryrefslogtreecommitdiff
path: root/t/t7810-grep.sh
AgeCommit message (Expand)Author
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
2012-05-25Merge branch 'rs/maint-grep-F'Junio C Hamano
2012-05-20grep: support newline separated pattern listRené Scharfe
2012-02-27grep -P: add tests for matching ^ and $Michał Kiedrowicz
2012-01-23grep: fix -l/-L interaction with decoration linesAlbert Yale
2011-12-12grep: load funcname patterns for -WThomas Rast
2011-10-05Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano
2011-08-01grep: add option to show whole function as contextRené Scharfe
2011-06-30Merge branch 'rs/grep-color'Junio C Hamano
2011-06-20t7810: avoid unportable use of "echo"Junio C Hamano
2011-06-06grep: add --headingRené Scharfe
2011-06-06grep: add --breakRené Scharfe