summaryrefslogtreecommitdiff
path: root/builtin-grep.c
AgeCommit message (Expand)Author
2006-06-21Merge branch 'jc/upload-corrupt' into nextJunio C Hamano
2006-06-21Fix possible out-of-bounds array accessUwe Zeisberger
2006-06-20Add "named object array" conceptLinus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-06-06builtin-grep: pass ignore case option to external grepRobert Fitzsimons
2006-05-31tree_entry(): new tree-walking helper functionLinus Torvalds
2006-05-21remove superflous "const"Alex Riesen
2006-05-17builtin-grep: workaround for non GNU grep.Linus Torvalds
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