1. 3ce3ffb fix clang -Wtautological-compare with unsigned enum by Antoine Pelisse · 12 years ago
  2. e034d1b Merge branch 'nd/grep-true-path' by Jeff King · 12 years ago
  3. 55c6168 grep: stop looking at random places for .gitattributes by Nguyễn Thái Ngọc Duy · 12 years ago
  4. 918d4e1 revisions: initialize revs->grep_filter using grep_init() by Junio C Hamano · 12 years ago
  5. c5c31d3 grep: move pattern-type bits support to top-level grep.[ch] by Junio C Hamano · 12 years ago
  6. 7687a05 grep: move the configuration parsing logic to grep.[ch] by Junio C Hamano · 12 years ago
  7. baa6378 log --grep-reflog: reject the option without -g by Junio C Hamano · 12 years ago
  8. 72fd13f revision: add --grep-reflog to filter commits by reflog messages by Nguyễn Thái Ngọc Duy · 12 years ago
  9. ad4813b grep: prepare for new header field filter by Nguyễn Thái Ngọc Duy · 12 years ago
  10. 3083301 grep.c: make two symbols really file-scope static this time by Junio C Hamano · 12 years ago
  11. 07a7d65 grep.c: mark private file-scope symbols as static by Junio C Hamano · 12 years ago
  12. 13e4fc7 log --grep/--author: honor --all-match honored for multiple --grep patterns by Junio C Hamano · 12 years ago
  13. 17bf35a grep: teach --debug option to dump the parse tree by Junio C Hamano · 12 years ago
  14. 2147cb2 Merge branch 'rs/maint-grep-F' into maint by Junio C Hamano · 13 years ago
  15. 526a858 grep: support newline separated pattern list by René Scharfe · 13 years ago
  16. 2b3873f grep: factor out do_append_grep_pat() by René Scharfe · 13 years ago
  17. fc45675 grep: factor out create_grep_pat() by René Scharfe · 13 years ago
  18. f5f3746 Merge branch 'ah/maint-grep-double-init' into maint by Junio C Hamano · 13 years ago
  19. 2385f24 grep.c: remove redundant line of code by Angus Hammond · 13 years ago
  20. 1e4d087 Merge branch 'jc/pickaxe-ignore-case' by Junio C Hamano · 13 years ago
  21. 0f871cf grep: use static trans-case table by Junio C Hamano · 13 years ago
  22. 4d06691 Sync with 1.7.8.5 by Junio C Hamano · 13 years ago
  23. fba4f12 grep -P: Fix matching ^ and $ by Michał Kiedrowicz · 13 years ago
  24. 0826579 grep: load file data after checking binary-ness by Jeff King · 13 years ago
  25. 41b59bf grep: respect diff attributes for binary-ness by Jeff King · 13 years ago
  26. 94ad9d9 grep: cache userdiff_driver in grep_source by Jeff King · 13 years ago
  27. c876d6d grep: drop grep_buffer's "name" parameter by Jeff King · 13 years ago
  28. e132702 grep: refactor the concept of "grep source" into an object by Jeff King · 13 years ago
  29. b3aeb28 grep: move sha1-reading mutex into low-level code by Jeff King · 13 years ago
  30. 78db6ea grep: make locking flag global by Jeff King · 13 years ago
  31. 0579f91 grep: enable threading with -p and -W using lazy attribute lookup by Thomas Rast · 13 years ago
  32. b8ffedc grep: load funcname patterns for -W by Thomas Rast · 13 years ago
  33. 8a8895b Merge branch 'fk/use-kwset-pickaxe-grep-f' by Junio C Hamano · 13 years ago
  34. f946b46 Merge branch 'jk/color-and-pager' by Junio C Hamano · 14 years ago
  35. 9ecedde Use kwset in grep by Fredrik Kuivinen · 14 years ago
  36. daa0c3d color: delay auto-color decision until point of use by Jeff King · 14 years ago
  37. ba8ea74 grep: add option to show whole function as context by René Scharfe · 14 years ago
  38. 1d84f72 grep: add --heading by René Scharfe · 14 years ago
  39. a8f0e76 grep: add --break by René Scharfe · 14 years ago
  40. 08303c3 grep: fix coloring of hunk marks between files by René Scharfe · 14 years ago
  41. 63e7e9d git-grep: Learn PCRE by Michał Kiedrowicz · 14 years ago
  42. a30c148 grep: Extract compile_regexp_failed() from compile_regexp() by Michał Kiedrowicz · 14 years ago
  43. 8997da3 grep: Fix a typo in a comment by Michał Kiedrowicz · 14 years ago
  44. 97e7778 grep: Put calls to fixmatch() and regmatch() into patmatch() by Michał Kiedrowicz · 14 years ago
  45. 5aaeb73 log --author: take union of multiple "author" requests by Junio C Hamano · 14 years ago
  46. 95ce9ce grep: move logic to compile header pattern into a separate helper by Junio C Hamano · 14 years ago
  47. ed40a09 grep: support NUL chars in search strings for -F by René Scharfe · 15 years ago
  48. f96e567 grep: use REG_STARTEND for all matching if available by René Scharfe · 15 years ago
  49. 52d799a grep: continue case insensitive fixed string search after NUL chars by René Scharfe · 15 years ago
  50. 1baddf4 grep: use memmem() for fixed string search by René Scharfe · 15 years ago
  51. 321ffcc grep: --name-only over binary by René Scharfe · 15 years ago
  52. c30c10c grep: --count over binary by René Scharfe · 15 years ago
  53. 64fcec7 grep: grep: refactor handling of binary mode options by René Scharfe · 15 years ago
  54. 07b838f Merge branch 'rs/threaded-grep-context' by Junio C Hamano · 15 years ago
  55. f1aa782 Merge branch 'ml/color-grep' by Junio C Hamano · 15 years ago
  56. 431d6e7 grep: enable threading for context line printing by René Scharfe · 15 years ago
  57. 00588bb grep: Colorize selected, context, and function lines by Mark Lodato · 15 years ago
  58. 55f638b grep: Colorize filename, line number, and separator by Mark Lodato · 15 years ago
  59. 6b45b8c Merge branch 'jc/grep-author-all-match-implicit' by Junio C Hamano · 15 years ago
  60. 7928610 grep: simplify assignment of ->fixed by René Scharfe · 15 years ago
  61. b62cb17 Merge branch 'fk/threaded-grep' by Junio C Hamano · 15 years ago
  62. 24072c0 grep: use REG_STARTEND (if available) to speed up regexec by Benjamin Kramer · 15 years ago
  63. 5b594f4 Threaded grep by Fredrik Kuivinen · 15 years ago
  64. 80235ba "log --author=me --grep=it" should find intersection, not union by Junio C Hamano · 15 years ago
  65. 885d211 grep: rip out pessimization to use fixmatch() by Junio C Hamano · 15 years ago
  66. e2d2e38 Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookahead by Junio C Hamano · 15 years ago
  67. a26345b grep: optimize built-in grep by skipping lines that do not hit by Junio C Hamano · 15 years ago
  68. 5183bf6 grep: Allow case insensitive search of fixed-strings by Brian Collins · 15 years ago
  69. ed24e40 grep: simplify -p output by René Scharfe · 16 years ago
  70. 60ecac9 grep -p: support user defined regular expressions by René Scharfe · 16 years ago
  71. 2944e4e grep: add option -p/--show-function by René Scharfe · 16 years ago
  72. 49de321 grep: handle pre context lines on demand by René Scharfe · 16 years ago
  73. 046802d grep: print context hunk marks between files by René Scharfe · 16 years ago
  74. 5dd06d3 grep: move context hunk mark handling into show_line() by René Scharfe · 16 years ago
  75. 84201ea grep: fix empty word-regexp matches by René Scharfe · 16 years ago
  76. 1f5b9cc grep: fix colouring of matches with zero length by René Scharfe · 16 years ago
  77. dbb6a4a grep: fix word-regexp at the beginning of lines by René Scharfe · 16 years ago
  78. e701fad grep: fix word-regexp colouring by René Scharfe · 16 years ago
  79. b79376c Merge branch 'maint' by Junio C Hamano · 16 years ago
  80. 2254da0 Merge branch 'maint-1.6.1' into maint by Junio C Hamano · 16 years ago
  81. 3e73cb2 Merge branch 'maint-1.6.0' into maint-1.6.1 by Junio C Hamano · 16 years ago
  82. c922b01 grep: fix segfault when "git grep '('" is given by Linus Torvalds · 16 years ago
  83. ba150a3 git log: avoid segfault with --all-match by Michele Ballabio · 16 years ago
  84. 747a322 grep: cast printf %.*s "precision" argument explicitly to int by Junio C Hamano · 16 years ago
  85. 7e8f59d grep: color patterns in output by René Scharfe · 16 years ago
  86. 7921277 grep: add pmatch and eflags arguments to match_one_pattern() by René Scharfe · 16 years ago
  87. d7eb527 grep: remove grep_opt argument from match_expr_eval() by René Scharfe · 16 years ago
  88. 252d560 grep: micro-optimize hit collection for AND nodes by René Scharfe · 16 years ago
  89. f9b7cce Add is_regex_special() by René Scharfe · 16 years ago
  90. 8cc3299 Change NUL char handling of isspecial() by René Scharfe · 16 years ago
  91. c822255 grep: don't call regexec() for fixed strings by René Scharfe · 16 years ago
  92. fb62eb7 grep -w: forward to next possible position after rejected match by René Scharfe · 16 years ago
  93. d753070 remove trailing LF in die() messages by Alexander Potashev · 16 years ago
  94. 8bb4646 Merge branch 'maint' by Junio C Hamano · 16 years ago
  95. 9db56f7 Fix non-literal format in printf-style calls by Daniel Lowe · 16 years ago
  96. 83caecc git grep: Add "-z/--null" option as in GNU's grep. by Raphael Zimmerer · 16 years ago
  97. a4d7d2c log --author/--committer: really match only with name part by Junio C Hamano · 16 years ago
  98. 6bfce93 Move buffer_is_binary() to xdiff-interface.h by Johannes Schindelin · 18 years ago
  99. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  100. 0ab7bef grep --all-match by Junio C Hamano · 18 years ago