]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-clone.txt
[PATCH] clone-pack and clone-script: documentation and add a missing parameter.
authorJunio C Hamano <junkio@cox.net>
Thu, 14 Jul 2005 03:25:54 +0000 (20:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 03:42:26 +0000 (20:42 -0700)
commit6ec311da34cbbc8a571bf889b6ef00c4efb441b5
treec3233ceedd0e36f84b4265f91ad4fb972cdef44a
parentd46ad9c989c0c4afc9507b48206f26f75a2fbd24
[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>
Documentation/git-clone-pack.txt [new file with mode: 0644]
Documentation/git-clone-script.txt [new file with mode: 0644]
Documentation/git.txt
clone-pack.c
git-clone-script