aboutsummaryrefslogtreecommitdiff
path: root/builtin-grep.c
Commit message (Expand)AuthorAge
* Merge branch 'bc/grep-i-F'Junio C Hamano2009-11-22
|\
| * grep: Allow case insensitive search of fixed-stringsBrian Collins2009-11-16
* | grep: unset GREP_OPTIONS before spawning external grepRené Scharfe2009-11-22
* | Show usage string for 'git grep -h'Jonathan Nieder2009-11-09
* | Merge branch 'maint-1.6.4' into maintJunio C Hamano2009-10-16
|\ \ | |/ |/|
| * grep: do not segfault when -f is usedMatt Kraai2009-10-16
* | Merge branch 'maint'Junio C Hamano2009-09-13
|\ \ | |/
| * Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano2009-09-13
| |\
| | * grep: accept relative paths outside current working directoryClemens Buchacher2009-09-07
| | * grep: fix exit status if external_grep() puntsClemens Buchacher2009-09-07
* | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-22
|/ /
* | Merge branch 'rs/grep-p'Junio C Hamano2009-07-09
|\ \
| * | grep: simplify -p outputRené Scharfe2009-07-02
| * | grep -p: support user defined regular expressionsRené Scharfe2009-07-01
| * | grep: add option -p/--show-functionRené Scharfe2009-07-01
| * | grep: print context hunk marks between filesRené Scharfe2009-07-01
* | | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
|/ /
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* | grep: make callback functions staticRené Scharfe2009-05-20
* | grep: use parseoptRené Scharfe2009-05-09
* | grep: remove global variable builtin_grepRené Scharfe2009-05-09
|/
* grep: don't support "grep.color"-like config optionsMarkus Heidelberg2009-04-20
* grep: prefer builtin over external one when coloring resultsNguyễn Thái Ngọc Duy2009-03-17
* grep: add support for coloring with external grepsRené Scharfe2009-03-07
* grep: color patterns in outputRené Scharfe2009-03-07
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-03
|\
| * grep: pass -I (ignore binary) down to external grepJunio C Hamano2009-02-02
* | grep: grep cache entries if they are "assume unchanged"Nguyễn Thái Ngọc Duy2008-12-27
* | grep: support --no-ext-grep to test builtin grepNguyễn Thái Ngọc Duy2008-12-27
* | git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer2008-10-01
|/
* Merge branch 'nd/worktree' into maintJunio C Hamano2008-09-03
|\
| * grep: fix worktree setupNguyễn Thái Ngọc Duy2008-08-28
* | 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
|/
* Merge branch 'maint'Junio C Hamano2008-07-20
|\
| * fix usage string for git grepJonathan Nieder2008-07-20
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\ \ | |/ |/|
| * Make usage strings dash-lessStephan Beyer2008-07-13
* | Fix buffer overflow in git-grepDmitry Potapov2008-07-16
|/
* add NO_EXTERNAL_GREP build optionJeff King2008-03-13
* Teach git-grep --name-only as synonym for -lShawn O. Pearce2008-02-20
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-04
* git grep shows the same hit repeatedly for unmerged pathsJunio C Hamano2007-12-05
* grep -An -Bm: fix invocation of external grep commandJunio C Hamano2007-11-17
* grep with unmerged indexJunio C Hamano2007-11-05
* Split grep arguments in a way that does not requires to add /dev/null.Junio C Hamano2007-09-14
* sscanf/strtoul: parse integers robustlyJim Meyering2007-04-11
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-21
* git-grep: don't use sscanfJim Meyering2007-03-14