summaryrefslogtreecommitdiff
path: root/builtin-grep.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/grep-p'Junio C Hamano2009-07-091-1/+21
|\
| * grep: simplify -p outputRené Scharfe2009-07-021-2/+2
| * grep -p: support user defined regular expressionsRené Scharfe2009-07-011-0/+7
| * grep: add option -p/--show-functionRené Scharfe2009-07-011-3/+5
| * grep: print context hunk marks between filesRené Scharfe2009-07-011-0/+11
* | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
|/
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* grep: make callback functions staticRené Scharfe2009-05-201-8/+10
* grep: use parseoptRené Scharfe2009-05-091-226/+180
* grep: remove global variable builtin_grepRené Scharfe2009-05-091-7/+7
* grep: don't support "grep.color"-like config optionsMarkus Heidelberg2009-04-201-6/+3
* grep: prefer builtin over external one when coloring resultsNguyễn Thái Ngọc Duy2009-03-171-0/+2
* grep: add support for coloring with external grepsRené Scharfe2009-03-071-0/+36
* grep: color patterns in outputRené Scharfe2009-03-071-0/+32
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-031-0/+2
|\
| * grep: pass -I (ignore binary) down to external grepJunio C Hamano2009-02-021-0/+2
* | grep: grep cache entries if they are "assume unchanged"Nguyễn Thái Ngọc Duy2008-12-271-1/+6
* | grep: support --no-ext-grep to test builtin grepNguyễn Thái Ngọc Duy2008-12-271-1/+7
* | git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer2008-10-011-0/+8
|/
* Merge branch 'nd/worktree' into maintJunio C Hamano2008-09-031-1/+4
|\
| * grep: fix worktree setupNguyễn Thái Ngọc Duy2008-08-281-1/+4
* | 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-1/+1
|/
* Merge branch 'maint'Junio C Hamano2008-07-201-1/+1
|\
| * fix usage string for git grepJonathan Nieder2008-07-201-1/+1
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\ \ | |/ |/|
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | Fix buffer overflow in git-grepDmitry Potapov2008-07-161-12/+15
|/
* add NO_EXTERNAL_GREP build optionJeff King2008-03-131-2/+10
* Teach git-grep --name-only as synonym for -lShawn O. Pearce2008-02-201-0/+1
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-2/+2
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-041-1/+1
* git grep shows the same hit repeatedly for unmerged pathsJunio C Hamano2007-12-051-6/+6
* 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