summaryrefslogtreecommitdiff
path: root/grep.h
AgeCommit message (Expand)Author
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