aboutsummaryrefslogtreecommitdiffstats
path: root/grep.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-25Merge branch 'rs/maint-grep-F'Junio C Hamano1-1/+1
2012-05-20grep: support newline separated pattern listRené Scharfe1-1/+1
2012-02-02grep: respect diff attributes for binary-nessJeff King1-0/+1
2012-02-02grep: cache userdiff_driver in grep_sourceJeff King1-0/+4
2012-02-02grep: drop grep_buffer's "name" parameterJeff King1-1/+1
2012-02-02grep: refactor the concept of "grep source" into an objectJeff King1-0/+22
2012-02-02grep: move sha1-reading mutex into low-level codeJeff King1-0/+17
2012-02-02grep: make locking flag globalJeff King1-1/+1
2011-12-16grep: enable threading with -p and -W using lazy attribute lookupThomas Rast1-0/+10
2011-08-20Use kwset in grepFredrik Kuivinen1-0/+2
2011-08-01grep: add option to show whole function as contextRené Scharfe1-0/+1
2011-06-05grep: add --headingRené Scharfe1-0/+1
2011-06-05grep: add --breakRené Scharfe1-0/+1
2011-05-09git-grep: Learn PCREMichał Kiedrowicz1-0/+9
2010-09-13log --author: take union of multiple "author" requestsJunio C Hamano1-0/+2
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-4/+4
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-4/+4
2010-05-24grep: support NUL chars in search strings for -FRené Scharfe1-0/+2
2010-03-20Merge branch 'ml/color-grep'Junio C Hamano1-0/+6
2010-03-08grep: Colorize selected, context, and function linesMark Lodato1-0/+3
2010-03-08grep: Colorize filename, line number, and separatorMark Lodato1-0/+3
2010-03-02Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano1-0/+2
2010-01-26Threaded grepFredrik Kuivinen1-0/+6
2010-01-25"log --author=me --grep=it" should find intersection, not unionJunio C Hamano1-0/+2
2010-01-13grep: rip out support for external grepJunio C Hamano1-1/+0
2009-11-16grep: Allow case insensitive search of fixed-stringsBrian Collins1-0/+2
2009-09-13Merge branch 'maint'Junio C Hamano1-0/+1
2009-09-13Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano1-0/+1
2009-09-07grep: accept relative paths outside current working directoryClemens Buchacher1-0/+1
2009-07-22grep: Add --max-depth option.Michał Kiedrowicz1-0/+1
2009-07-01grep -p: support user defined regular expressionsRené Scharfe1-0/+1
2009-07-01grep: add option -p/--show-functionRené Scharfe1-0/+1
2009-07-01grep: print context hunk marks between filesRené Scharfe1-0/+1
2009-07-01grep: move context hunk mark handling into show_line()René Scharfe1-0/+1
2009-05-09grep: use parseoptRené Scharfe1-14/+14
2009-03-07grep: add support for coloring with external grepsRené Scharfe1-0/+1
2009-03-07grep: color patterns in outputRené Scharfe1-0/+3
2009-03-07grep: remove grep_opt argument from match_expr_eval()René Scharfe1-0/+1
2009-01-09grep: don't call regexec() for fixed stringsRené Scharfe1-0/+1
2008-10-01git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer1-0/+1
2008-09-04log --author/--committer: really match only with name partJunio C Hamano1-0/+7
2006-09-27grep --all-matchJunio C Hamano1-0/+2
2006-09-27grep: free expressions and patterns when done.Junio C Hamano1-0/+1
2006-09-20Update grep internal for grepping only in head/bodyJunio C Hamano1-0/+7
2006-09-20builtin-grep: make pieces of it available as library.Junio C Hamano1-0/+71