1. aec8130 Merge branch 'jc/maint-1.6.0-keep-pack' by Junio C Hamano · 16 years ago
  2. 69e020a is_kept_pack(): final clean-up by Junio C Hamano · 16 years ago
  3. 03a9683 Simplify is_kept_pack() by Junio C Hamano · 16 years ago
  4. 386cb77 Consolidate ignore_packed logic more by Junio C Hamano · 16 years ago
  5. b8431b0 has_sha1_kept_pack(): take "struct rev_info" by Junio C Hamano · 16 years ago
  6. b079c50 format-patch: track several references by Thomas Rast · 16 years ago
  7. 78892e3 revision traversal: '--simplify-by-decoration' by Linus Torvalds · 16 years ago
  8. d467a52 Make '--decorate' set an explicit 'show_decorations' flag by Linus Torvalds · 16 years ago
  9. 0f3a290 Add a 'source' decorator for commits by Linus Torvalds · 16 years ago
  10. b805ef0 Merge branch 'tr/rev-list-reverse' by Junio C Hamano · 16 years ago
  11. 0191457 Merge branch 'tr/filter-branch' by Junio C Hamano · 16 years ago
  12. 498bcd3 rev-list: fix --reverse interaction with --parents by Thomas Rast · 17 years ago
  13. 0843acf Fix "git log -i --grep" by Jeff King · 17 years ago
  14. 4dc1db0 revision.h: make show_early_output an extern which is defined in revision.c by Brandon Casey · 17 years ago
  15. faf0156 revision --simplify-merges: use decoration instead of commit->util field by Junio C Hamano · 17 years ago
  16. 6546b59 revision traversal: show full history with merge simplification by Junio C Hamano · 17 years ago
  17. e358f3c sort_in_topological_order(): avoid setting a commit flag by Johannes Schindelin · 17 years ago
  18. fa6200f Merge branch 'ph/parseopt-step-blame' by Junio C Hamano · 17 years ago
  19. e636799 Merge branch 'jc/report-tracking' by Junio C Hamano · 17 years ago
  20. 6b61ec0 revisions: refactor handle_revision_opt into parse_revision_opt. by Pierre Habouzit · 17 years ago
  21. 02e5422 revisions: split handle_revision_opt() from setup_revisions() by Pierre Habouzit · 17 years ago
  22. 8bb6588 Merge branch 'jc/blame' (early part) into HEAD by Junio C Hamano · 17 years ago
  23. 1fc561d Move read_revisions_from_stdin from builtin-rev-list.c to revision.c by Adam Brewster · 17 years ago
  24. c0234b2 stat_tracking_info(): clear object flags used during counting by Junio C Hamano · 17 years ago
  25. 7fefda5 log and rev-list: add --graph option by Adam Simpkins · 17 years ago
  26. 885cf80 revision API: split parent rewriting and parent printing options by Adam Simpkins · 17 years ago
  27. f35f560 revision traversal: --children option by Junio C Hamano · 17 years ago
  28. 4da45be log: teach "terminator" vs "separator" mode to "--pretty=format" by Junio C Hamano · 17 years ago
  29. 992221d Merge branch 'db/cover-letter' by Junio C Hamano · 17 years ago
  30. e1a3734 Improve message-id generation flow control for format-patch by Daniel Barkalow · 17 years ago
  31. 3131b71 Add "--show-all" revision walker flag for debugging by Linus Torvalds · 17 years ago
  32. 3384a2d shortlog: default to HEAD when the standard input is a tty by Junio C Hamano · 17 years ago
  33. 7dc0fe3 Fix parent rewriting in --early-output by Linus Torvalds · 17 years ago
  34. 53b2c82 revision walker: mini clean-up by Linus Torvalds · 17 years ago
  35. 252a7c0 Enhance --early-output format by Linus Torvalds · 17 years ago
  36. cdcefbc Add "--early-output" log flag for interactive GUI use by Linus Torvalds · 17 years ago
  37. 23c17d4 Simplify topo-sort logic by Linus Torvalds · 17 years ago
  38. 9fa3465 Add --log-size to git log to print message size by Marco Costalba · 18 years ago
  39. 2d93b9f More missing static by Junio C Hamano · 18 years ago
  40. cc0e6c5 Handle return code of parse_commit in revision machinery by Alex Riesen · 18 years ago
  41. a7b02cc Add --date={local,relative,default} by Junio C Hamano · 18 years ago
  42. bb6c2fb store mode in rev_list, if <tree>:<filename> syntax is used by Martin Koegler · 18 years ago
  43. d7a17ca git-log --cherry-pick A...B by Junio C Hamano · 18 years ago
  44. 2d9e4a4 Add custom subject prefix support to format-patch (take 3) by Robin H. Johnson · 18 years ago
  45. 0053e90 git-log --first-parent: show only the first parent log by Junio C Hamano · 18 years ago
  46. 2422f1c Merge branch 'jc/boundary' by Junio C Hamano · 18 years ago
  47. 2b06469 revision traversal: retire BOUNDARY_SHOW by Junio C Hamano · 18 years ago
  48. 86ab490 revision walker: Fix --boundary when limited by Junio C Hamano · 18 years ago
  49. c112f68 format-patch: add --inline option and make --attach a true attachment by Johannes Schindelin · 18 years ago
  50. 9c5e66e Teach revision machinery about --reverse by Johannes Schindelin · 18 years ago
  51. 8860fd4 Teach the revision walker to walk by reflogs with --walk-reflogs by Johannes Schindelin · 18 years ago
  52. 52883fb Teach log family --encoding by Junio C Hamano · 18 years ago
  53. d4ada48 Merge branch 'jc/skip-count' by Junio C Hamano · 18 years ago
  54. d5db6c9 revision: --skip=<n> by Junio C Hamano · 18 years ago
  55. 8dce823 Revert "Make left-right automatic." by Junio C Hamano · 18 years ago
  56. 5761231 Make left-right automatic. by Junio C Hamano · 18 years ago
  57. 74bd902 Teach all of log family --left-right output. by Junio C Hamano · 18 years ago
  58. 577ed5c rev-list --left-right by Junio C Hamano · 18 years ago
  59. 2d10c55 git log: Unify header_filter and message_filter into one. by Junio C Hamano · 18 years ago
  60. 8ecae9b revision traversal: prepare for commit log match. by Junio C Hamano · 18 years ago
  61. 106d710 pack-objects --unpacked=<existing pack> option. by Junio C Hamano · 18 years ago
  62. 5d6f093 revision.c: allow injecting revision parameters after setup_revisions(). by Junio C Hamano · 18 years ago
  63. 3dfb927 Add --relative-date option to the revision interface by Jonas Fonseca · 19 years ago
  64. db6296a Call setup_git_directory() early by Linus Torvalds · 19 years ago
  65. d1566f7 git-format-patch: Make the second and subsequent mails replies to the first by Josh Triplett · 19 years ago
  66. 1f1e895 Add "named object array" concept by Linus Torvalds · 19 years ago
  67. 9202434 gitweb.cgi history not shown by Linus Torvalds · 19 years ago
  68. 20ff068 format-patch: resurrect extra headers from config by Johannes Schindelin · 19 years ago
  69. cf2251b format-patch --signoff by Junio C Hamano · 19 years ago
  70. 698ce6f fmt-patch: Support --attach by Johannes Schindelin · 19 years ago
  71. 596524b Teach fmt-patch about --numbered by Johannes Schindelin · 19 years ago
  72. 34e98ea Merge branch 'lt/logopt' by Junio C Hamano · 19 years ago
  73. 9153983 Log message printout cleanups by Linus Torvalds · 19 years ago
  74. 1b65a5a rev-list --boundary: show boundary commits even when limited otherwise. by Junio C Hamano · 19 years ago
  75. cb8f64b log/whatchanged/show - log formatting cleanup. by Junio C Hamano · 19 years ago
  76. ba1d450 Tentative built-in "git show" by Linus Torvalds · 19 years ago
  77. cd2bdc5 Common option parsing for "git log --diff" and friends by Linus Torvalds · 19 years ago
  78. c4e05b1 blame and friends: adjust to multiple pathspec change. by Junio C Hamano · 19 years ago
  79. 3381c79 Make "--parents" logs also be incremental by Linus Torvalds · 19 years ago
  80. 7b0c996 Move "--parent" parsing into generic revision.c library code by Linus Torvalds · 19 years ago
  81. 384e99a rev-list --boundary by Junio C Hamano · 19 years ago
  82. 8efdc32 rev-lib: Make it easy to do rename tracking (take 2) by Fredrik Kuivinen · 19 years ago
  83. 7ae0b0c git-log (internal): more options. by Junio C Hamano · 19 years ago
  84. 765ac8e Rip out merge-order and make "git log <paths>..." work again. by Linus Torvalds · 19 years ago
  85. a4a88b2 git-rev-list libification: rev-list walking by Linus Torvalds · 19 years ago
  86. d9a8368 Splitting rev-list into revisions lib, end of beginning. by Linus Torvalds · 19 years ago
  87. ae56354 First cut at libifying revlist generation by Linus Torvalds · 19 years ago
  88. b2c0071 Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h". by Linus Torvalds · 20 years ago
  89. 08ca0b0 Make the revision tracking track the object types too. by Linus Torvalds · 20 years ago
  90. 7d60ad7 Make "parse_commit" return the "struct revision" for the commit. by Linus Torvalds · 20 years ago
  91. 01796b0 Make "revision.h" slightly better to use. by Linus Torvalds · 20 years ago
  92. 89d21f4 Move "parse_commit()" into common revision.h file. by Linus Torvalds · 20 years ago
  93. e447947 Be much more liberal about the file mode bits. by Linus Torvalds · 20 years ago
  94. 458754a Use common "revision.h" header for both fsck and rev-tree. by Linus Torvalds · 20 years ago