summaryrefslogtreecommitdiff
path: root/builtin-grep.c
AgeCommit message (Expand)Author
2006-05-16Fix silly typo in new builtin grepLinus Torvalds
2006-05-15builtin-grep: unparse more command line options.Junio C Hamano
2006-05-15builtin-grep: use external grep when we can take advantage of itLinus Torvalds
2006-05-10builtin-grep: -F (--fixed-strings)Junio C Hamano
2006-05-10builtin-grep: -w fixJunio C Hamano
2006-05-10builtin-grep: typofixJunio C Hamano
2006-05-09builtin-grep: tighten argument parsing.Junio C Hamano
2006-05-08Teach -f <file> option to builtin-grep.Junio C Hamano
2006-05-04builtin-grep: -L (--files-without-match).Junio C Hamano
2006-05-04builtin-grep: binary files -a and -IJunio C Hamano
2006-05-04builtin-grep: terminate correctly at EOFJunio C Hamano
2006-05-03builtin-grep: tighten path wildcard vs tree traversal.Junio C Hamano
2006-05-02builtin-grep: support -w (--word-regexp).Junio C Hamano
2006-05-02builtin-grep: support -c (--count).Junio C Hamano
2006-05-02builtin-grep: allow more than one patterns.Junio C Hamano
2006-05-02builtin-grep: allow -<n> and -[ABC]<n> notation for context lines.Junio C Hamano
2006-05-02builtin-grep: printf %.*s length is int, not ptrdiff_t.Junio C Hamano
2006-05-01builtin-grep: do not use setup_revisions()Junio C Hamano
2006-05-01builtin-grep: support '-l' option.Junio C Hamano
2006-05-01builtin-grep: wildcard pathspec fixesJunio C Hamano
2006-05-01built-in "git grep"Junio C Hamano