1. 6e89ec0 grep: prefer builtin over external one when coloring results by Nguyễn Thái Ngọc Duy · 16 years ago
  2. a94982e grep: add support for coloring with external greps by René Scharfe · 16 years ago
  3. 7e8f59d grep: color patterns in output by René Scharfe · 16 years ago
  4. 2819075 Merge branch 'maint-1.6.0' into maint by Junio C Hamano · 16 years ago
  5. bc39564 grep: pass -I (ignore binary) down to external grep by Junio C Hamano · 16 years ago
  6. 57d4346 grep: grep cache entries if they are "assume unchanged" by Nguyễn Thái Ngọc Duy · 16 years ago
  7. e70b9a8 grep: support --no-ext-grep to test builtin grep by Nguyễn Thái Ngọc Duy · 16 years ago
  8. 83caecc git grep: Add "-z/--null" option as in GNU's grep. by Raphael Zimmerer · 16 years ago
  9. 6a42cfe Merge branch 'nd/worktree' into maint by Junio C Hamano · 17 years ago
  10. 7e44c93 'git foo' program identifies itself without dash in die() messages by Junio C Hamano · 17 years ago
  11. 6577f54 grep: fix worktree setup by Nguyễn Thái Ngọc Duy · 17 years ago
  12. fa4946b Merge branch 'maint' by Junio C Hamano · 17 years ago
  13. 2d9c572 fix usage string for git grep by Jonathan Nieder · 17 years ago
  14. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  15. 620e2bb Fix buffer overflow in git-grep by Dmitry Potapov · 17 years ago
  16. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  17. 5f7c643 add NO_EXTERNAL_GREP build option by Jeff King · 17 years ago
  18. 2cd5dfd Teach git-grep --name-only as synonym for -l by Shawn O. Pearce · 17 years ago
  19. 7a51ed6 Make on-disk index representation separate from in-core one by Linus Torvalds · 17 years ago
  20. 872c930 Don't access line[-1] for a zero-length "line" from fgets. by Jim Meyering · 17 years ago
  21. 6326cee git grep shows the same hit repeatedly for unmerged paths by Junio C Hamano · 17 years ago
  22. 4b87474 grep -An -Bm: fix invocation of external grep command by Junio C Hamano · 17 years ago
  23. b67a43b grep with unmerged index by Junio C Hamano · 17 years ago
  24. d99ebf0 Split grep arguments in a way that does not requires to add /dev/null. by Junio C Hamano · 18 years ago
  25. 6aead43 sscanf/strtoul: parse integers robustly by Jim Meyering · 18 years ago
  26. 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
  27. a8c4047 Remove "pathlen" from "struct name_entry" by Linus Torvalds · 18 years ago
  28. 09f2825 git-grep: don't use sscanf by Jim Meyering · 18 years ago
  29. dc49cd7 Cast 64 bit off_t to 32 bit size_t by Shawn O. Pearce · 18 years ago
  30. ff1f994 Don't build external_grep if its not used by Shawn O. Pearce · 18 years ago
  31. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  32. 599065a prefixcmp(): fix-up mechanical conversion. by Junio C Hamano · 18 years ago
  33. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  34. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  35. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  36. 36f2587 grep: do not skip unmerged entries when grepping in the working tree. by Junio C Hamano · 18 years ago
  37. 0ab7bef grep --all-match by Junio C Hamano · 19 years ago
  38. b48fb5b grep: free expressions and patterns when done. by Junio C Hamano · 19 years ago
  39. 83b5d2f builtin-grep: make pieces of it available as library. by Junio C Hamano · 19 years ago
  40. 7977f0e Add "-h/-H" parsing to "git grep" by Linus Torvalds · 19 years ago
  41. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  42. 599f8d6 builtin-grep.c: remove unused debugging piece. by Junio C Hamano · 19 years ago
  43. 6493cc0 builtin-grep: remove unused debugging cruft. by Junio C Hamano · 19 years ago
  44. b756776 builtin-grep.c cleanup by David Rientjes · 19 years ago
  45. 0d042fe git-grep: show pathnames relative to the current directory by Junio C Hamano · 19 years ago
  46. f25b793 Fix "grep -w" by Junio C Hamano · 19 years ago
  47. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  48. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  49. 82e5a82 Fix more typos, primarily in the code by Pavel Roskin · 19 years ago
  50. 79d3696 git-grep: boolean expression on pattern matching. by Junio C Hamano · 19 years ago
  51. 088b084 git-grep: use a bit more specific error messages. by Junio C Hamano · 19 years ago
  52. fcfe34b git-grep: fix exit code when we use external grep. by Junio C Hamano · 19 years ago
  53. 5390590 git-grep: fix parsing of pathspec separator '--' by Junio C Hamano · 19 years ago
  54. 3bec0da Merge branch 'jc/upload-corrupt' into next by Junio C Hamano · 19 years ago
  55. bb9e15a Fix possible out-of-bounds array access by Uwe Zeisberger · 19 years ago
  56. 1f1e895 Add "named object array" concept by Linus Torvalds · 19 years ago
  57. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  58. 3026402 builtin-grep: pass ignore case option to external grep by Robert Fitzsimons · 19 years ago
  59. 4c068a9 tree_entry(): new tree-walking helper function by Linus Torvalds · 19 years ago
  60. fbd01ab remove superflous "const" by Alex Riesen · 19 years ago
  61. bbb66c6 builtin-grep: workaround for non GNU grep. by Linus Torvalds · 19 years ago
  62. f664751 Fix silly typo in new builtin grep by Linus Torvalds · 19 years ago
  63. ffa0a7a builtin-grep: unparse more command line options. by Junio C Hamano · 19 years ago
  64. 1e2398d builtin-grep: use external grep when we can take advantage of it by Linus Torvalds · 19 years ago
  65. 07ea91d builtin-grep: -F (--fixed-strings) by Junio C Hamano · 19 years ago
  66. 02ab1c4 builtin-grep: -w fix by Junio C Hamano · 19 years ago
  67. c39c4f4 builtin-grep: typofix by Junio C Hamano · 19 years ago
  68. 5acd64e builtin-grep: tighten argument parsing. by Junio C Hamano · 19 years ago
  69. aa8c79a Teach -f <file> option to builtin-grep. by Junio C Hamano · 19 years ago
  70. e23d2d6 builtin-grep: -L (--files-without-match). by Junio C Hamano · 19 years ago
  71. b8d0f5a builtin-grep: binary files -a and -I by Junio C Hamano · 19 years ago
  72. 7ed36f5 builtin-grep: terminate correctly at EOF by Junio C Hamano · 19 years ago
  73. 1e3d90e builtin-grep: tighten path wildcard vs tree traversal. by Junio C Hamano · 19 years ago
  74. 7839a25 builtin-grep: support -w (--word-regexp). by Junio C Hamano · 19 years ago
  75. 2c866cf builtin-grep: support -c (--count). by Junio C Hamano · 19 years ago
  76. f9b9faf builtin-grep: allow more than one patterns. by Junio C Hamano · 19 years ago
  77. f462ebb builtin-grep: allow -<n> and -[ABC]<n> notation for context lines. by Junio C Hamano · 19 years ago
  78. a24f1e2 builtin-grep: printf %.*s length is int, not ptrdiff_t. by Junio C Hamano · 19 years ago
  79. 1362671 builtin-grep: do not use setup_revisions() by Junio C Hamano · 19 years ago
  80. df0e7aa builtin-grep: support '-l' option. by Junio C Hamano · 19 years ago
  81. e0eb889 builtin-grep: wildcard pathspec fixes by Junio C Hamano · 19 years ago
  82. 5010cb5 built-in "git grep" by Junio C Hamano · 19 years ago