summaryrefslogtreecommitdiffstats
path: root/builtin-grep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove superflous "const"Alex Riesen2006-05-221-1/+1
* builtin-grep: workaround for non GNU grep.Linus Torvalds2006-05-181-3/+20
* Fix silly typo in new builtin grepLinus Torvalds2006-05-161-1/+1
* builtin-grep: unparse more command line options.Junio C Hamano2006-05-151-8/+57
* builtin-grep: use external grep when we can take advantage of itLinus Torvalds2006-05-151-0/+79
* builtin-grep: -F (--fixed-strings)Junio C Hamano2006-05-101-4/+32
* builtin-grep: -w fixJunio C Hamano2006-05-101-3/+3
* builtin-grep: typofixJunio C Hamano2006-05-101-1/+1
* builtin-grep: tighten argument parsing.Junio C Hamano2006-05-091-26/+50
* Teach -f <file> option to builtin-grep.Junio C Hamano2006-05-081-19/+42
* builtin-grep: -L (--files-without-match).Junio C Hamano2006-05-041-0/+20
* builtin-grep: binary files -a and -IJunio C Hamano2006-05-041-0/+44
* builtin-grep: terminate correctly at EOFJunio C Hamano2006-05-041-0/+2
* builtin-grep: tighten path wildcard vs tree traversal.Junio C Hamano2006-05-031-15/+20
* builtin-grep: support -w (--word-regexp).Junio C Hamano2006-05-031-0/+30
* builtin-grep: support -c (--count).Junio C Hamano2006-05-031-1/+20
* builtin-grep: allow more than one patterns.Junio C Hamano2006-05-031-21/+51
* builtin-grep: allow -<n> and -[ABC]<n> notation for context lines.Junio C Hamano2006-05-031-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-021-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