summaryrefslogtreecommitdiff
path: root/send-pack.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-14 07:10:05 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-14 15:54:31 (GMT)
commit2a24501363727dad1df47cc0fca47c57fedfd895 (patch)
treed9d8e0f9e759ae2e1b01e5443e1f07260ad4884a /send-pack.c
parent8b3d9dc0e21eb8c7d90173acb330932569e6f52c (diff)
downloadgit-2a24501363727dad1df47cc0fca47c57fedfd895.zip
git-2a24501363727dad1df47cc0fca47c57fedfd895.tar.gz
git-2a24501363727dad1df47cc0fca47c57fedfd895.tar.bz2
[PATCH] Documentation: send/receive.
This adds documentation for 'smarter push' family of commands. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'send-pack.c')
-rw-r--r--send-pack.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/send-pack.c b/send-pack.c
index 8ff61d1..02d1d52 100644
--- a/send-pack.c
+++ b/send-pack.c
@@ -2,7 +2,8 @@
#include "refs.h"
#include "pkt-line.h"
-static const char send_pack_usage[] = "git-send-pack [--exec=other] destination [heads]*";
+static const char send_pack_usage[] =
+"git-send-pack [--exec=git-receive-pack] [host:]directory [heads]*";
static const char *exec = "git-receive-pack";
struct ref {