[PATCH] Add the merge test Linus called "test script from hell".
[git/gitweb.git] / Documentation / git-rpull.txt
blob1807fc571af5db105debd1f7d2e37a5095ea9e5c
1 git-rpull(1)
2 ============
3 v0.1, May 2005
5 NAME
6 ----
7 git-rpull - Pulls from a remote repository over ssh connection
11 SYNOPSIS
12 --------
13 'git-rpull' [-c] [-t] [-a] [-v] commit-id url
15 DESCRIPTION
16 -----------
17 Pulls from a remote repository over ssh connection, invoking git-rpush on
18 the other end.
20 OPTIONS
21 -------
22 -c::
23         Get the commit objects.
24 -t::
25         Get trees associated with the commit objects.
26 -a::
27         Get all the objects.
28 -v::
29         Report what is downloaded.
32 Author
33 ------
34 Written by Linus Torvalds <torvalds@osdl.org>
36 Documentation
37 --------------
38 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
40 GIT
41 ---
42 Part of the link:git.html[git] suite