aboutsummaryrefslogtreecommitdiff
path: root/builtin-grep.c
Commit message (Expand)AuthorAge
...
* git-grep: use a bit more specific error messages.Junio C Hamano2006-07-04
* git-grep: fix exit code when we use external grep.Junio C Hamano2006-07-04
* git-grep: fix parsing of pathspec separator '--'Junio C Hamano2006-07-04
* Merge branch 'jc/upload-corrupt' into nextJunio C Hamano2006-06-21
|\
| * Fix possible out-of-bounds array accessUwe Zeisberger2006-06-21
* | Add "named object array" conceptLinus Torvalds2006-06-19
|/
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* builtin-grep: pass ignore case option to external grepRobert Fitzsimons2006-06-06
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30
* remove superflous "const"Alex Riesen2006-05-21
* builtin-grep: workaround for non GNU grep.Linus Torvalds2006-05-17
* Fix silly typo in new builtin grepLinus Torvalds2006-05-15
* builtin-grep: unparse more command line options.Junio C Hamano2006-05-15
* builtin-grep: use external grep when we can take advantage of itLinus Torvalds2006-05-14
* builtin-grep: -F (--fixed-strings)Junio C Hamano2006-05-09
* builtin-grep: -w fixJunio C Hamano2006-05-09
* builtin-grep: typofixJunio C Hamano2006-05-09
* builtin-grep: tighten argument parsing.Junio C Hamano2006-05-08
* Teach -f <file> option to builtin-grep.Junio C Hamano2006-05-08
* builtin-grep: -L (--files-without-match).Junio C Hamano2006-05-03
* builtin-grep: binary files -a and -IJunio C Hamano2006-05-03
* builtin-grep: terminate correctly at EOFJunio C Hamano2006-05-03
* builtin-grep: tighten path wildcard vs tree traversal.Junio C Hamano2006-05-02
* builtin-grep: support -w (--word-regexp).Junio C Hamano2006-05-02
* builtin-grep: support -c (--count).Junio C Hamano2006-05-02
* builtin-grep: allow more than one patterns.Junio C Hamano2006-05-02
* builtin-grep: allow -<n> and -[ABC]<n> notation for context lines.Junio C Hamano2006-05-02
* builtin-grep: printf %.*s length is int, not ptrdiff_t.Junio C Hamano2006-05-02
* builtin-grep: do not use setup_revisions()Junio C Hamano2006-05-01
* builtin-grep: support '-l' option.Junio C Hamano2006-05-01
* builtin-grep: wildcard pathspec fixesJunio C Hamano2006-05-01
* built-in "git grep"Junio C Hamano2006-05-01