aboutsummaryrefslogtreecommitdiff
path: root/grep.h
Commit message (Expand)AuthorAge
* Merge branch 'ab/pcre-v2'Junio C Hamano2017-11-15
|\
| * grep: fix NO_LIBPCRE1_JIT to fully disable JITCharles Bailey2017-11-13
* | grep: recurse in-process using 'struct repository'Brandon Williams2017-08-02
* | grep: remove regflags from the public grep_opt APIÆvar Arnfjörð Bjarmason2017-06-30
* | Merge branch 'bw/object-id'Junio C Hamano2017-06-19
|\ \ | |/ |/|
| * grep: convert to struct object_idBrandon Williams2017-06-02
* | grep: add support for PCRE v2Ævar Arnfjörð Bjarmason2017-06-02
* | grep: un-break building with PCRE >= 8.32 without --enable-jitÆvar Arnfjörð Bjarmason2017-06-02
* | grep: un-break building with PCRE < 8.20Ævar Arnfjörð Bjarmason2017-05-26
* | grep: un-break building with PCRE < 8.32Ævar Arnfjörð Bjarmason2017-05-26
* | grep: add support for the PCRE v1 JIT APIÆvar Arnfjörð Bjarmason2017-05-26
* | grep: change internal *pcre* variable & function names to be *pcre1*Ævar Arnfjörð Bjarmason2017-05-26
* | grep: change the internal PCRE macro names to be PCRE1Ævar Arnfjörð Bjarmason2017-05-26
|/
* grep: add submodules as a grep source typeBrandon Williams2016-12-22
* Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano2016-08-04
|\
| * grep: further simplify setting the pattern typeJunio C Hamano2016-07-25
* | grep/pcre: prepare locale-dependent tables for icase matchingNguyễn Thái Ngọc Duy2016-07-01
|/
* grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe2014-10-28
* grep: allow to use textconv filtersJeff King2013-05-10
* fix clang -Wtautological-compare with unsigned enumAntoine Pelisse2013-02-25
* Merge branch 'nd/grep-true-path'Jeff King2012-10-29
|\
| * grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-12
* | grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano2012-10-09
* | grep: move the configuration parsing logic to grep.[ch]Junio C Hamano2012-10-09
* | log --grep-reflog: reject the option without -gJunio C Hamano2012-09-29
* | revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy2012-09-29
* | grep: prepare for new header field filterNguyễn Thái Ngọc Duy2012-09-29
* | Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano2012-09-18
|\ \ | |/
| * grep.c: mark private file-scope symbols as staticJunio C Hamano2012-09-15
| * grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-14
| * Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-01
| |\
* | | grep: add a grep.patternType configuration settingJ Smith2012-08-03
* | | Merge branch 'rs/maint-grep-F'Junio C Hamano2012-05-25
|\ \ \ | |/ / |/| / | |/
| * grep: support newline separated pattern listRené Scharfe2012-05-20
* | grep: respect diff attributes for binary-nessJeff King2012-02-02
* | grep: cache userdiff_driver in grep_sourceJeff King2012-02-02
* | grep: drop grep_buffer's "name" parameterJeff King2012-02-02
* | grep: refactor the concept of "grep source" into an objectJeff King2012-02-02
* | grep: move sha1-reading mutex into low-level codeJeff King2012-02-02
* | grep: make locking flag globalJeff King2012-02-02
* | grep: enable threading with -p and -W using lazy attribute lookupThomas Rast2011-12-16
* | Use kwset in grepFredrik Kuivinen2011-08-20
* | grep: add option to show whole function as contextRené Scharfe2011-08-01
* | grep: add --headingRené Scharfe2011-06-05
* | grep: add --breakRené Scharfe2011-06-05
|/
* git-grep: Learn PCREMichał Kiedrowicz2011-05-09
* log --author: take union of multiple "author" requestsJunio C Hamano2010-09-13
* Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\
| * enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
* | grep: support NUL chars in search strings for -FRené Scharfe2010-05-24
|/