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