1. 5e11bee Allow customizable commit decorations colors by Nazri Ramliy · 15 years ago
  2. 67a4b58 log --decorate: Colorize commit decorations by Nazri Ramliy · 15 years ago
  3. a752412 log-tree.c: Use struct name_decoration's type for classifying decoration by Nazri Ramliy · 15 years ago
  4. 81bd1b2 Output the graph columns at the end of the commit message by Bo Yang · 15 years ago
  5. 88d9d45 git log -p -m: document -m and honor --first-parent by Petr Baudis · 15 years ago
  6. 66b2ed0 Fix "log" family not to be too agressive about showing notes by Junio C Hamano · 15 years ago
  7. 8f8f547 Introduce new pretty formats %g[sdD] for reflog information by Thomas Rast · 15 years ago
  8. dd2e794 Refactor pretty_print_commit arguments into a struct by Thomas Rast · 15 years ago
  9. 77abcbd Let --decorate show HEAD position by Thomas Rast · 15 years ago
  10. f4ea32f improve reflog date/number heuristic by Jeff King · 15 years ago
  11. 33e7018 git-log: allow --decorate[=short|full] by Lars Hjemli · 16 years ago
  12. 28e9cf6 Expose the has_non_ascii() function by Johannes Schindelin · 16 years ago
  13. 8715227 log-tree: fix confusing comment by Jeff King · 16 years ago
  14. de435ac Prettify log decorations even more by Felipe Contreras · 16 years ago
  15. b09b868 log-tree: fix patch filename computation in "git format-patch" by Christian Couder · 16 years ago
  16. 108dab2 format-patch: --attach/inline uses filename instead of SHA1 by Stephen Boyd · 16 years ago
  17. 6fa8e62 format-patch: move get_patch_filename() into log-tree by Stephen Boyd · 16 years ago
  18. 5a5bd23 Merge branch 'tr/format-patch-thread' by Junio C Hamano · 16 years ago
  19. fd13b21 Move local variables to narrower scopes by Benjamin Kramer · 16 years ago
  20. b079c50 format-patch: track several references by Thomas Rast · 16 years ago
  21. 7fcda92 log: do not print ellipses with --abbrev-commit by Thomas Rast · 16 years ago
  22. 8c4021a Fix machine-parseability of 'git log --source' by Linus Torvalds · 16 years ago
  23. d467a52 Make '--decorate' set an explicit 'show_decorations' flag by Linus Torvalds · 16 years ago
  24. 0f3a290 Add a 'source' decorator for commits by Linus Torvalds · 16 years ago
  25. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  26. cab4feb move load_ref_decorations() to log-tree.c and export it by René Scharfe · 17 years ago
  27. 84102a3 Teach git log --exit-code to return an appropriate exit code by Peter Valdemar Mørch · 17 years ago
  28. 6b2fbaa format-patch: Produce better output with --inline or --attach by Kevin Ballard · 17 years ago
  29. 7528f27 log --graph --left-right: show left/right information in place of '*' by Adam Simpkins · 17 years ago
  30. 7fefda5 log and rev-list: add --graph option by Adam Simpkins · 17 years ago
  31. 885cf80 revision API: split parent rewriting and parent printing options by Adam Simpkins · 17 years ago
  32. 9b58bfe log: print log entry terminator even if the message is empty by Adam Simpkins · 17 years ago
  33. 0286565 Remove dead code: show_log() sep argument and diff_options.msg_sep by Adam Simpkins · 17 years ago
  34. 4da45be log: teach "terminator" vs "separator" mode to "--pretty=format" by Junio C Hamano · 17 years ago
  35. 42c8c74 pretty.c: add %x00 format specifier. by Govind Salinas · 17 years ago
  36. 267123b Merge branch 'maint' by Junio C Hamano · 17 years ago
  37. 6bf4f1b format-patch: generate MIME header as needed even when there is format.header by Junio C Hamano · 17 years ago
  38. 992221d Merge branch 'db/cover-letter' by Junio C Hamano · 17 years ago
  39. b02bd65 Export some email and pretty-printing functions by Daniel Barkalow · 17 years ago
  40. 3131b71 Add "--show-all" revision walker flag for debugging by Linus Torvalds · 17 years ago
  41. 8f67f8a Make the diff_options bitfields be an unsigned with explicit masks. by Pierre Habouzit · 17 years ago
  42. 4593fb8 format-patch -s: add MIME encoding header if signer's name requires so by Junio C Hamano · 17 years ago
  43. 50e62a8 rev-list: implement --bisect-all by Christian Couder · 17 years ago
  44. d55e7c3 Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  45. 304b5af Clean up "git log" format with DIFF_FORMAT_NO_OUTPUT by Linus Torvalds · 17 years ago
  46. cc61ae8 Merge branch 'mv/unknown' by Junio C Hamano · 17 years ago
  47. 55246aa Don't use "<unknown>" for placeholders and suppress printing of empty user formats. by Michal Vitecek · 17 years ago
  48. 674d172 Rework pretty_print_commit to use strbufs instead of custom buffers. by Pierre Habouzit · 18 years ago
  49. 9fa3465 Add --log-size to git log to print message size by Marco Costalba · 18 years ago
  50. 88c447e Handle missing prefix for "Subject:" as if no prefix given by Alex Riesen · 18 years ago
  51. 06f59e9 Don't fflush(stdout) when it's not helpful by Theodore Ts'o · 18 years ago
  52. 80583c0 Lift 16kB limit of log message output by Junio C Hamano · 18 years ago
  53. 125a5f1 Merge branch 'maint' by Junio C Hamano · 18 years ago
  54. e330a40 Fix --boundary output by Linus Torvalds · 18 years ago
  55. a7b02cc Add --date={local,relative,default} by Junio C Hamano · 18 years ago
  56. ca135e7 Add support for "commit name decorations" to log family of commands by Linus Torvalds · 18 years ago
  57. 2d9e4a4 Add custom subject prefix support to format-patch (take 3) by Robin H. Johnson · 18 years ago
  58. 33ee4cf format-patch --attach: not folding some long headers. by Junio C Hamano · 18 years ago
  59. c112f68 format-patch: add --inline option and make --attach a true attachment by Johannes Schindelin · 18 years ago
  60. e52a5de pretty-formats: add 'format:<string>' by Johannes Schindelin · 18 years ago
  61. e00de24 format-patch -n: make sorting easier by padding number by Johannes Schindelin · 18 years ago
  62. 4e244cb log --reflog: honour --relative-date by Johannes Schindelin · 18 years ago
  63. abd4e22 Fix "git log -z" behaviour by Linus Torvalds · 18 years ago
  64. 903b45f git-log -g --pretty=oneline should display the reflog message by Nicolas Pitre · 18 years ago
  65. 4d12a47 Fix --walk-reflog with --pretty=oneline by Junio C Hamano · 18 years ago
  66. 8860fd4 Teach the revision walker to walk by reflogs with --walk-reflogs by Johannes Schindelin · 18 years ago
  67. 74bd902 Teach all of log family --left-right output. by Junio C Hamano · 18 years ago
  68. 2b60356 Make git-cherry handle root trees by Rene Scharfe · 18 years ago
  69. fc1c75e log-tree.c: cleanup a bit append_signoff() by Franck Bui-Huu · 19 years ago
  70. 3dfb927 Add --relative-date option to the revision interface by Jonas Fonseca · 19 years ago
  71. c35f4c3 Add a newline before appending "Signed-off-by: " line by Franck Bui-Huu · 19 years ago
  72. 1dcb692 log-tree: show_log() should respect the setting of diffopt->line_termination by Ryan Anderson · 19 years ago
  73. e79992a Merge branch 'jt/format-patch' by Junio C Hamano · 19 years ago
  74. e557667 Always reset the color _before_ printing out the newline by Johannes Schindelin · 19 years ago
  75. ce43697 Colorize 'commit' lines in log ui by Jeff King · 19 years ago
  76. d1566f7 git-format-patch: Make the second and subsequent mails replies to the first by Josh Triplett · 19 years ago
  77. 3969cf7 Fix some more diff options changes. by Junio C Hamano · 19 years ago
  78. 39bc9a6 Add msg_sep to diff_options by Timo Hirvonen · 19 years ago
  79. c674434 Merge with_raw, with_stat and summary variables to output_format by Timo Hirvonen · 19 years ago
  80. 20ff068 format-patch: resurrect extra headers from config by Johannes Schindelin · 19 years ago
  81. cf2251b format-patch --signoff by Junio C Hamano · 19 years ago
  82. 73f0a15 Merge branch 'js/fmt-patch' by Junio C Hamano · 19 years ago
  83. 698ce6f fmt-patch: Support --attach by Johannes Schindelin · 19 years ago
  84. c66b6c0 Merge branch 'master' into js/fmt-patch by Junio C Hamano · 19 years ago
  85. 8ac80a5 Teach fmt-patch about --keep-subject by Johannes Schindelin · 19 years ago
  86. 596524b Teach fmt-patch about --numbered by Johannes Schindelin · 19 years ago
  87. c8c893c Fix "git-log --parents" breakage post v1.3.0 by Linus Torvalds · 19 years ago
  88. 3eefc18 Tentative built-in format-patch. by Junio C Hamano · 19 years ago
  89. a4d34e2 Log message printout cleanups (#3): fix --pretty=oneline by Linus Torvalds · 19 years ago
  90. eab144a Log message printout cleanups (#2) by Linus Torvalds · 19 years ago
  91. 9153983 Log message printout cleanups by Linus Torvalds · 19 years ago
  92. 78fff6e Fixes for option parsing by Linus Torvalds · 19 years ago
  93. cb8f64b log/whatchanged/show - log formatting cleanup. by Junio C Hamano · 19 years ago
  94. cd2bdc5 Common option parsing for "git log --diff" and friends by Linus Torvalds · 19 years ago
  95. 5f1c3f0 log-tree: separate major part of diff-tree. by Junio C Hamano · 19 years ago