summaryrefslogtreecommitdiffstats
path: root/grep.h
AgeCommit message (Expand)AuthorLines
2018-11-05grep: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy-6/+0
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-1/+2
2018-09-21grep.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-2/+5
2018-08-02Merge branch 'tb/grep-only-matching'Junio C Hamano-0/+1
2018-07-18Merge branch 'tb/grep-column'Junio C Hamano-0/+2
2018-07-09grep.c: teach 'git grep --only-matching'Taylor Blau-0/+1
2018-06-22grep.[ch]: extend grep_opt to allow showing matched columnTaylor Blau-0/+2
2018-05-29grep: keep all colors in an arrayNguyễn Thái Ngọc Duy-8/+13
2017-11-15Merge branch 'ab/pcre-v2'Junio C Hamano-2/+3
2017-11-13grep: fix NO_LIBPCRE1_JIT to fully disable JITCharles Bailey-2/+3
2017-08-02grep: recurse in-process using 'struct repository'Brandon Williams-1/+0
2017-06-30grep: remove regflags from the public grep_opt APIÆvar Arnfjörð Bjarmason-1/+0
2017-06-19Merge branch 'bw/object-id'Junio C Hamano-1/+1
2017-06-02grep: convert to struct object_idBrandon Williams-1/+1
2017-06-02grep: add support for PCRE v2Ævar Arnfjörð Bjarmason-0/+17
2017-06-02grep: un-break building with PCRE >= 8.32 without --enable-jitÆvar Arnfjörð Bjarmason-0/+2
2017-05-26grep: un-break building with PCRE < 8.20Ævar Arnfjörð Bjarmason-0/+3
2017-05-26grep: un-break building with PCRE < 8.32Ævar Arnfjörð Bjarmason-0/+5
2017-05-26grep: add support for the PCRE v1 JIT APIÆvar Arnfjörð Bjarmason-0/+6
2017-05-26grep: change internal *pcre* variable & function names to be *pcre1*Ævar Arnfjörð Bjarmason-4/+4
2017-05-26grep: change the internal PCRE macro names to be PCRE1Ævar Arnfjörð Bjarmason-1/+1
2016-12-22grep: add submodules as a grep source typeBrandon Williams-0/+1
2016-08-04Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano-1/+0
2016-07-25grep: further simplify setting the pattern typeJunio C Hamano-1/+0
2016-07-01grep/pcre: prepare locale-dependent tables for icase matchingNguyễn Thái Ngọc Duy-0/+1
2014-10-28grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe-1/+2
2013-05-10grep: allow to use textconv filtersJeff King-0/+1
2013-02-25fix clang -Wtautological-compare with unsigned enumAntoine Pelisse-1/+2
2012-10-29Merge branch 'nd/grep-true-path'Jeff King-1/+3
2012-10-12grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy-1/+3
2012-10-09grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano-0/+2
2012-10-09grep: move the configuration parsing logic to grep.[ch]Junio C Hamano-0/+4
2012-09-29log --grep-reflog: reject the option without -gJunio C Hamano-0/+1
2012-09-29revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy-0/+1
2012-09-29grep: prepare for new header field filterNguyễn Thái Ngọc Duy-2/+4
2012-09-18Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano-2/+2
2012-09-15grep.c: mark private file-scope symbols as staticJunio C Hamano-2/+1
2012-09-14grep: teach --debug option to dump the parse treeJunio C Hamano-0/+1
2012-08-03grep: add a grep.patternType configuration settingJ Smith-0/+10
2012-06-01Merge branch 'rs/maint-grep-F' into maintJunio C Hamano-1/+1
2012-05-25Merge branch 'rs/maint-grep-F'Junio C Hamano-1/+1
2012-05-20grep: support newline separated pattern listRené Scharfe-1/+1
2012-02-02grep: respect diff attributes for binary-nessJeff King-0/+1
2012-02-02grep: cache userdiff_driver in grep_sourceJeff King-0/+4
2012-02-02grep: drop grep_buffer's "name" parameterJeff King-1/+1
2012-02-02grep: refactor the concept of "grep source" into an objectJeff King-0/+22
2012-02-02grep: move sha1-reading mutex into low-level codeJeff King-0/+17
2012-02-02grep: make locking flag globalJeff King-1/+1
2011-12-16grep: enable threading with -p and -W using lazy attribute lookupThomas Rast-0/+10
2011-08-20Use kwset in grepFredrik Kuivinen-0/+2