Mark disused commit walkers officially deprecated.
[git/jrn.git] / Documentation / git-ssh-fetch.txt
blob8d3e2ffb2c907376a485888a3497c938427c27a1
1 git-ssh-fetch(1)
2 ================
4 NAME
5 ----
6 git-ssh-fetch - Fetch from a remote repository over ssh connection
10 SYNOPSIS
11 --------
12 'git-ssh-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
14 DESCRIPTION
15 -----------
16 THIS COMMAND IS DEPRECATED.
18 Pulls from a remote repository over ssh connection, invoking
19 git-ssh-upload on the other end. It functions identically to
20 git-ssh-upload, aside from which end you run it on.
23 OPTIONS
24 -------
25 commit-id::
26         Either the hash or the filename under [URL]/refs/ to
27         pull.
29 -c::
30         Get the commit objects.
31 -t::
32         Get trees associated with the commit objects.
33 -a::
34         Get all the objects.
35 -v::
36         Report what is downloaded.
37 -w::
38         Writes the commit-id into the filename under $GIT_DIR/refs/ on
39         the local end after the transfer is complete.
42 Author
43 ------
44 Written by Daniel Barkalow <barkalow@iabervon.org>
46 Documentation
47 --------------
48 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
50 GIT
51 ---
52 Part of the gitlink:git[7] suite