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