pretty_print_commit: add different formats
[git.git] / Documentation / git-rpull.txt
1 git-rpull(1)
2 ============
3 v0.1, May 2005
4
5 NAME
6 ----
7 git-rpull - Pulls from a remote repository over ssh connection
8
9
10
11 SYNOPSIS
12 --------
13 'git-rpull' [-c] [-t] [-a] [-d] [-v] commit-id url
14
15 DESCRIPTION
16 -----------
17 Pulls from a remote repository over ssh connection, invoking git-rpush on
18 the other end.
19
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 -d::
29         Do not check for delta base objects (use this option
30         only when you know the remote repository is not
31         deltified).
32 -v::
33         Report what is downloaded.
34
35
36 Author
37 ------
38 Written by Linus Torvalds <torvalds@osdl.org>
39
40 Documentation
41 --------------
42 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
43
44 GIT
45 ---
46 Part of the link:git.html[git] suite
47