1. efc7df4 Move print_commit_list to libgit.a by Nguyễn Thái Ngọc Duy · 12 years ago
  2. c43cb38 Move estimate_bisect_steps to libgit.a by Nguyễn Thái Ngọc Duy · 12 years ago
  3. d318a39 Merge branch 'jk/maint-reflog-walk-count-vs-time' by Junio C Hamano · 13 years ago
  4. f026c75 log: respect date_mode_explicit with --format:%gd by Jeff King · 13 years ago
  5. 9899372 rev-list: fix --verify-objects --quiet becoming --objects by Nguyễn Thái Ngọc Duy · 13 years ago
  6. 8ba8fe0 rev-list: remove BISECT_SHOW_TRIED flag by Nguyễn Thái Ngọc Duy · 13 years ago
  7. cb8da70 git rev-list: fix invalid typecast by Clemens Buchacher · 13 years ago
  8. 5a48d24 rev-list --verify-object by Junio C Hamano · 14 years ago
  9. 4947367 list-objects: pass callback data to show_objects() by Junio C Hamano · 14 years ago
  10. 91f1751 revision.c: add show_object_with_name() helper function by Junio C Hamano · 14 years ago
  11. 5f25b62 rev-list: fix finish_object() call by Junio C Hamano · 14 years ago
  12. f67d2e8 Merge branch 'jk/format-patch-am' by Junio C Hamano · 14 years ago
  13. 6bf1394 clean up calling conventions for pretty.c functions by Jeff King · 14 years ago
  14. b388e14 rev-list --count: separate count for --cherry-mark by Michael J Gruber · 14 years ago
  15. ad5aeed revision.c: introduce --min-parents and --max-parents options by Michael J Gruber · 14 years ago
  16. 1df2d65 rev-list/log: factor out revision mark generation by Michael J Gruber · 14 years ago
  17. 07e0a83 Merge branch 'jk/maint-rev-list-nul' by Junio C Hamano · 14 years ago
  18. 9130ac9 rev-list: handle %x00 NUL in user format by Jeff King · 14 years ago
  19. 62b4698 Use angles for placeholders consistently by Štěpán Němec · 14 years ago
  20. f69c501 rev-list: introduce --count option by Thomas Rast · 15 years ago
  21. f9bdf9b Merge branch 'ef/maint-empty-commit-log' by Junio C Hamano · 15 years ago
  22. aa4beff Merge branch 'mg/use-default-abbrev-length-in-rev-list' by Junio C Hamano · 15 years ago
  23. 2e0e8b6 Merge branch 'lt/deepen-builtin-source' by Junio C Hamano · 15 years ago
  24. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-rev-list.c]
  25. f1c92c6 builtin-rev-list.c: mark file-local function static by Junio C Hamano · 15 years ago
  26. 3cc3fb7 Merge branch 'jc/1.7.0-diff-whitespace-only-status' by Junio C Hamano · 15 years ago
  27. e61f25f Merge branch 'jc/log-stdin' by Junio C Hamano · 15 years ago
  28. 8b3dce5 Teach --stdin option to "log" family by Junio C Hamano · 15 years ago
  29. 578e5ef Merge branch 'lt/revision-bisect' by Junio C Hamano · 15 years ago
  30. ad3f9a7 Add '--bisect' revision machinery argument by Linus Torvalds · 15 years ago
  31. dd2e794 Refactor pretty_print_commit arguments into a struct by Thomas Rast · 15 years ago
  32. 90b1994 diff: Rename QUIET internal option to QUICK by Junio C Hamano · 16 years ago
  33. 9af3589 bisect: add parameters to "filter_skipped" by Christian Couder · 16 years ago
  34. 38ef750 rev-list: remove stringed output flag from "show_bisect_vars" by Christian Couder · 16 years ago
  35. 280e65c rev-list: refactor printing bisect vars by Christian Couder · 16 years ago
  36. 1c87654 rev-list: make "estimate_bisect_steps" non static by Christian Couder · 16 years ago
  37. 9824a38 Merge branch 'lt/pack-object-memuse' by Junio C Hamano · 16 years ago
  38. cf2ab91 show_object(): push path_name() call further down by Linus Torvalds · 16 years ago
  39. 8d2dfc4 process_{tree,blob}: show objects without buffering by Linus Torvalds · 16 years ago
  40. 13858e5 rev-list: add "int bisect_show_flags" in "struct rev_list_info" by Christian Couder · 16 years ago
  41. d797257 rev-list: remove last static vars used in "show_commit" by Christian Couder · 16 years ago
  42. 11c211f list-objects: add "void *data" parameter to show functions by Christian Couder · 16 years ago
  43. e89aa6d bisect--helper: string output variables together with "&&" by Christian Couder · 16 years ago
  44. 37c4c38 rev-list: pass "int flags" as last argument of "show_bisect_vars" by Christian Couder · 16 years ago
  45. 9518864 rev-list: call new "filter_skip" function by Christian Couder · 16 years ago
  46. 7428d75 rev-list: pass "revs" to "show_bisect_vars" by Christian Couder · 16 years ago
  47. 6a17fad rev-list: make "show_bisect_vars" non static by Christian Couder · 16 years ago
  48. 9996983 rev-list: move code to show bisect vars into its own function by Christian Couder · 16 years ago
  49. a2ad79c rev-list: move bisect related code into its own file by Christian Couder · 16 years ago
  50. ff62d73 rev-list: make "bisect_list" variable local to "cmd_rev_list" by Christian Couder · 16 years ago
  51. 9f199b1 rev-list: estimate number of bisection step left by Christian Couder · 16 years ago
  52. 6e46cc0 rev-list: fix showing distance when using --bisect-all by Christian Couder · 16 years ago
  53. 0f3a290 Add a 'source' decorator for commits by Linus Torvalds · 16 years ago
  54. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  55. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 17 years ago
  56. 0843acf Fix "git log -i --grep" by Jeff King · 17 years ago
  57. 6796399 Merge branch 'maint' by Junio C Hamano · 17 years ago
  58. d85fe38 rev-list: honor --quiet option by Junio C Hamano · 17 years ago
  59. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  60. fa6200f Merge branch 'ph/parseopt-step-blame' by Junio C Hamano · 17 years ago
  61. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  62. 8bb6588 Merge branch 'jc/blame' (early part) into HEAD by Junio C Hamano · 17 years ago
  63. 1fc561d Move read_revisions_from_stdin from builtin-rev-list.c to revision.c by Adam Brewster · 17 years ago
  64. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  65. 7528f27 log --graph --left-right: show left/right information in place of '*' by Adam Simpkins · 17 years ago
  66. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  67. 7fefda5 log and rev-list: add --graph option by Adam Simpkins · 17 years ago
  68. 885cf80 revision API: split parent rewriting and parent printing options by Adam Simpkins · 17 years ago
  69. 72276a3 rev-list --children by Junio C Hamano · 17 years ago
  70. 7ccd366 Add --reverse to the git-rev-list usage string by Kevin Ballard · 17 years ago
  71. eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
  72. a5aa930 rev-list: add --branches, --tags and --remotes by Uwe Kleine-König · 17 years ago
  73. 7914053 Remove unused object-ref code by Martin Koegler · 17 years ago
  74. 428ae2e Merge branch 'lt/revision-walker' by Junio C Hamano · 17 years ago
  75. 3d51e1b check return code of prepare_revision_walk by Martin Koegler · 17 years ago
  76. 3131b71 Add "--show-all" revision walker flag for debugging by Linus Torvalds · 17 years ago
  77. 872c930 Don't access line[-1] for a zero-length "line" from fgets. by Jim Meyering · 17 years ago
  78. 761e856 Merge branch 'lt/rev-list-interactive' by Junio C Hamano · 17 years ago
  79. 7dc0fe3 Fix parent rewriting in --early-output by Linus Torvalds · 17 years ago
  80. 2735089 rev-list: Introduce --quiet to avoid /dev/null redirects by Shawn O. Pearce · 17 years ago
  81. 53b2c82 revision walker: mini clean-up by Linus Torvalds · 17 years ago
  82. 4593fb8 format-patch -s: add MIME encoding header if signer's name requires so by Junio C Hamano · 17 years ago
  83. 50e62a8 rev-list: implement --bisect-all by Christian Couder · 17 years ago
  84. cc61ae8 Merge branch 'mv/unknown' by Junio C Hamano · 17 years ago
  85. 66d4035 Merge branch 'ph/strbuf' by Junio C Hamano · 17 years ago
  86. 55246aa Don't use "<unknown>" for placeholders and suppress printing of empty user formats. by Michal Vitecek · 17 years ago
  87. 17ed158 rev-list --bisect: Fix best == NULL case. by Christian Couder · 17 years ago
  88. 39bd2eb Merge branch 'master' into ph/strbuf by Junio C Hamano · 17 years ago
  89. 5327141 rev-list --bisect: Bisection "distance" clean up. by Christian Couder · 17 years ago
  90. 77c11e0 rev-list --bisect: Move some bisection code into best_bisection. by Christian Couder · 17 years ago
  91. ce0cbad rev-list --bisect: Move finding bisection into do_find_bisection. by Christian Couder · 17 years ago
  92. 674d172 Rework pretty_print_commit to use strbufs instead of custom buffers. by Pierre Habouzit · 18 years ago
  93. 4b7f59a Merge branch 'maint' by Junio C Hamano · 18 years ago
  94. 4e0b2bb rev-list --bisect: fix allocation of "int*" instead of "int". by Christian Couder · 18 years ago
  95. 1ed8415 Revert 88494423 (removal of duplicate parents in the output codepath) by Junio C Hamano · 18 years ago
  96. 06f59e9 Don't fflush(stdout) when it's not helpful by Theodore Ts'o · 18 years ago
  97. 80583c0 Lift 16kB limit of log message output by Junio C Hamano · 18 years ago
  98. a7b02cc Add --date={local,relative,default} by Junio C Hamano · 18 years ago
  99. b9849a1 Make sure quickfetch is not fooled with a previous, incomplete fetch. by Junio C Hamano · 18 years ago
  100. 77e6f5b Merge branch 'maint' by Junio C Hamano · 18 years ago