summaryrefslogtreecommitdiff
path: root/builtin-grep.c
AgeCommit message (Expand)Author
2006-09-28grep --all-matchJunio C Hamano
2006-09-27grep: free expressions and patterns when done.Junio C Hamano
2006-09-20builtin-grep: make pieces of it available as library.Junio C Hamano
2006-09-14Add "-h/-H" parsing to "git grep"Linus Torvalds
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-24builtin-grep.c: remove unused debugging piece.Junio C Hamano
2006-08-16builtin-grep: remove unused debugging cruft.Junio C Hamano
2006-08-15builtin-grep.c cleanupDavid Rientjes
2006-08-12git-grep: show pathnames relative to the current directoryJunio C Hamano
2006-08-06Fix "grep -w"Junio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-05git-grep: boolean expression on pattern matching.Junio C Hamano
2006-07-04git-grep: use a bit more specific error messages.Junio C Hamano
2006-07-04git-grep: fix exit code when we use external grep.Junio C Hamano
2006-07-04git-grep: fix parsing of pathspec separator '--'Junio C Hamano
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