[PATCH] 3-way merge tests for new "git-read-tree -m"?
[git/dscho.git] / Documentation / git-ssh-pull.txt
bloba0dade00af24d136eba436987eef083cb7cbc75e
1 git-ssh-pull(1)
2 ===============
3 v0.1, May 2005
5 NAME
6 ----
7 git-ssh-pull - Pulls from a remote repository over ssh connection
11 SYNOPSIS
12 --------
13 'git-ssh-pull' [-c] [-t] [-a] [-d] [-v] [--recover] commit-id url
15 DESCRIPTION
16 -----------
17 Pulls from a remote repository over ssh connection, invoking git-ssh-push
18 on 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 -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 --recover::
33         Check dependency of deltified object more carefully than
34         usual, to recover after earlier pull that was interrupted.
35 -v::
36         Report what is downloaded.
39 Author
40 ------
41 Written by Linus Torvalds <torvalds@osdl.org>
43 Documentation
44 --------------
45 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
47 GIT
48 ---
49 Part of the link:git.html[git] suite