Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -1010/+0 |
* | Merge branch 'maint' | Junio C Hamano | 2010-02-16 | 1 | -9/+16 |
|\ | |||||
| * | Fix use of mutex in threaded grep | Junio C Hamano | 2010-02-16 | 1 | -9/+16 |
* | | Merge branch 'rs/git-dir-cleanup' | Junio C Hamano | 2010-02-13 | 1 | -0/+40 |
|\ \ | |||||
| * | | Resurrect "git grep --no-index" | Junio C Hamano | 2010-02-13 | 1 | -0/+40 |
| |/ | |||||
* | | accept "git grep -- pattern" | Jeff King | 2010-02-07 | 1 | -0/+10 |
|/ | |||||
* | Revert 30816237 and 7e62265 | Junio C Hamano | 2010-02-05 | 1 | -40/+0 |
* | grep: Fix two memory leaks | Dan McGee | 2010-01-30 | 1 | -0/+2 |
* | grep --quiet: finishing touches | Junio C Hamano | 2010-01-28 | 1 | -1/+1 |
* | Threaded grep | Fredrik Kuivinen | 2010-01-26 | 1 | -31/+374 |
* | grep: expose "status-only" feature via -q | Junio C Hamano | 2010-01-25 | 1 | -2/+14 |
* | Merge branch 'jc/grep-lookahead' | Junio C Hamano | 2010-01-20 | 1 | -319/+38 |
|\ | |||||
| * | grep --no-index: allow use of "git grep" outside a git repository | Junio C Hamano | 2010-01-15 | 1 | -0/+26 |
| * | grep: prepare to run outside of a work tree | Junio C Hamano | 2010-01-15 | 1 | -0/+7 |
| * | grep: rip out support for external grep | Junio C Hamano | 2010-01-13 | 1 | -302/+5 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-01-18 | 1 | -0/+1 |
|\ \ | |||||
| * \ | Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maint | Junio C Hamano | 2010-01-18 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | grep: NUL terminate input from a file | Jim Meyering | 2010-01-18 | 1 | -0/+1 |
| | * | | Merge branch 'bc/grep-i-F' into maint | Junio C Hamano | 2009-12-03 | 1 | -3/+5 |
| | |\ \ | |||||
* | | \ \ | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 | 1 | -2/+19 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | t7002: test for not using external grep on skip-worktree paths | Nguyễn Thái Ngọc Duy | 2010-01-06 | 1 | -0/+1 |
| * | | | | grep: do not do external grep on skip-worktree entries | Nguyễn Thái Ngọc Duy | 2009-12-30 | 1 | -1/+17 |
| * | | | | Teach Git to respect skip-worktree bit (reading part) | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -1/+1 |
* | | | | | grep: -L should show empty files | Junio C Hamano | 2010-01-12 | 1 | -2/+0 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'bc/grep-i-F' | Junio C Hamano | 2009-11-22 | 1 | -3/+5 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | grep: Allow case insensitive search of fixed-strings | Brian Collins | 2009-11-16 | 1 | -3/+5 |
* | | | | grep: unset GREP_OPTIONS before spawning external grep | René Scharfe | 2009-11-22 | 1 | -0/+4 |
* | | | | Show usage string for 'git grep -h' | Jonathan Nieder | 2009-11-09 | 1 | -0/+7 |
| |_|/ |/| | | |||||
* | | | Merge branch 'maint-1.6.4' into maint | Junio C Hamano | 2009-10-16 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | grep: do not segfault when -f is used | Matt Kraai | 2009-10-16 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-09-13 | 1 | -27/+12 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint | Junio C Hamano | 2009-09-13 | 1 | -27/+12 |
| |\ | |||||
| | * | grep: accept relative paths outside current working directory | Clemens Buchacher | 2009-09-07 | 1 | -27/+11 |
| | * | grep: fix exit status if external_grep() punts | Clemens Buchacher | 2009-09-07 | 1 | -0/+1 |
* | | | grep: Add --max-depth option. | Michał Kiedrowicz | 2009-07-22 | 1 | -10/+46 |
|/ / | |||||
* | | Merge branch 'rs/grep-p' | Junio C Hamano | 2009-07-09 | 1 | -1/+21 |
|\ \ | |||||
| * | | grep: simplify -p output | René Scharfe | 2009-07-02 | 1 | -2/+2 |
| * | | grep -p: support user defined regular expressions | René Scharfe | 2009-07-01 | 1 | -0/+7 |
| * | | grep: add option -p/--show-function | René Scharfe | 2009-07-01 | 1 | -3/+5 |
| * | | grep: print context hunk marks between files | René Scharfe | 2009-07-01 | 1 | -0/+11 |
* | | | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -1/+1 |
|/ / | |||||
* | | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+1 |
* | | grep: make callback functions static | René Scharfe | 2009-05-20 | 1 | -8/+10 |
* | | grep: use parseopt | René Scharfe | 2009-05-09 | 1 | -226/+180 |
* | | grep: remove global variable builtin_grep | René Scharfe | 2009-05-09 | 1 | -7/+7 |
|/ | |||||
* | grep: don't support "grep.color"-like config options | Markus Heidelberg | 2009-04-20 | 1 | -6/+3 |
* | grep: prefer builtin over external one when coloring results | Nguyễn Thái Ngọc Duy | 2009-03-17 | 1 | -0/+2 |
* | grep: add support for coloring with external greps | René Scharfe | 2009-03-07 | 1 | -0/+36 |
* | grep: color patterns in output | René Scharfe | 2009-03-07 | 1 | -0/+32 |
* | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-03 | 1 | -0/+2 |
|\ |