1. 0f3a290 Add a 'source' decorator for commits by Linus Torvalds · 16 years ago
  2. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  3. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 17 years ago
  4. 0843acf Fix "git log -i --grep" by Jeff King · 17 years ago
  5. 6796399 Merge branch 'maint' by Junio C Hamano · 17 years ago
  6. d85fe38 rev-list: honor --quiet option by Junio C Hamano · 17 years ago
  7. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  8. fa6200f Merge branch 'ph/parseopt-step-blame' by Junio C Hamano · 17 years ago
  9. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  10. 8bb6588 Merge branch 'jc/blame' (early part) into HEAD by Junio C Hamano · 17 years ago
  11. 1fc561d Move read_revisions_from_stdin from builtin-rev-list.c to revision.c by Adam Brewster · 17 years ago
  12. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  13. 7528f27 log --graph --left-right: show left/right information in place of '*' by Adam Simpkins · 17 years ago
  14. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  15. 7fefda5 log and rev-list: add --graph option by Adam Simpkins · 17 years ago
  16. 885cf80 revision API: split parent rewriting and parent printing options by Adam Simpkins · 17 years ago
  17. 72276a3 rev-list --children by Junio C Hamano · 17 years ago
  18. 7ccd366 Add --reverse to the git-rev-list usage string by Kevin Ballard · 17 years ago
  19. eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
  20. a5aa930 rev-list: add --branches, --tags and --remotes by Uwe Kleine-König · 17 years ago
  21. 7914053 Remove unused object-ref code by Martin Koegler · 17 years ago
  22. 428ae2e Merge branch 'lt/revision-walker' by Junio C Hamano · 17 years ago
  23. 3d51e1b check return code of prepare_revision_walk by Martin Koegler · 17 years ago
  24. 3131b71 Add "--show-all" revision walker flag for debugging by Linus Torvalds · 17 years ago
  25. 872c930 Don't access line[-1] for a zero-length "line" from fgets. by Jim Meyering · 17 years ago
  26. 761e856 Merge branch 'lt/rev-list-interactive' by Junio C Hamano · 17 years ago
  27. 7dc0fe3 Fix parent rewriting in --early-output by Linus Torvalds · 17 years ago
  28. 2735089 rev-list: Introduce --quiet to avoid /dev/null redirects by Shawn O. Pearce · 17 years ago
  29. 53b2c82 revision walker: mini clean-up by Linus Torvalds · 17 years ago
  30. 4593fb8 format-patch -s: add MIME encoding header if signer's name requires so by Junio C Hamano · 17 years ago
  31. 50e62a8 rev-list: implement --bisect-all by Christian Couder · 17 years ago
  32. cc61ae8 Merge branch 'mv/unknown' by Junio C Hamano · 17 years ago
  33. 66d4035 Merge branch 'ph/strbuf' by Junio C Hamano · 17 years ago
  34. 55246aa Don't use "<unknown>" for placeholders and suppress printing of empty user formats. by Michal Vitecek · 17 years ago
  35. 17ed158 rev-list --bisect: Fix best == NULL case. by Christian Couder · 17 years ago
  36. 39bd2eb Merge branch 'master' into ph/strbuf by Junio C Hamano · 17 years ago
  37. 5327141 rev-list --bisect: Bisection "distance" clean up. by Christian Couder · 18 years ago
  38. 77c11e0 rev-list --bisect: Move some bisection code into best_bisection. by Christian Couder · 18 years ago
  39. ce0cbad rev-list --bisect: Move finding bisection into do_find_bisection. by Christian Couder · 18 years ago
  40. 674d172 Rework pretty_print_commit to use strbufs instead of custom buffers. by Pierre Habouzit · 18 years ago
  41. 4b7f59a Merge branch 'maint' by Junio C Hamano · 18 years ago
  42. 4e0b2bb rev-list --bisect: fix allocation of "int*" instead of "int". by Christian Couder · 18 years ago
  43. 1ed8415 Revert 88494423 (removal of duplicate parents in the output codepath) by Junio C Hamano · 18 years ago
  44. 06f59e9 Don't fflush(stdout) when it's not helpful by Theodore Ts'o · 18 years ago
  45. 80583c0 Lift 16kB limit of log message output by Junio C Hamano · 18 years ago
  46. a7b02cc Add --date={local,relative,default} by Junio C Hamano · 18 years ago
  47. b9849a1 Make sure quickfetch is not fooled with a previous, incomplete fetch. by Junio C Hamano · 18 years ago
  48. 77e6f5b Merge branch 'maint' by Junio C Hamano · 18 years ago
  49. b24bace Document --left-right option to rev-list. by Brian Gernhardt · 18 years ago
  50. 1daa09d make the previous optimization work also on path-limited rev-list --bisect by Junio C Hamano · 18 years ago
  51. 2a46469 rev-list --bisect: Fix "halfway" optimization. by Junio C Hamano · 18 years ago
  52. 1c2c611 Merge branch 'master' into jc/bisect by Junio C Hamano · 18 years ago
  53. a4e9d71 Fix path-limited "rev-list --bisect" termination condition. by Junio C Hamano · 18 years ago
  54. 1c4fea3 git-rev-list --bisect: optimization by Junio C Hamano · 18 years ago
  55. 457f08a git-rev-list: add --bisect-vars option. by Junio C Hamano · 18 years ago
  56. 256c3fe Read the config in rev-list by Fredrik Kuivinen · 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. f69895f rev-list: fix segfault with --{author,committer,grep} by Jeff King · 18 years ago
  61. 8d1d8f8 pack-objects: further work on internal rev-list logic. by Junio C Hamano · 19 years ago
  62. c64ed70 Separate object listing routines out of rev-list by Junio C Hamano · 19 years ago
  63. 42cabc3 Teach rev-list an option to read revs from the standard input. by Junio C Hamano · 19 years ago
  64. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  65. 3dfb927 Add --relative-date option to the revision interface by Jonas Fonseca · 19 years ago
  66. 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
  67. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  68. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  69. db6296a Call setup_git_directory() early by Linus Torvalds · 19 years ago
  70. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  71. 1f1e895 Add "named object array" concept by Linus Torvalds · 19 years ago
  72. cb11574 Some more memory leak avoidance by Linus Torvalds · 19 years ago
  73. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  74. 87cefaa rev-list: fix process_tree() conversion. by Linus Torvalds · 19 years ago
  75. 4c068a9 tree_entry(): new tree-walking helper function by Linus Torvalds · 19 years ago
  76. 2d9c58c Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  77. 3a7c352 Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds · 19 years ago
  78. 136f2e5 Make "struct tree" contain the pointer to the tree buffer by Linus Torvalds · 19 years ago
  79. 91b452c Fix memory leak in "git rev-list --objects" by Linus Torvalds · 19 years ago
  80. 698ce6f fmt-patch: Support --attach by Johannes Schindelin · 19 years ago
  81. 328b710 Merge branch 'master' into js/fmt-patch by Junio C Hamano · 19 years ago
  82. 5fb61b8 Make "git rev-list" be a builtin by Linus Torvalds · 19 years ago[Renamed (98%) from rev-list.c]
  83. e686eb9 fmt-patch: understand old <his> notation by Johannes Schindelin · 19 years ago
  84. 34e98ea Merge branch 'lt/logopt' by Junio C Hamano · 19 years ago
  85. 9153983 Log message printout cleanups by Linus Torvalds · 19 years ago
  86. 6feba7c Merge branch 'jc/boundary' by Junio C Hamano · 19 years ago
  87. db89665 rev-list --header: output format fix by Junio C Hamano · 19 years ago
  88. 1b65a5a rev-list --boundary: show boundary commits even when limited otherwise. by Junio C Hamano · 19 years ago
  89. 7594c4b rev-list option parser fix. by Junio C Hamano · 19 years ago
  90. 8c1f0b4 Fix up rev-list option parsing. by Junio C Hamano · 19 years ago
  91. 4e1dc64 rev-list --bisect: limit list before bisecting. by Junio C Hamano · 19 years ago
  92. c4e05b1 blame and friends: adjust to multiple pathspec change. by Junio C Hamano · 19 years ago
  93. 3381c79 Make "--parents" logs also be incremental by Linus Torvalds · 19 years ago
  94. 5c51c98 rev-list --abbrev-commit by Junio C Hamano · 19 years ago
  95. 7b0c996 Move "--parent" parsing into generic revision.c library code by Linus Torvalds · 19 years ago
  96. 1b0c717 tree/diff header cleanup. by Junio C Hamano · 19 years ago
  97. 384e99a rev-list --boundary by Junio C Hamano · 19 years ago
  98. 9181ca2 rev-list: memory usage reduction. by Junio C Hamano · 19 years ago
  99. dc68c4f rev-list --timestamp by Junio C Hamano · 19 years ago
  100. 8efdc32 rev-lib: Make it easy to do rename tracking (take 2) by Fredrik Kuivinen · 19 years ago