summaryrefslogtreecommitdiffstats
path: root/grep.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | grep: print context hunk marks between filesRené Scharfe2009-07-011-0/+1
* | grep: move context hunk mark handling into show_line()René Scharfe2009-07-011-0/+1
* | grep: use parseoptRené Scharfe2009-05-091-14/+14
|/
* grep: add support for coloring with external grepsRené Scharfe2009-03-071-0/+1
* grep: color patterns in outputRené Scharfe2009-03-071-0/+3
* grep: remove grep_opt argument from match_expr_eval()René Scharfe2009-03-071-0/+1
* grep: don't call regexec() for fixed stringsRené Scharfe2009-01-091-0/+1
* git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer2008-10-011-0/+1
* log --author/--committer: really match only with name partJunio C Hamano2008-09-041-0/+7
* grep --all-matchJunio C Hamano2006-09-271-0/+2
* grep: free expressions and patterns when done.Junio C Hamano2006-09-271-0/+1
* Update grep internal for grepping only in head/bodyJunio C Hamano2006-09-201-0/+7
* builtin-grep: make pieces of it available as library.Junio C Hamano2006-09-201-0/+71