summaryrefslogtreecommitdiff
path: root/builtin-grep.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-05git grep shows the same hit repeatedly for unmerged pathsLibravatar Junio C Hamano1-6/+6
2007-11-17grep -An -Bm: fix invocation of external grep commandLibravatar Junio C Hamano1-3/+3
2007-11-05grep with unmerged indexLibravatar Junio C Hamano1-1/+1
2007-09-14Split grep arguments in a way that does not requires to add /dev/null.Libravatar Junio C Hamano1-14/+76
2007-04-11sscanf/strtoul: parse integers robustlyLibravatar Jim Meyering1-14/+1
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Libravatar Linus Torvalds1-4/+7
2007-03-21Remove "pathlen" from "struct name_entry"Libravatar Linus Torvalds1-1/+1
2007-03-14git-grep: don't use sscanfLibravatar Jim Meyering1-1/+14
2007-03-07Cast 64 bit off_t to 32 bit size_tLibravatar Shawn O. Pearce1-3/+6
2007-03-07Don't build external_grep if its not usedLibravatar Shawn O. Pearce1-0/+2
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-4/+4
2007-02-20prefixcmp(): fix-up mechanical conversion.Libravatar Junio C Hamano1-3/+3
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-3/+3
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft1-1/+1
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-3/+0
2006-11-26grep: do not skip unmerged entries when grepping in the working tree.Libravatar Junio C Hamano1-4/+21
2006-09-27grep --all-matchLibravatar Junio C Hamano1-0/+4
2006-09-27grep: free expressions and patterns when done.Libravatar Junio C Hamano1-0/+2
2006-09-20builtin-grep: make pieces of it available as library.Libravatar Junio C Hamano1-504/+18
2006-09-14Add "-h/-H" parsing to "git grep"Libravatar Linus Torvalds1-4/+11
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-1/+1
2006-08-23builtin-grep.c: remove unused debugging piece.Libravatar Junio C Hamano1-3/+0
2006-08-16builtin-grep: remove unused debugging cruft.Libravatar Junio C Hamano1-57/+0
2006-08-14builtin-grep.c cleanupLibravatar David Rientjes1-3/+1
2006-08-11git-grep: show pathnames relative to the current directoryLibravatar Junio C Hamano1-10/+49
2006-08-06Fix "grep -w"Libravatar Junio C Hamano1-10/+25
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-2/+1
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Libravatar Linus Torvalds1-2/+2
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1
2006-07-05git-grep: boolean expression on pattern matching.Libravatar Junio C Hamano1-51/+327
2006-07-04git-grep: use a bit more specific error messages.Libravatar Junio C Hamano1-4/+11
2006-07-04git-grep: fix exit code when we use external grep.Libravatar Junio C Hamano1-5/+10
2006-07-04git-grep: fix parsing of pathspec separator '--'Libravatar Junio C Hamano1-1/+5
2006-06-21Merge branch 'jc/upload-corrupt' into nextLibravatar Junio C Hamano1-4/+5
2006-06-21Fix possible out-of-bounds array accessLibravatar Uwe Zeisberger1-4/+5
2006-06-19Add "named object array" conceptLibravatar Linus Torvalds1-10/+6
2006-06-17Shrink "struct object" a bitLibravatar Linus Torvalds1-4/+3
2006-06-06builtin-grep: pass ignore case option to external grepLibravatar Robert Fitzsimons1-0/+2
2006-05-30tree_entry(): new tree-walking helper functionLibravatar Linus Torvalds1-16/+10
2006-05-21remove superflous "const"Libravatar Alex Riesen1-1/+1
2006-05-17builtin-grep: workaround for non GNU grep.Libravatar Linus Torvalds1-3/+20
2006-05-15Fix silly typo in new builtin grepLibravatar Linus Torvalds1-1/+1
2006-05-15builtin-grep: unparse more command line options.Libravatar Junio C Hamano1-8/+57
2006-05-14builtin-grep: use external grep when we can take advantage of itLibravatar Linus Torvalds1-0/+79
2006-05-09builtin-grep: -F (--fixed-strings)Libravatar Junio C Hamano1-4/+32
2006-05-09builtin-grep: -w fixLibravatar Junio C Hamano1-3/+3
2006-05-09builtin-grep: typofixLibravatar Junio C Hamano1-1/+1
2006-05-08builtin-grep: tighten argument parsing.Libravatar Junio C Hamano1-26/+50
2006-05-08Teach -f <file> option to builtin-grep.Libravatar Junio C Hamano1-19/+42
2006-05-03builtin-grep: -L (--files-without-match).Libravatar Junio C Hamano1-0/+20