summaryrefslogtreecommitdiffstats
path: root/grep.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | grep: add option to show whole function as contextRené Scharfe2011-08-011-0/+1
* | grep: add --headingRené Scharfe2011-06-051-0/+1
* | grep: add --breakRené Scharfe2011-06-051-0/+1
|/
* git-grep: Learn PCREMichał Kiedrowicz2011-05-091-0/+9
* log --author: take union of multiple "author" requestsJunio C Hamano2010-09-131-0/+2
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-4/+4
|\
| * enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-4/+4
* | grep: support NUL chars in search strings for -FRené Scharfe2010-05-241-0/+2
|/
* Merge branch 'ml/color-grep'Junio C Hamano2010-03-201-0/+6
|\
| * grep: Colorize selected, context, and function linesMark Lodato2010-03-081-0/+3
| * grep: Colorize filename, line number, and separatorMark Lodato2010-03-081-0/+3
* | Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano2010-03-021-0/+2
|\ \ | |/ |/|
| * "log --author=me --grep=it" should find intersection, not unionJunio C Hamano2010-01-251-0/+2
* | Threaded grepFredrik Kuivinen2010-01-261-0/+6
* | grep: rip out support for external grepJunio C Hamano2010-01-131-1/+0
|/
* grep: Allow case insensitive search of fixed-stringsBrian Collins2009-11-161-0/+2
* Merge branch 'maint'Junio C Hamano2009-09-131-0/+1
|\
| * Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano2009-09-131-0/+1
| |\
| | * grep: accept relative paths outside current working directoryClemens Buchacher2009-09-071-0/+1
* | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-221-0/+1
|/ /
* | grep -p: support user defined regular expressionsRené Scharfe2009-07-011-0/+1
* | grep: add option -p/--show-functionRené Scharfe2009-07-011-0/+1