summaryrefslogtreecommitdiff
path: root/grep.h
AgeCommit message (Expand)Author
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-24grep: support NUL chars in search strings for -FRené Scharfe
2010-03-20Merge branch 'ml/color-grep'Junio C Hamano
2010-03-08grep: Colorize selected, context, and function linesMark Lodato
2010-03-08grep: Colorize filename, line number, and separatorMark Lodato
2010-03-02Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano
2010-01-26Threaded grepFredrik Kuivinen
2010-01-26"log --author=me --grep=it" should find intersection, not unionJunio C Hamano
2010-01-13grep: rip out support for external grepJunio C Hamano
2009-11-17grep: Allow case insensitive search of fixed-stringsBrian Collins
2009-09-13Merge branch 'maint'Junio C Hamano
2009-09-13Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano
2009-09-07grep: accept relative paths outside current working directoryClemens Buchacher
2009-07-23grep: Add --max-depth option.Michał Kiedrowicz
2009-07-02grep -p: support user defined regular expressionsRené Scharfe
2009-07-02grep: add option -p/--show-functionRené Scharfe
2009-07-02grep: print context hunk marks between filesRené Scharfe
2009-07-02grep: move context hunk mark handling into show_line()René Scharfe
2009-05-09grep: use parseoptRené Scharfe
2009-03-07grep: add support for coloring with external grepsRené Scharfe
2009-03-07grep: color patterns in outputRené Scharfe
2009-03-07grep: remove grep_opt argument from match_expr_eval()René Scharfe
2009-01-10grep: don't call regexec() for fixed stringsRené Scharfe
2008-10-01git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer
2008-09-05log --author/--committer: really match only with name partJunio C Hamano
2006-09-28grep --all-matchJunio C Hamano
2006-09-27grep: free expressions and patterns when done.Junio C Hamano
2006-09-20Update grep internal for grepping only in head/bodyJunio C Hamano
2006-09-20builtin-grep: make pieces of it available as library.Junio C Hamano