author | Junio C Hamano <junkio@cox.net> | |
Thu, 14 Jul 2005 03:25:54 +0000 (20:25 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Thu, 14 Jul 2005 03:42:26 +0000 (20:42 -0700) | ||
commit | 6ec311da34cbbc8a571bf889b6ef00c4efb441b5 | |
tree | c3233ceedd0e36f84b4265f91ad4fb972cdef44a | tree | snapshot |
parent | d46ad9c989c0c4afc9507b48206f26f75a2fbd24 | commit | diff |
[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>
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] | blob |
Documentation/git-clone-script.txt | [new file with mode: 0644] | blob |
Documentation/git.txt | diff | blob | history | |
clone-pack.c | diff | blob | history | |
git-clone-script | diff | blob | history |