aboutsummaryrefslogtreecommitdiff
path: root/grep.h
Commit message (Expand)AuthorAge
* 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
|/
* Merge branch 'ml/color-grep'Junio C Hamano2010-03-20
|\
| * grep: Colorize selected, context, and function linesMark Lodato2010-03-08
| * grep: Colorize filename, line number, and separatorMark Lodato2010-03-08
* | Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano2010-03-02
|\ \ | |/ |/|
| * "log --author=me --grep=it" should find intersection, not unionJunio C Hamano2010-01-25
* | Threaded grepFredrik Kuivinen2010-01-26
* | grep: rip out support for external grepJunio C Hamano2010-01-13
|/
* grep: Allow case insensitive search of fixed-stringsBrian Collins2009-11-16
* Merge branch 'maint'Junio C Hamano2009-09-13
|\
| * Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano2009-09-13
| |\
| | * grep: accept relative paths outside current working directoryClemens Buchacher2009-09-07
* | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-22
|/ /
* | grep -p: support user defined regular expressionsRené Scharfe2009-07-01
* | grep: add option -p/--show-functionRené Scharfe2009-07-01
* | grep: print context hunk marks between filesRené Scharfe2009-07-01
* | grep: move context hunk mark handling into show_line()René Scharfe2009-07-01
* | grep: use parseoptRené Scharfe2009-05-09
|/
* grep: add support for coloring with external grepsRené Scharfe2009-03-07
* grep: color patterns in outputRené Scharfe2009-03-07
* grep: remove grep_opt argument from match_expr_eval()René Scharfe2009-03-07
* grep: don't call regexec() for fixed stringsRené Scharfe2009-01-09
* git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer2008-10-01
* log --author/--committer: really match only with name partJunio C Hamano2008-09-04
* grep --all-matchJunio C Hamano2006-09-27
* grep: free expressions and patterns when done.Junio C Hamano2006-09-27
* Update grep internal for grepping only in head/bodyJunio C Hamano2006-09-20
* builtin-grep: make pieces of it available as library.Junio C Hamano2006-09-20