summaryrefslogtreecommitdiffstats
path: root/grep.h
Commit message (Expand)AuthorAgeFilesLines
* grep: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2018-11-051-6/+0
* userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+2
* grep.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+5
* Merge branch 'tb/grep-only-matching'Junio C Hamano2018-08-021-0/+1
|\
| * grep.c: teach 'git grep --only-matching'Taylor Blau2018-07-091-0/+1
* | Merge branch 'tb/grep-column'Junio C Hamano2018-07-181-0/+2
|\|
| * grep.[ch]: extend grep_opt to allow showing matched columnTaylor Blau2018-06-221-0/+2
* | grep: keep all colors in an arrayNguyễn Thái Ngọc Duy2018-05-291-8/+13
|/
* Merge branch 'ab/pcre-v2'Junio C Hamano2017-11-151-2/+3
|\
| * grep: fix NO_LIBPCRE1_JIT to fully disable JITCharles Bailey2017-11-131-2/+3
* | grep: recurse in-process using 'struct repository'Brandon Williams2017-08-021-1/+0
* | grep: remove regflags from the public grep_opt APIÆvar Arnfjörð Bjarmason2017-06-301-1/+0
* | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-1/+1
|\ \ | |/ |/|
| * grep: convert to struct object_idBrandon Williams2017-06-021-1/+1
* | grep: add support for PCRE v2Ævar Arnfjörð Bjarmason2017-06-021-0/+17
* | grep: un-break building with PCRE >= 8.32 without --enable-jitÆvar Arnfjörð Bjarmason2017-06-021-0/+2
* | grep: un-break building with PCRE < 8.20Ævar Arnfjörð Bjarmason2017-05-261-0/+3
* | grep: un-break building with PCRE < 8.32Ævar Arnfjörð Bjarmason2017-05-261-0/+5
* | grep: add support for the PCRE v1 JIT APIÆvar Arnfjörð Bjarmason2017-05-261-0/+6
* | grep: change internal *pcre* variable & function names to be *pcre1*Ævar Arnfjörð Bjarmason2017-05-261-4/+4
* | grep: change the internal PCRE macro names to be PCRE1Ævar Arnfjörð Bjarmason2017-05-261-1/+1
|/
* grep: add submodules as a grep source typeBrandon Williams2016-12-221-0/+1
* Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano2016-08-041-1/+0
|\
| * grep: further simplify setting the pattern typeJunio C Hamano2016-07-251-1/+0
* | grep/pcre: prepare locale-dependent tables for icase matchingNguyễn Thái Ngọc Duy2016-07-011-0/+1
|/
* grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe2014-10-281-1/+2
* grep: allow to use textconv filtersJeff King2013-05-101-0/+1
* fix clang -Wtautological-compare with unsigned enumAntoine Pelisse2013-02-251-1/+2
* Merge branch 'nd/grep-true-path'Jeff King2012-10-291-1/+3
|\
| * grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-121-1/+3
* | grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano2012-10-091-0/+2
* | grep: move the configuration parsing logic to grep.[ch]Junio C Hamano2012-10-091-0/+4
* | log --grep-reflog: reject the option without -gJunio C Hamano2012-09-291-0/+1
* | revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy2012-09-291-0/+1
* | grep: prepare for new header field filterNguyễn Thái Ngọc Duy2012-09-291-2/+4
* | Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano2012-09-181-2/+2
|\|
| * grep.c: mark private file-scope symbols as staticJunio C Hamano2012-09-151-2/+1
| * grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-141-0/+1
| * Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-011-1/+1
| |\
* | | grep: add a grep.patternType configuration settingJ Smith2012-08-031-0/+10
* | | Merge branch 'rs/maint-grep-F'Junio C Hamano2012-05-251-1/+1
|\ \ \ | |/ / |/| / | |/
| * grep: support newline separated pattern listRené Scharfe2012-05-201-1/+1
* | grep: respect diff attributes for binary-nessJeff King2012-02-021-0/+1
* | grep: cache userdiff_driver in grep_sourceJeff King2012-02-021-0/+4
* | grep: drop grep_buffer's "name" parameterJeff King2012-02-021-1/+1
* | grep: refactor the concept of "grep source" into an objectJeff King2012-02-021-0/+22
* | grep: move sha1-reading mutex into low-level codeJeff King2012-02-021-0/+17
* | grep: make locking flag globalJeff King2012-02-021-1/+1
* | grep: enable threading with -p and -W using lazy attribute lookupThomas Rast2011-12-161-0/+10
* | Use kwset in grepFredrik Kuivinen2011-08-201-0/+2