summaryrefslogtreecommitdiff
path: root/builtin-grep.c
AgeCommit message (Expand)Author
2009-11-23Merge branch 'bc/grep-i-F'Junio C Hamano
2009-11-23grep: unset GREP_OPTIONS before spawning external grepRené Scharfe
2009-11-17grep: Allow case insensitive search of fixed-stringsBrian Collins
2009-11-10Show usage string for 'git grep -h'Jonathan Nieder
2009-10-17Merge branch 'maint-1.6.4' into maintJunio C Hamano
2009-10-17grep: do not segfault when -f is usedMatt Kraai
2009-09-13Merge branch 'maint'Junio C Hamano
2009-09-13Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano
2009-09-07grep: accept relative paths outside current working directoryClemens Buchacher
2009-09-07grep: fix exit status if external_grep() puntsClemens Buchacher
2009-07-23grep: Add --max-depth option.Michał Kiedrowicz
2009-07-09Merge branch 'rs/grep-p'Junio C Hamano
2009-07-03grep: simplify -p outputRené Scharfe
2009-07-02grep -p: support user defined regular expressionsRené Scharfe
2009-07-02grep: add option -p/--show-functionRené Scharfe
2009-07-02grep: print context hunk marks between filesRené Scharfe
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-21grep: make callback functions staticRené Scharfe
2009-05-09grep: use parseoptRené Scharfe
2009-05-09grep: remove global variable builtin_grepRené Scharfe
2009-04-21grep: don't support "grep.color"-like config optionsMarkus Heidelberg
2009-03-18grep: prefer builtin over external one when coloring resultsNguyễn Thái Ngọc Duy
2009-03-07grep: add support for coloring with external grepsRené Scharfe
2009-03-07grep: color patterns in outputRené Scharfe
2009-02-03Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-02grep: pass -I (ignore binary) down to external grepJunio C Hamano
2008-12-27grep: grep cache entries if they are "assume unchanged"Nguyễn Thái Ngọc Duy
2008-12-27grep: support --no-ext-grep to test builtin grepNguyễn Thái Ngọc Duy
2008-10-01git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer
2008-09-03Merge branch 'nd/worktree' into maintJunio C Hamano
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-08-29grep: fix worktree setupNguyễn Thái Ngọc Duy
2008-07-21Merge branch 'maint'Junio C Hamano
2008-07-20fix usage string for git grepJonathan Nieder
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