summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fcb10a9)
raw | patch | inline | side by side (parent: fcb10a9)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 3 Jul 2007 06:29:54 +0000 (23:29 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 3 Jul 2007 06:29:54 +0000 (23:29 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-local-fetch.txt | patch | blob | history | |
Documentation/git-ssh-fetch.txt | patch | blob | history | |
Documentation/git-ssh-upload.txt | patch | blob | history |
index 19b5f8895c329877167a4f625f33971d498185ae..141b76768c61c42e6d876ddb840897cb8805dc96 100644 (file)
DESCRIPTION
-----------
+THIS COMMAND IS DEPRECATED.
+
Duplicates another git repository on a local system.
OPTIONS
index aaf3db06dacfacfc093672c44cfe265b6de36c24..8d3e2ffb2c907376a485888a3497c938427c27a1 100644 (file)
DESCRIPTION
-----------
+THIS COMMAND IS DEPRECATED.
+
Pulls from a remote repository over ssh connection, invoking
git-ssh-upload on the other end. It functions identically to
git-ssh-upload, aside from which end you run it on.
index 4796224244d6025554a8f1f2cf47b92529f7898c..5e2ca8dccfb291bc4c50df3b0a8dfe2f28d07b59 100644 (file)
DESCRIPTION
-----------
+THIS COMMAND IS DEPRECATED.
+
Pushes from a remote repository over ssh connection, invoking
git-ssh-fetch on the other end. It functions identically to
git-ssh-fetch, aside from which end you run it on.