Splitting rev-list into revisions lib, end of beginning.

This makes the rewrite easier to validate in that revision flag
parsing and warlking part are now all in rev_info structure.

Signed-off-by: Junio C Hamano <junkio@cox.net>
3 files changed
tree: 09cfb3bda4137a5376477fc6659e933fa4657cf4
  1. arm/
  2. compat/
  3. contrib/
  4. Documentation/
  5. mozilla-sha1/
  6. ppc/
  7. t/
  8. templates/
  9. .gitignore
  10. apply.c
  11. blob.c
  12. blob.h
  13. cache.h
  14. cat-file.c
  15. check-ref-format.c
  16. checkout-index.c
  17. clone-pack.c
  18. combine-diff.c
  19. commit-tree.c
  20. commit.c
  21. commit.h
  22. config.c
  23. connect.c
  24. convert-objects.c
  25. copy.c
  26. COPYING
  27. count-delta.c
  28. count-delta.h
  29. csum-file.c
  30. csum-file.h
  31. ctype.c
  32. daemon.c
  33. date.c
  34. delta.h
  35. describe.c
  36. diff-delta.c
  37. diff-files.c
  38. diff-index.c
  39. diff-stages.c
  40. diff-tree.c
  41. diff.c
  42. diff.h
  43. diffcore-break.c
  44. diffcore-order.c
  45. diffcore-pathspec.c
  46. diffcore-pickaxe.c
  47. diffcore-rename.c
  48. diffcore.h
  49. entry.c
  50. environment.c
  51. epoch.c
  52. epoch.h
  53. exec_cmd.c
  54. exec_cmd.h
  55. fetch-clone.c
  56. fetch-pack.c
  57. fetch.c
  58. fetch.h
  59. fsck-objects.c
  60. get-tar-commit-id.c
  61. git-add.sh
  62. git-am.sh
  63. git-annotate.perl
  64. git-applymbox.sh
  65. git-applypatch.sh
  66. git-archimport.perl
  67. git-bisect.sh
  68. git-branch.sh
  69. git-checkout.sh
  70. git-cherry.sh
  71. git-clone.sh
  72. git-commit.sh
  73. git-compat-util.h
  74. git-count-objects.sh
  75. git-cvsexportcommit.perl
  76. git-cvsimport.perl
  77. git-cvsserver.perl
  78. git-diff.sh
  79. git-fetch.sh
  80. git-fmt-merge-msg.perl
  81. git-format-patch.sh
  82. git-grep.sh
  83. git-log.sh
  84. git-lost-found.sh
  85. git-ls-remote.sh
  86. git-merge-octopus.sh
  87. git-merge-one-file.sh
  88. git-merge-ours.sh
  89. git-merge-recursive.py
  90. git-merge-resolve.sh
  91. git-merge-stupid.sh
  92. git-merge.sh
  93. git-mv.perl
  94. git-parse-remote.sh
  95. git-prune.sh
  96. git-pull.sh
  97. git-push.sh
  98. git-rebase.sh
  99. git-relink.perl
  100. git-repack.sh
  101. git-request-pull.sh
  102. git-rerere.perl
  103. git-reset.sh
  104. git-resolve.sh
  105. git-revert.sh
  106. git-rm.sh
  107. git-send-email.perl
  108. git-sh-setup.sh
  109. git-shortlog.perl
  110. git-svnimport.perl
  111. git-tag.sh
  112. git-verify-tag.sh
  113. GIT-VERSION-GEN
  114. git-whatchanged.sh
  115. git.c
  116. git.spec.in
  117. gitk
  118. gitMergeCommon.py
  119. hash-object.c
  120. http-fetch.c
  121. http-push.c
  122. http.c
  123. http.h
  124. ident.c
  125. index-pack.c
  126. index.c
  127. init-db.c
  128. INSTALL
  129. local-fetch.c
  130. ls-files.c
  131. ls-tree.c
  132. mailinfo.c
  133. mailsplit.c
  134. Makefile
  135. merge-base.c
  136. merge-index.c
  137. merge-tree.c
  138. mktag.c
  139. mktree.c
  140. name-rev.c
  141. object.c
  142. object.h
  143. pack-check.c
  144. pack-objects.c
  145. pack-redundant.c
  146. pack.h
  147. patch-delta.c
  148. patch-id.c
  149. path.c
  150. peek-remote.c
  151. pkt-line.c
  152. pkt-line.h
  153. prune-packed.c
  154. quote.c
  155. quote.h
  156. read-cache.c
  157. read-tree.c
  158. README
  159. receive-pack.c
  160. refs.c
  161. refs.h
  162. repo-config.c
  163. rev-list.c
  164. rev-parse.c
  165. revision.c
  166. revision.h
  167. rsh.c
  168. rsh.h
  169. run-command.c
  170. run-command.h
  171. send-pack.c
  172. server-info.c
  173. setup.c
  174. sha1_file.c
  175. sha1_name.c
  176. shell.c
  177. show-branch.c
  178. show-index.c
  179. ssh-fetch.c
  180. ssh-pull.c
  181. ssh-push.c
  182. ssh-upload.c
  183. strbuf.c
  184. strbuf.h
  185. stripspace.c
  186. symbolic-ref.c
  187. tag.c
  188. tag.h
  189. tar-tree.c
  190. test-date.c
  191. test-delta.c
  192. tree-diff.c
  193. tree.c
  194. tree.h
  195. unpack-file.c
  196. unpack-objects.c
  197. update-index.c
  198. update-ref.c
  199. update-server-info.c
  200. upload-pack.c
  201. usage.c
  202. var.c
  203. verify-pack.c
  204. write-tree.c