| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix "grep -w" | Junio C Hamano | 2006-08-06 | 1 | -10/+25 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -2/+1 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 1 | -2/+2 |
* | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -1/+1 |
* | git-grep: boolean expression on pattern matching. | Junio C Hamano | 2006-07-05 | 1 | -51/+327 |
* | git-grep: use a bit more specific error messages. | Junio C Hamano | 2006-07-04 | 1 | -4/+11 |
* | git-grep: fix exit code when we use external grep. | Junio C Hamano | 2006-07-04 | 1 | -5/+10 |
* | git-grep: fix parsing of pathspec separator '--' | Junio C Hamano | 2006-07-04 | 1 | -1/+5 |
* | Merge branch 'jc/upload-corrupt' into next | Junio C Hamano | 2006-06-21 | 1 | -4/+5 |
|\ |
|
| * | Fix possible out-of-bounds array access | Uwe Zeisberger | 2006-06-21 | 1 | -4/+5 |
* | | Add "named object array" concept | Linus Torvalds | 2006-06-19 | 1 | -10/+6 |
|/ |
|
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 | 1 | -4/+3 |
* | builtin-grep: pass ignore case option to external grep | Robert Fitzsimons | 2006-06-06 | 1 | -0/+2 |
* | tree_entry(): new tree-walking helper function | Linus Torvalds | 2006-05-30 | 1 | -16/+10 |
* | remove superflous "const" | Alex Riesen | 2006-05-21 | 1 | -1/+1 |
* | builtin-grep: workaround for non GNU grep. | Linus Torvalds | 2006-05-17 | 1 | -3/+20 |
* | Fix silly typo in new builtin grep | Linus Torvalds | 2006-05-15 | 1 | -1/+1 |
* | builtin-grep: unparse more command line options. | Junio C Hamano | 2006-05-15 | 1 | -8/+57 |
* | builtin-grep: use external grep when we can take advantage of it | Linus Torvalds | 2006-05-14 | 1 | -0/+79 |
* | builtin-grep: -F (--fixed-strings) | Junio C Hamano | 2006-05-09 | 1 | -4/+32 |
* | builtin-grep: -w fix | Junio C Hamano | 2006-05-09 | 1 | -3/+3 |
* | builtin-grep: typofix | Junio C Hamano | 2006-05-09 | 1 | -1/+1 |
* | builtin-grep: tighten argument parsing. | Junio C Hamano | 2006-05-08 | 1 | -26/+50 |
* | Teach -f <file> option to builtin-grep. | Junio C Hamano | 2006-05-08 | 1 | -19/+42 |
* | builtin-grep: -L (--files-without-match). | Junio C Hamano | 2006-05-03 | 1 | -0/+20 |
* | builtin-grep: binary files -a and -I | Junio C Hamano | 2006-05-03 | 1 | -0/+44 |
* | builtin-grep: terminate correctly at EOF | Junio C Hamano | 2006-05-03 | 1 | -0/+2 |
* | builtin-grep: tighten path wildcard vs tree traversal. | Junio C Hamano | 2006-05-02 | 1 | -15/+20 |
* | builtin-grep: support -w (--word-regexp). | Junio C Hamano | 2006-05-02 | 1 | -0/+30 |