summaryrefslogtreecommitdiff
path: root/Documentation/git-rpull.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-06-05 22:41:05 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-05 23:12:27 (GMT)
commit418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7 (patch)
tree2dab8237e19ba925d11bf361ecfed958d96d4199 /Documentation/git-rpull.txt
parentdc93841715dfa9a9cdda6f2c4a25eec831ea7aa0 (diff)
downloadgit-418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7.zip
git-418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7.tar.gz
git-418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7.tar.bz2
[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pull
In preparation for 1.0 release, this makes the command names consistent with others in git-*-pull family. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/git-rpull.txt')
-rw-r--r--Documentation/git-rpull.txt50
1 files changed, 0 insertions, 50 deletions
diff --git a/Documentation/git-rpull.txt b/Documentation/git-rpull.txt
deleted file mode 100644
index a6c40ae..0000000
--- a/Documentation/git-rpull.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-git-rpull(1)
-============
-v0.1, May 2005
-
-NAME
-----
-git-rpull - Pulls from a remote repository over ssh connection
-
-
-
-SYNOPSIS
---------
-'git-rpull' [-c] [-t] [-a] [-d] [-v] [--recover] commit-id url
-
-DESCRIPTION
------------
-Pulls from a remote repository over ssh connection, invoking git-rpush on
-the other end.
-
-OPTIONS
--------
--c::
- Get the commit objects.
--t::
- Get trees associated with the commit objects.
--a::
- Get all the objects.
--d::
- Do not check for delta base objects (use this option
- only when you know the remote repository is not
- deltified).
---recover::
- Check dependency of deltified object more carefully than
- usual, to recover after earlier pull that was interrupted.
--v::
- Report what is downloaded.
-
-
-Author
-------
-Written by Linus Torvalds <torvalds@osdl.org>
-
-Documentation
---------------
-Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
-
-GIT
----
-Part of the link:git.html[git] suite
-