[PATCH] archimport - update in-script doco, options tidyup

Updated the usage/help message to match asciidoc documentation. The perldoc
documentation now includes the first paragraph from the asciidoc documentation
and points users to the manpage.

Updated TODO section.

Removed some redundant options from the getopt() invocation.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 file changed
tree: 7184699d96b7fe45ece9d9989b1db61df265ee4c
  1. debian/
  2. Documentation/
  3. mozilla-sha1/
  4. ppc/
  5. t/
  6. templates/
  7. .gitignore
  8. apply.c
  9. blob.c
  10. blob.h
  11. build-rev-cache.c
  12. cache.h
  13. cat-file.c
  14. checkout-index.c
  15. clone-pack.c
  16. cmd-rename.sh
  17. commit-tree.c
  18. commit.c
  19. commit.h
  20. connect.c
  21. convert-objects.c
  22. COPYING
  23. count-delta.c
  24. count-delta.h
  25. csum-file.c
  26. csum-file.h
  27. daemon.c
  28. date.c
  29. delta.h
  30. diff-delta.c
  31. diff-files.c
  32. diff-helper.c
  33. diff-index.c
  34. diff-stages.c
  35. diff-tree.c
  36. diff.c
  37. diff.h
  38. diffcore-break.c
  39. diffcore-order.c
  40. diffcore-pathspec.c
  41. diffcore-pickaxe.c
  42. diffcore-rename.c
  43. diffcore.h
  44. entry.c
  45. epoch.c
  46. epoch.h
  47. export.c
  48. fetch-pack.c
  49. fetch.c
  50. fetch.h
  51. fsck-objects.c
  52. get-tar-commit-id.c
  53. git-add.sh
  54. git-applymbox.sh
  55. git-applypatch.sh
  56. git-archimport.perl
  57. git-bisect.sh
  58. git-branch.sh
  59. git-checkout.sh
  60. git-cherry.sh
  61. git-clone.sh
  62. git-commit.sh
  63. git-core.spec.in
  64. git-count-objects.sh
  65. git-cvsimport.perl
  66. git-diff.sh
  67. git-external-diff-script
  68. git-fetch.sh
  69. git-format-patch.sh
  70. git-log.sh
  71. git-ls-remote.sh
  72. git-merge-fredrik.py
  73. git-merge-octopus.sh
  74. git-merge-one-file.sh
  75. git-merge-resolve.sh
  76. git-merge-stupid.sh
  77. git-merge.sh
  78. git-octopus.sh
  79. git-parse-remote.sh
  80. git-prune.sh
  81. git-pull.sh
  82. git-push.sh
  83. git-rebase.sh
  84. git-relink.perl
  85. git-rename.perl
  86. git-repack.sh
  87. git-request-pull.sh
  88. git-reset.sh
  89. git-resolve.sh
  90. git-revert.sh
  91. git-send-email.perl
  92. git-sh-setup.sh
  93. git-shortlog.perl
  94. git-status.sh
  95. git-tag.sh
  96. git-verify-tag.sh
  97. git-whatchanged.sh
  98. git.sh
  99. gitk
  100. gitMergeCommon.py
  101. hash-object.c
  102. http-fetch.c
  103. ident.c
  104. index.c
  105. init-db.c
  106. INSTALL
  107. local-fetch.c
  108. ls-files.c
  109. ls-tree.c
  110. mailinfo.c
  111. mailsplit.c
  112. Makefile
  113. merge-base.c
  114. merge-index.c
  115. mktag.c
  116. object.c
  117. object.h
  118. pack-check.c
  119. pack-objects.c
  120. pack.h
  121. patch-delta.c
  122. patch-id.c
  123. path.c
  124. peek-remote.c
  125. pkt-line.c
  126. pkt-line.h
  127. prune-packed.c
  128. quote.c
  129. quote.h
  130. read-cache.c
  131. read-tree.c
  132. README
  133. receive-pack.c
  134. refs.c
  135. refs.h
  136. rev-cache.c
  137. rev-cache.h
  138. rev-list.c
  139. rev-parse.c
  140. rev-tree.c
  141. rsh.c
  142. rsh.h
  143. run-command.c
  144. run-command.h
  145. send-pack.c
  146. server-info.c
  147. setup.c
  148. sha1_file.c
  149. sha1_name.c
  150. show-branch.c
  151. show-index.c
  152. show-rev-cache.c
  153. ssh-fetch.c
  154. ssh-upload.c
  155. strbuf.c
  156. strbuf.h
  157. stripspace.c
  158. tag.c
  159. tag.h
  160. tar-tree.c
  161. test-date.c
  162. test-delta.c
  163. tree.c
  164. tree.h
  165. unpack-file.c
  166. unpack-objects.c
  167. update-index.c
  168. update-server-info.c
  169. upload-pack.c
  170. usage.c
  171. var.c
  172. verify-pack.c
  173. write-tree.c