aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-grep.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06builtin-grep: pass ignore case option to external grepRobert Fitzsimons1-0/+2
2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds1-16/+10
2006-05-21remove superflous "const"Alex Riesen1-1/+1
2006-05-17builtin-grep: workaround for non GNU grep.Linus Torvalds1-3/+20
2006-05-15Fix silly typo in new builtin grepLinus Torvalds1-1/+1
2006-05-15builtin-grep: unparse more command line options.Junio C Hamano1-8/+57
2006-05-14builtin-grep: use external grep when we can take advantage of itLinus Torvalds1-0/+79
2006-05-09builtin-grep: -F (--fixed-strings)Junio C Hamano1-4/+32
2006-05-09builtin-grep: -w fixJunio C Hamano1-3/+3
2006-05-09builtin-grep: typofixJunio C Hamano1-1/+1
2006-05-08builtin-grep: tighten argument parsing.Junio C Hamano1-26/+50
2006-05-08Teach -f <file> option to builtin-grep.Junio C Hamano1-19/+42
2006-05-03builtin-grep: -L (--files-without-match).Junio C Hamano1-0/+20
2006-05-03builtin-grep: binary files -a and -IJunio C Hamano1-0/+44
2006-05-03builtin-grep: terminate correctly at EOFJunio C Hamano1-0/+2
2006-05-02builtin-grep: tighten path wildcard vs tree traversal.Junio C Hamano1-15/+20
2006-05-02builtin-grep: support -w (--word-regexp).Junio C Hamano1-0/+30
2006-05-02builtin-grep: support -c (--count).Junio C Hamano1-1/+20
2006-05-02builtin-grep: allow more than one patterns.Junio C Hamano1-21/+51
2006-05-02builtin-grep: allow -<n> and -[ABC]<n> notation for context lines.Junio C Hamano1-6/+22
2006-05-02builtin-grep: printf %.*s length is int, not ptrdiff_t.Junio C Hamano1-1/+1
2006-05-01builtin-grep: do not use setup_revisions()Junio C Hamano1-121/+134
2006-05-01builtin-grep: support '-l' option.Junio C Hamano1-0/+10
2006-05-01builtin-grep: wildcard pathspec fixesJunio C Hamano1-23/+62
2006-05-01built-in "git grep"Junio C Hamano1-0/+454