summaryrefslogtreecommitdiff
path: root/builtin-grep.c
Commit message (Expand)AuthorAgeFilesLines
* builtin-grep: remove unused debugging cruft.Junio C Hamano2006-08-161-57/+0
* builtin-grep.c cleanupDavid Rientjes2006-08-141-3/+1
* git-grep: show pathnames relative to the current directoryJunio C Hamano2006-08-111-10/+49
* Fix "grep -w"Junio C Hamano2006-08-061-10/+25
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-2/+2
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* git-grep: boolean expression on pattern matching.Junio C Hamano2006-07-051-51/+327
* git-grep: use a bit more specific error messages.Junio C Hamano2006-07-041-4/+11
* git-grep: fix exit code when we use external grep.Junio C Hamano2006-07-041-5/+10
* git-grep: fix parsing of pathspec separator '--'Junio C Hamano2006-07-041-1/+5
* Merge branch 'jc/upload-corrupt' into nextJunio C Hamano2006-06-211-4/+5
|\
| * Fix possible out-of-bounds array accessUwe Zeisberger2006-06-211-4/+5
* | Add "named object array" conceptLinus Torvalds2006-06-191-10/+6
|/
* Shrink "struct object" a bitLinus Torvalds2006-06-171-4/+3
* builtin-grep: pass ignore case option to external grepRobert Fitzsimons2006-06-061-0/+2
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-16/+10
* remove superflous "const"Alex Riesen2006-05-211-1/+1
* builtin-grep: workaround for non GNU grep.Linus Torvalds2006-05-171-3/+20
* Fix silly typo in new builtin grepLinus Torvalds2006-05-151-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-141-0/+79
* builtin-grep: -F (--fixed-strings)Junio C Hamano2006-05-091-4/+32
* builtin-grep: -w fixJunio C Hamano2006-05-091-3/+3
* builtin-grep: typofixJunio C Hamano2006-05-091-1/+1
* builtin-grep: tighten argument parsing.Junio C Hamano2006-05-081-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-031-0/+20
* builtin-grep: binary files -a and -IJunio C Hamano2006-05-031-0/+44
* builtin-grep: terminate correctly at EOFJunio C Hamano2006-05-031-0/+2
* builtin-grep: tighten path wildcard vs tree traversal.Junio C Hamano2006-05-021-15/+20
* builtin-grep: support -w (--word-regexp).Junio C Hamano2006-05-021-0/+30
* builtin-grep: support -c (--count).Junio C Hamano2006-05-021-1/+20
* builtin-grep: allow more than one patterns.Junio C Hamano2006-05-021-21/+51
* builtin-grep: allow -<n> and -[ABC]<n> notation for context lines.Junio C Hamano2006-05-021-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-011-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