🌐 AI搜索 & 代理 主页
Git 2.7.3
  1. 79a7710 grep: add color.grep.matchcontext and color.grep.matchselected by René Scharfe · 11 years ago
  2. 335ec3b grep: allow to use textconv filters by Jeff King · 13 years ago
  3. 3ce3ffb fix clang -Wtautological-compare with unsigned enum by Antoine Pelisse · 13 years ago
  4. e034d1b Merge branch 'nd/grep-true-path' by Jeff King · 13 years ago
  5. 55c6168 grep: stop looking at random places for .gitattributes by Nguyễn Thái Ngọc Duy · 13 years ago
  6. c5c31d3 grep: move pattern-type bits support to top-level grep.[ch] by Junio C Hamano · 13 years ago
  7. 7687a05 grep: move the configuration parsing logic to grep.[ch] by Junio C Hamano · 13 years ago
  8. baa6378 log --grep-reflog: reject the option without -g by Junio C Hamano · 13 years ago
  9. 72fd13f revision: add --grep-reflog to filter commits by reflog messages by Nguyễn Thái Ngọc Duy · 13 years ago
  10. ad4813b grep: prepare for new header field filter by Nguyễn Thái Ngọc Duy · 13 years ago
  11. 3d7535e Merge branch 'jc/maint-log-grep-all-match' by Junio C Hamano · 13 years ago
  12. 07a7d65 grep.c: mark private file-scope symbols as static by Junio C Hamano · 13 years ago
  13. 17bf35a grep: teach --debug option to dump the parse tree by Junio C Hamano · 13 years ago
  14. 84befcd grep: add a grep.patternType configuration setting by J Smith · 13 years ago
  15. 2147cb2 Merge branch 'rs/maint-grep-F' into maint by Junio C Hamano · 14 years ago
  16. fca9e00 Merge branch 'rs/maint-grep-F' by Junio C Hamano · 14 years ago
  17. 526a858 grep: support newline separated pattern list by René Scharfe · 14 years ago
  18. 41b59bf grep: respect diff attributes for binary-ness by Jeff King · 14 years ago
  19. 94ad9d9 grep: cache userdiff_driver in grep_source by Jeff King · 14 years ago
  20. c876d6d grep: drop grep_buffer's "name" parameter by Jeff King · 14 years ago
  21. e132702 grep: refactor the concept of "grep source" into an object by Jeff King · 14 years ago
  22. b3aeb28 grep: move sha1-reading mutex into low-level code by Jeff King · 14 years ago
  23. 78db6ea grep: make locking flag global by Jeff King · 14 years ago
  24. 0579f91 grep: enable threading with -p and -W using lazy attribute lookup by Thomas Rast · 14 years ago
  25. 9ecedde Use kwset in grep by Fredrik Kuivinen · 14 years ago
  26. ba8ea74 grep: add option to show whole function as context by René Scharfe · 14 years ago
  27. 1d84f72 grep: add --heading by René Scharfe · 15 years ago
  28. a8f0e76 grep: add --break by René Scharfe · 15 years ago
  29. 63e7e9d git-grep: Learn PCRE by Michał Kiedrowicz · 15 years ago
  30. 5aaeb73 log --author: take union of multiple "author" requests by Junio C Hamano · 15 years ago
  31. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  32. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 16 years ago
  33. ed40a09 grep: support NUL chars in search strings for -F by René Scharfe · 16 years ago
  34. f1aa782 Merge branch 'ml/color-grep' by Junio C Hamano · 16 years ago
  35. 00588bb grep: Colorize selected, context, and function lines by Mark Lodato · 16 years ago
  36. 55f638b grep: Colorize filename, line number, and separator by Mark Lodato · 16 years ago
  37. 6b45b8c Merge branch 'jc/grep-author-all-match-implicit' by Junio C Hamano · 16 years ago
  38. 5b594f4 Threaded grep by Fredrik Kuivinen · 16 years ago
  39. 80235ba "log --author=me --grep=it" should find intersection, not union by Junio C Hamano · 16 years ago
  40. bbc09c2 grep: rip out support for external grep by Junio C Hamano · 16 years ago
  41. 5183bf6 grep: Allow case insensitive search of fixed-strings by Brian Collins · 16 years ago
  42. 5b590d7 Merge branch 'maint' by Junio C Hamano · 16 years ago
  43. 45c58ba Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint by Junio C Hamano · 16 years ago
  44. 493b7a0 grep: accept relative paths outside current working directory by Clemens Buchacher · 16 years ago
  45. a91f453 grep: Add --max-depth option. by Michał Kiedrowicz · 16 years ago
  46. 60ecac9 grep -p: support user defined regular expressions by René Scharfe · 16 years ago
  47. 2944e4e grep: add option -p/--show-function by René Scharfe · 16 years ago
  48. 046802d grep: print context hunk marks between files by René Scharfe · 16 years ago
  49. 5dd06d3 grep: move context hunk mark handling into show_line() by René Scharfe · 16 years ago
  50. 3e230fa grep: use parseopt by René Scharfe · 17 years ago
  51. a94982e grep: add support for coloring with external greps by René Scharfe · 17 years ago
  52. 7e8f59d grep: color patterns in output by René Scharfe · 17 years ago
  53. d7eb527 grep: remove grep_opt argument from match_expr_eval() by René Scharfe · 17 years ago
  54. c822255 grep: don't call regexec() for fixed strings by René Scharfe · 17 years ago
  55. 83caecc git grep: Add "-z/--null" option as in GNU's grep. by Raphael Zimmerer · 17 years ago
  56. a4d7d2c log --author/--committer: really match only with name part by Junio C Hamano · 17 years ago
  57. 0ab7bef grep --all-match by Junio C Hamano · 19 years ago
  58. b48fb5b grep: free expressions and patterns when done. by Junio C Hamano · 19 years ago
  59. 480c1ca Update grep internal for grepping only in head/body by Junio C Hamano · 19 years ago
  60. 83b5d2f builtin-grep: make pieces of it available as library. by Junio C Hamano · 19 years ago