summaryrefslogtreecommitdiff
path: root/builtin-grep.c
Commit message (Expand)AuthorAgeFilesLines
* grep -An -Bm: fix invocation of external grep commandJunio C Hamano2007-11-171-3/+3
* grep with unmerged indexJunio C Hamano2007-11-051-1/+1
* Split grep arguments in a way that does not requires to add /dev/null.Junio C Hamano2007-09-141-14/+76
* sscanf/strtoul: parse integers robustlyJim Meyering2007-04-111-14/+1
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-4/+7
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-211-1/+1
* git-grep: don't use sscanfJim Meyering2007-03-141-1/+14
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-071-3/+6
* Don't build external_grep if its not usedShawn O. Pearce2007-03-071-0/+2
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-4/+4
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-3/+3
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-3/+3
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+0
* grep: do not skip unmerged entries when grepping in the working tree.Junio C Hamano2006-11-261-4/+21
* grep --all-matchJunio C Hamano2006-09-271-0/+4
* grep: free expressions and patterns when done.Junio C Hamano2006-09-271-0/+2
* builtin-grep: make pieces of it available as library.Junio C Hamano2006-09-201-504/+18
* Add "-h/-H" parsing to "git grep"Linus Torvalds2006-09-141-4/+11
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* builtin-grep.c: remove unused debugging piece.Junio C Hamano2006-08-231-3/+0
* 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