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