[PATCH] clone-pack and clone-script: documentation and add a missing parameter.

While adding the documentation for these two commands, I noticed
that the name of the program on the other end (git-upload-pack)
is already almost configurable but git-clone-pack lacked command
line parameter parsing to actually use anything but default, so
I introduced --exec= like other remote commands while I was at it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
5 files changed
tree: c3233ceedd0e36f84b4265f91ad4fb972cdef44a
  1. Documentation/
  2. mozilla-sha1/
  3. ppc/
  4. t/
  5. apply.c
  6. blob.c
  7. blob.h
  8. cache.h
  9. cat-file.c
  10. check-files.c
  11. checkout-cache.c
  12. clone-pack.c
  13. commit-tree.c
  14. commit.c
  15. commit.h
  16. connect.c
  17. convert-cache.c
  18. COPYING
  19. count-delta.c
  20. count-delta.h
  21. csum-file.c
  22. csum-file.h
  23. daemon.c
  24. date.c
  25. delta.h
  26. diff-cache.c
  27. diff-delta.c
  28. diff-files.c
  29. diff-helper.c
  30. diff-stages.c
  31. diff-tree.c
  32. diff.c
  33. diff.h
  34. diffcore-break.c
  35. diffcore-order.c
  36. diffcore-pathspec.c
  37. diffcore-pickaxe.c
  38. diffcore-rename.c
  39. diffcore.h
  40. entry.c
  41. epoch.c
  42. epoch.h
  43. export.c
  44. fetch-pack.c
  45. fsck-cache.c
  46. get-tar-commit-id.c
  47. git
  48. git-add-script
  49. git-apply-patch-script
  50. git-branch-script
  51. git-checkout-script
  52. git-cherry
  53. git-clone-script
  54. git-commit-script
  55. git-core.spec.in
  56. git-cvsimport-script
  57. git-diff-script
  58. git-external-diff-script
  59. git-fetch-script
  60. git-format-patch-script
  61. git-log-script
  62. git-merge-one-file-script
  63. git-prune-script
  64. git-pull-script
  65. git-push-script
  66. git-rebase-script
  67. git-relink-script
  68. git-repack-script
  69. git-reset-script
  70. git-resolve-script
  71. git-sh-setup-script
  72. git-shortlog
  73. git-status-script
  74. git-tag-script
  75. git-verify-tag-script
  76. git-whatchanged
  77. gitenv.c
  78. gitk
  79. hash-object.c
  80. http-pull.c
  81. ident.c
  82. index.c
  83. init-db.c
  84. INSTALL
  85. local-pull.c
  86. ls-files.c
  87. ls-tree.c
  88. Makefile
  89. merge-base.c
  90. merge-cache.c
  91. mktag.c
  92. object.c
  93. object.h
  94. pack-check.c
  95. pack-objects.c
  96. pack.h
  97. patch-delta.c
  98. patch-id.c
  99. path.c
  100. pkt-line.c
  101. pkt-line.h
  102. prune-packed.c
  103. pull.c
  104. pull.h
  105. quote.c
  106. quote.h
  107. read-cache.c
  108. read-tree.c
  109. README
  110. receive-pack.c
  111. refs.c
  112. refs.h
  113. rev-list.c
  114. rev-parse.c
  115. rev-tree.c
  116. rsh.c
  117. rsh.h
  118. send-pack.c
  119. sha1_file.c
  120. show-index.c
  121. ssh-pull.c
  122. ssh-push.c
  123. strbuf.c
  124. strbuf.h
  125. stripspace.c
  126. tag.c
  127. tag.h
  128. tar-tree.c
  129. test-date.c
  130. test-delta.c
  131. tree.c
  132. tree.h
  133. unpack-file.c
  134. unpack-objects.c
  135. update-cache.c
  136. upload-pack.c
  137. usage.c
  138. verify-pack.c
  139. write-tree.c