cvsserver: Eclipse compat - browsing 'modules' (heads in our case) works

Eclipse CVS clients have an odd way of perusing the top level of
the repository, by calling update on module "". So reproduce cvs'
odd behaviour in the interest of compatibility.

It makes it much easier to get a checkout when using Eclipse.
1 file changed
tree: e7b1bf1429588afd5f62771d8d874e2e252340d6
  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. rsh.c
  166. rsh.h
  167. run-command.c
  168. run-command.h
  169. send-pack.c
  170. server-info.c
  171. setup.c
  172. sha1_file.c
  173. sha1_name.c
  174. shell.c
  175. show-branch.c
  176. show-index.c
  177. ssh-fetch.c
  178. ssh-pull.c
  179. ssh-push.c
  180. ssh-upload.c
  181. strbuf.c
  182. strbuf.h
  183. stripspace.c
  184. symbolic-ref.c
  185. tag.c
  186. tag.h
  187. tar-tree.c
  188. test-date.c
  189. test-delta.c
  190. tree-diff.c
  191. tree.c
  192. tree.h
  193. unpack-file.c
  194. unpack-objects.c
  195. update-index.c
  196. update-ref.c
  197. update-server-info.c
  198. upload-pack.c
  199. usage.c
  200. var.c
  201. verify-pack.c
  202. write-tree.c