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