summaryrefslogtreecommitdiff
path: root/builtin-grep.c
Commit message (Expand)AuthorAgeFilesLines
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-1010/+0
* Merge branch 'maint'Junio C Hamano2010-02-161-9/+16
|\
| * Fix use of mutex in threaded grepJunio C Hamano2010-02-161-9/+16
* | Merge branch 'rs/git-dir-cleanup'Junio C Hamano2010-02-131-0/+40
|\ \
| * | Resurrect "git grep --no-index"Junio C Hamano2010-02-131-0/+40
| |/
* | accept "git grep -- pattern"Jeff King2010-02-071-0/+10
|/
* Revert 30816237 and 7e62265Junio C Hamano2010-02-051-40/+0
* grep: Fix two memory leaksDan McGee2010-01-301-0/+2
* grep --quiet: finishing touchesJunio C Hamano2010-01-281-1/+1
* Threaded grepFredrik Kuivinen2010-01-261-31/+374
* grep: expose "status-only" feature via -qJunio C Hamano2010-01-251-2/+14
* Merge branch 'jc/grep-lookahead'Junio C Hamano2010-01-201-319/+38
|\
| * grep --no-index: allow use of "git grep" outside a git repositoryJunio C Hamano2010-01-151-0/+26
| * grep: prepare to run outside of a work treeJunio C Hamano2010-01-151-0/+7
| * grep: rip out support for external grepJunio C Hamano2010-01-131-302/+5
* | Merge branch 'maint'Junio C Hamano2010-01-181-0/+1
|\ \
| * \ Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maintJunio C Hamano2010-01-181-0/+1
| |\ \
| | * | grep: NUL terminate input from a fileJim Meyering2010-01-181-0/+1
| | * | Merge branch 'bc/grep-i-F' into maintJunio C Hamano2009-12-031-3/+5
| | |\ \
* | | \ \ Merge branch 'nd/sparse'Junio C Hamano2010-01-131-2/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | t7002: test for not using external grep on skip-worktree pathsNguyễn Thái Ngọc Duy2010-01-061-0/+1
| * | | | grep: do not do external grep on skip-worktree entriesNguyễn Thái Ngọc Duy2009-12-301-1/+17
| * | | | Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-231-1/+1
* | | | | grep: -L should show empty filesJunio C Hamano2010-01-121-2/+0
| |_|_|/ |/| | |
* | | | Merge branch 'bc/grep-i-F'Junio C Hamano2009-11-221-3/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | grep: Allow case insensitive search of fixed-stringsBrian Collins2009-11-161-3/+5
* | | | grep: unset GREP_OPTIONS before spawning external grepRené Scharfe2009-11-221-0/+4
* | | | Show usage string for 'git grep -h'Jonathan Nieder2009-11-091-0/+7
| |_|/ |/| |
* | | Merge branch 'maint-1.6.4' into maintJunio C Hamano2009-10-161-1/+1
|\ \ \ | |/ / |/| |
| * | grep: do not segfault when -f is usedMatt Kraai2009-10-161-1/+1
* | | Merge branch 'maint'Junio C Hamano2009-09-131-27/+12
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano2009-09-131-27/+12
| |\
| | * grep: accept relative paths outside current working directoryClemens Buchacher2009-09-071-27/+11
| | * grep: fix exit status if external_grep() puntsClemens Buchacher2009-09-071-0/+1
* | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-221-10/+46
|/ /
* | 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
|\