| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-02-03 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -0/+2 |
| 2009-02-02 | grep: pass -I (ignore binary) down to external grep | Junio C Hamano | 1 | -0/+2 |
| 2008-12-27 | grep: grep cache entries if they are "assume unchanged" | Nguyễn Thái Ngọc Duy | 1 | -1/+6 |
| 2008-12-27 | grep: support --no-ext-grep to test builtin grep | Nguyễn Thái Ngọc Duy | 1 | -1/+7 |
| 2008-10-01 | git grep: Add "-z/--null" option as in GNU's grep. | Raphael Zimmerer | 1 | -0/+8 |
| 2008-09-03 | Merge branch 'nd/worktree' into maint | Junio C Hamano | 1 | -1/+4 |
| 2008-08-31 | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 1 | -1/+1 |
| 2008-08-28 | grep: fix worktree setup | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
| 2008-07-20 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-07-20 | fix usage string for git grep | Jonathan Nieder | 1 | -1/+1 |
| 2008-07-16 | Merge branch 'sb/dashless' | Junio C Hamano | 1 | -1/+1 |
| 2008-07-16 | Fix buffer overflow in git-grep | Dmitry Potapov | 1 | -12/+15 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
| 2008-03-13 | add NO_EXTERNAL_GREP build option | Jeff King | 1 | -2/+10 |
| 2008-02-20 | Teach git-grep --name-only as synonym for -l | Shawn O. Pearce | 1 | -0/+1 |
| 2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -2/+2 |
| 2008-01-04 | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 1 | -1/+1 |
| 2007-12-05 | git grep shows the same hit repeatedly for unmerged paths | Junio C Hamano | 1 | -6/+6 |
| 2007-11-17 | grep -An -Bm: fix invocation of external grep command | Junio C Hamano | 1 | -3/+3 |
| 2007-11-05 | grep with unmerged index | Junio C Hamano | 1 | -1/+1 |
| 2007-09-14 | Split grep arguments in a way that does not requires to add /dev/null. | Junio C Hamano | 1 | -14/+76 |
| 2007-04-11 | sscanf/strtoul: parse integers robustly | Jim Meyering | 1 | -14/+1 |
| 2007-03-21 | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 1 | -4/+7 |
| 2007-03-21 | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 1 | -1/+1 |
| 2007-03-14 | git-grep: don't use sscanf | Jim Meyering | 1 | -1/+14 |
| 2007-03-07 | Cast 64 bit off_t to 32 bit size_t | Shawn O. Pearce | 1 | -3/+6 |
| 2007-03-07 | Don't build external_grep if its not used | Shawn O. Pearce | 1 | -0/+2 |
| 2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -4/+4 |
| 2007-02-20 | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 1 | -3/+3 |
| 2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -3/+3 |
| 2007-01-08 | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 1 | -1/+1 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -3/+0 |
| 2006-11-26 | grep: do not skip unmerged entries when grepping in the working tree. | Junio C Hamano | 1 | -4/+21 |
| 2006-09-27 | grep --all-match | Junio C Hamano | 1 | -0/+4 |
| 2006-09-27 | grep: free expressions and patterns when done. | Junio C Hamano | 1 | -0/+2 |
| 2006-09-20 | builtin-grep: make pieces of it available as library. | Junio C Hamano | 1 | -504/+18 |
| 2006-09-14 | Add "-h/-H" parsing to "git grep" | Linus Torvalds | 1 | -4/+11 |
| 2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -1/+1 |
| 2006-08-23 | builtin-grep.c: remove unused debugging piece. | Junio C Hamano | 1 | -3/+0 |
| 2006-08-16 | builtin-grep: remove unused debugging cruft. | Junio C Hamano | 1 | -57/+0 |
| 2006-08-14 | builtin-grep.c cleanup | David Rientjes | 1 | -3/+1 |
| 2006-08-11 | git-grep: show pathnames relative to the current directory | Junio C Hamano | 1 | -10/+49 |
| 2006-08-06 | Fix "grep -w" | Junio C Hamano | 1 | -10/+25 |
| 2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -2/+1 |
| 2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -2/+2 |
| 2006-07-10 | Fix more typos, primarily in the code | Pavel Roskin | 1 | -1/+1 |
| 2006-07-05 | git-grep: boolean expression on pattern matching. | Junio C Hamano | 1 | -51/+327 |
| 2006-07-04 | git-grep: use a bit more specific error messages. | Junio C Hamano | 1 | -4/+11 |
| 2006-07-04 | git-grep: fix exit code when we use external grep. | Junio C Hamano | 1 | -5/+10 |
| 2006-07-04 | git-grep: fix parsing of pathspec separator '--' | Junio C Hamano | 1 | -1/+5 |
| 2006-06-21 | Merge branch 'jc/upload-corrupt' into next | Junio C Hamano | 1 | -4/+5 |
| 2006-06-21 | Fix possible out-of-bounds array access | Uwe Zeisberger | 1 | -4/+5 |
| 2006-06-19 | Add "named object array" concept | Linus Torvalds | 1 | -10/+6 |
| 2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -4/+3 |
| 2006-06-06 | builtin-grep: pass ignore case option to external grep | Robert Fitzsimons | 1 | -0/+2 |
| 2006-05-30 | tree_entry(): new tree-walking helper function | Linus Torvalds | 1 | -16/+10 |
| 2006-05-21 | remove superflous "const" | Alex Riesen | 1 | -1/+1 |
| 2006-05-17 | builtin-grep: workaround for non GNU grep. | Linus Torvalds | 1 | -3/+20 |
| 2006-05-15 | Fix silly typo in new builtin grep | Linus Torvalds | 1 | -1/+1 |
| 2006-05-15 | builtin-grep: unparse more command line options. | Junio C Hamano | 1 | -8/+57 |
| 2006-05-14 | builtin-grep: use external grep when we can take advantage of it | Linus Torvalds | 1 | -0/+79 |
| 2006-05-09 | builtin-grep: -F (--fixed-strings) | Junio C Hamano | 1 | -4/+32 |
| 2006-05-09 | builtin-grep: -w fix | Junio C Hamano | 1 | -3/+3 |
| 2006-05-09 | builtin-grep: typofix | Junio C Hamano | 1 | -1/+1 |
| 2006-05-08 | builtin-grep: tighten argument parsing. | Junio C Hamano | 1 | -26/+50 |
| 2006-05-08 | Teach -f <file> option to builtin-grep. | Junio C Hamano | 1 | -19/+42 |
| 2006-05-03 | builtin-grep: -L (--files-without-match). | Junio C Hamano | 1 | -0/+20 |
| 2006-05-03 | builtin-grep: binary files -a and -I | Junio C Hamano | 1 | -0/+44 |
| 2006-05-03 | builtin-grep: terminate correctly at EOF | Junio C Hamano | 1 | -0/+2 |
| 2006-05-02 | builtin-grep: tighten path wildcard vs tree traversal. | Junio C Hamano | 1 | -15/+20 |
| 2006-05-02 | builtin-grep: support -w (--word-regexp). | Junio C Hamano | 1 | -0/+30 |
| 2006-05-02 | builtin-grep: support -c (--count). | Junio C Hamano | 1 | -1/+20 |
| 2006-05-02 | builtin-grep: allow more than one patterns. | Junio C Hamano | 1 | -21/+51 |
| 2006-05-02 | builtin-grep: allow -<n> and -[ABC]<n> notation for context lines. | Junio C Hamano | 1 | -6/+22 |
| 2006-05-02 | builtin-grep: printf %.*s length is int, not ptrdiff_t. | Junio C Hamano | 1 | -1/+1 |
| 2006-05-01 | builtin-grep: do not use setup_revisions() | Junio C Hamano | 1 | -121/+134 |
| 2006-05-01 | builtin-grep: support '-l' option. | Junio C Hamano | 1 | -0/+10 |
| 2006-05-01 | builtin-grep: wildcard pathspec fixes | Junio C Hamano | 1 | -23/+62 |
| 2006-05-01 | built-in "git grep" | Junio C Hamano | 1 | -0/+454 |