summaryrefslogtreecommitdiff
path: root/builtin-grep.c
Commit message (Expand)AuthorAgeFilesLines
...
* builtin-grep: support -w (--word-regexp).Junio C Hamano2006-05-021-0/+30
* builtin-grep: support -c (--count).Junio C Hamano2006-05-021-1/+20
* builtin-grep: allow more than one patterns.Junio C Hamano2006-05-021-21/+51
* builtin-grep: allow -<n> and -[ABC]<n> notation for context lines.Junio C Hamano2006-05-021-6/+22
* builtin-grep: printf %.*s length is int, not ptrdiff_t.Junio C Hamano2006-05-021-1/+1
* builtin-grep: do not use setup_revisions()Junio C Hamano2006-05-011-121/+134
* builtin-grep: support '-l' option.Junio C Hamano2006-05-011-0/+10
* builtin-grep: wildcard pathspec fixesJunio C Hamano2006-05-011-23/+62
* built-in "git grep"Junio C Hamano2006-05-011-0/+454