summaryrefslogtreecommitdiff
path: root/builtin-grep.c
AgeCommit message (Expand)Author
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-16Fix buffer overflow in git-grepDmitry Potapov
2008-07-13Make usage strings dash-lessStephan Beyer
2008-03-13add NO_EXTERNAL_GREP build optionJeff King
2008-02-21Teach git-grep --name-only as synonym for -lShawn O. Pearce
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering
2007-12-06git grep shows the same hit repeatedly for unmerged pathsJunio C Hamano
2007-11-18grep -An -Bm: fix invocation of external grep commandJunio C Hamano
2007-11-06grep with unmerged indexJunio C Hamano
2007-09-14Split grep arguments in a way that does not requires to add /dev/null.Junio C Hamano
2007-04-12sscanf/strtoul: parse integers robustlyJim Meyering
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-21Remove "pathlen" from "struct name_entry"Linus Torvalds
2007-03-14git-grep: don't use sscanfJim Meyering
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-07Don't build external_grep if its not usedShawn O. Pearce
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-26grep: do not skip unmerged entries when grepping in the working tree.Junio C Hamano
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