Create/delete branch ref logs.
[gitweb.git] / builtin-grep.c
2006-05-17 Merge branch 'maint'
2006-05-17 Merge branch 'np/pack'
2006-05-16 Merge branch 'se/tag'
2006-05-16 Merge branch 'se/rev-parse'
2006-05-16 Merge branch 'se/diff'
2006-05-16 Merge branch 'se/rebase'
2006-05-16 Merge branch 'lt/oneway'
2006-05-16 Merge branch 'ew/send-email'
2006-05-16 Merge branch 'lt/config'
2006-05-16 Merge branch 'jc/grep'
2006-05-16 Fix silly typo in new builtin grep
2006-05-15 builtin-grep: unparse more command line options.
2006-05-15 builtin-grep: use external grep when we can take advant...
2006-05-10 builtin-grep: -F (--fixed-strings)
2006-05-10 builtin-grep: -w fix
2006-05-10 builtin-grep: typofix
2006-05-09 builtin-grep: tighten argument parsing.
2006-05-08 Teach -f <file> option to builtin-grep.
2006-05-04 builtin-grep: -L (--files-without-match).
2006-05-04 builtin-grep: binary files -a and -I
2006-05-04 builtin-grep: terminate correctly at EOF
2006-05-03 builtin-grep: tighten path wildcard vs tree traversal.
2006-05-02 builtin-grep: support -w (--word-regexp).
2006-05-02 builtin-grep: support -c (--count).
2006-05-02 builtin-grep: allow more than one patterns.
2006-05-02 builtin-grep: allow -<n> and -[ABC]<n> notation for...
2006-05-02 builtin-grep: printf %.*s length is int, not ptrdiff_t.
2006-05-01 builtin-grep: do not use setup_revisions()
2006-05-01 builtin-grep: support '-l' option.
2006-05-01 builtin-grep: wildcard pathspec fixes
2006-05-01 built-in "git grep"