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