| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | grep: pass -I (ignore binary) down to external grep | Junio C Hamano | 2009-02-02 | 1 | -0/+2 |
* | | grep: grep cache entries if they are "assume unchanged" | Nguyễn Thái Ngọc Duy | 2008-12-27 | 1 | -1/+6 |
* | | grep: support --no-ext-grep to test builtin grep | Nguyễn Thái Ngọc Duy | 2008-12-27 | 1 | -1/+7 |
* | | git grep: Add "-z/--null" option as in GNU's grep. | Raphael Zimmerer | 2008-10-01 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'nd/worktree' into maint | Junio C Hamano | 2008-09-03 | 1 | -1/+4 |
|\ |
|
| * | grep: fix worktree setup | Nguyễn Thái Ngọc Duy | 2008-08-28 | 1 | -1/+4 |
* | | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 2008-08-31 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-07-20 | 1 | -1/+1 |
|\ |
|
| * | fix usage string for git grep | Jonathan Nieder | 2008-07-20 | 1 | -1/+1 |
* | | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | Fix buffer overflow in git-grep | Dmitry Potapov | 2008-07-16 | 1 | -12/+15 |
|/ |
|
* | add NO_EXTERNAL_GREP build option | Jeff King | 2008-03-13 | 1 | -2/+10 |
* | Teach git-grep --name-only as synonym for -l | Shawn O. Pearce | 2008-02-20 | 1 | -0/+1 |
* | Make on-disk index representation separate from in-core one | Linus Torvalds | 2008-01-21 | 1 | -2/+2 |
* | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 2008-01-04 | 1 | -1/+1 |
* | git grep shows the same hit repeatedly for unmerged paths | Junio C Hamano | 2007-12-05 | 1 | -6/+6 |
* | grep -An -Bm: fix invocation of external grep command | Junio C Hamano | 2007-11-17 | 1 | -3/+3 |
* | grep with unmerged index | Junio C Hamano | 2007-11-05 | 1 | -1/+1 |
* | Split grep arguments in a way that does not requires to add /dev/null. | Junio C Hamano | 2007-09-14 | 1 | -14/+76 |
* | sscanf/strtoul: parse integers robustly | Jim Meyering | 2007-04-11 | 1 | -14/+1 |
* | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 | 1 | -4/+7 |
* | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 2007-03-21 | 1 | -1/+1 |
* | git-grep: don't use sscanf | Jim Meyering | 2007-03-14 | 1 | -1/+14 |
* | Cast 64 bit off_t to 32 bit size_t | Shawn O. Pearce | 2007-03-07 | 1 | -3/+6 |
* | Don't build external_grep if its not used | Shawn O. Pearce | 2007-03-07 | 1 | -0/+2 |
* | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 | 1 | -4/+4 |
* | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 | 1 | -3/+3 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -3/+3 |
* | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 2007-01-08 | 1 | -1/+1 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -3/+0 |
* | grep: do not skip unmerged entries when grepping in the working tree. | Junio C Hamano | 2006-11-26 | 1 | -4/+21 |
* | grep --all-match | Junio C Hamano | 2006-09-27 | 1 | -0/+4 |
* | grep: free expressions and patterns when done. | Junio C Hamano | 2006-09-27 | 1 | -0/+2 |
* | builtin-grep: make pieces of it available as library. | Junio C Hamano | 2006-09-20 | 1 | -504/+18 |
* | Add "-h/-H" parsing to "git grep" | Linus Torvalds | 2006-09-14 | 1 | -4/+11 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -1/+1 |
* | builtin-grep.c: remove unused debugging piece. | Junio C Hamano | 2006-08-23 | 1 | -3/+0 |
* | builtin-grep: remove unused debugging cruft. | Junio C Hamano | 2006-08-16 | 1 | -57/+0 |
* | builtin-grep.c cleanup | David Rientjes | 2006-08-14 | 1 | -3/+1 |
* | git-grep: show pathnames relative to the current directory | Junio C Hamano | 2006-08-11 | 1 | -10/+49 |