36 Commits (5b982f84ee6eb3027e5bdf2e917a0efa48aded6a)

Author SHA1 Message Date
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Junio C Hamano 79d3696cfb git-grep: boolean expression on pattern matching. 19 years ago
Junio C Hamano 088b084bbb git-grep: use a bit more specific error messages. 19 years ago
Junio C Hamano fcfe34b5ac git-grep: fix exit code when we use external grep. 19 years ago
Junio C Hamano 5390590f6d git-grep: fix parsing of pathspec separator '--' 19 years ago
Uwe Zeisberger bb9e15a83c Fix possible out-of-bounds array access 19 years ago
Linus Torvalds 1f1e895fcc Add "named object array" concept 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Robert Fitzsimons 3026402cbc builtin-grep: pass ignore case option to external grep 19 years ago
Linus Torvalds 4c068a9831 tree_entry(): new tree-walking helper function 19 years ago
Alex Riesen fbd01abf50 remove superflous "const" 19 years ago
Linus Torvalds bbb66c6061 builtin-grep: workaround for non GNU grep. 19 years ago
Junio C Hamano e78503db16 Revert "builtin-grep: workaround for non GNU grep." 19 years ago
Junio C Hamano 518920b764 builtin-grep: workaround for non GNU grep. 19 years ago
Linus Torvalds f66475199c Fix silly typo in new builtin grep 19 years ago
Junio C Hamano ffa0a7ab36 builtin-grep: unparse more command line options. 19 years ago
Linus Torvalds 1e2398d7fa builtin-grep: use external grep when we can take advantage of it 19 years ago
Junio C Hamano 07ea91d84f builtin-grep: -F (--fixed-strings) 19 years ago
Junio C Hamano 02ab1c490d builtin-grep: -w fix 19 years ago
Junio C Hamano c39c4f4746 builtin-grep: typofix 19 years ago
Junio C Hamano 5acd64edec builtin-grep: tighten argument parsing. 19 years ago
Junio C Hamano aa8c79ad03 Teach -f <file> option to builtin-grep. 19 years ago
Junio C Hamano e23d2d6b76 builtin-grep: -L (--files-without-match). 19 years ago
Junio C Hamano b8d0f5a003 builtin-grep: binary files -a and -I 19 years ago
Junio C Hamano 7ed36f56e3 builtin-grep: terminate correctly at EOF 19 years ago
Junio C Hamano 1e3d90e013 builtin-grep: tighten path wildcard vs tree traversal. 19 years ago
Junio C Hamano 7839a25eab builtin-grep: support -w (--word-regexp). 19 years ago
Junio C Hamano 2c866cf1c2 builtin-grep: support -c (--count). 19 years ago
Junio C Hamano f9b9faf6f8 builtin-grep: allow more than one patterns. 19 years ago
Junio C Hamano f462ebb48b builtin-grep: allow -<n> and -[ABC]<n> notation for context lines. 19 years ago
Junio C Hamano a24f1e254e builtin-grep: printf %.*s length is int, not ptrdiff_t. 19 years ago
Junio C Hamano 1362671f6a builtin-grep: do not use setup_revisions() 19 years ago
Junio C Hamano df0e7aa864 builtin-grep: support '-l' option. 19 years ago
Junio C Hamano e0eb889f8e builtin-grep: wildcard pathspec fixes 19 years ago
Junio C Hamano 5010cb5fcc built-in "git grep" 19 years ago