2005-09-08 02:26:23 +02:00
|
|
|
git-ssh-fetch(1)
|
|
|
|
================
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2005-09-08 02:26:23 +02:00
|
|
|
git-ssh-fetch - Pulls from a remote repository over ssh connection
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-09-08 02:26:23 +02:00
|
|
|
'git-ssh-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2005-06-07 04:30:39 +02:00
|
|
|
Pulls from a remote repository over ssh connection, invoking
|
2005-09-08 02:26:23 +02:00
|
|
|
git-ssh-upload on the other end. It functions identically to
|
|
|
|
git-ssh-upload, aside from which end you run it on.
|
2005-06-07 04:30:39 +02:00
|
|
|
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2005-06-07 04:30:39 +02:00
|
|
|
commit-id::
|
|
|
|
Either the hash or the filename under [URL]/refs/ to
|
|
|
|
pull.
|
|
|
|
|
2005-05-10 23:32:30 +02:00
|
|
|
-c::
|
|
|
|
Get the commit objects.
|
|
|
|
-t::
|
|
|
|
Get trees associated with the commit objects.
|
|
|
|
-a::
|
|
|
|
Get all the objects.
|
|
|
|
-v::
|
|
|
|
Report what is downloaded.
|
2005-06-07 04:30:39 +02:00
|
|
|
-w::
|
|
|
|
Writes the commit-id into the filename under $GIT_DIR/refs/ on
|
|
|
|
the local end after the transfer is complete.
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
2005-06-07 04:30:39 +02:00
|
|
|
Written by Daniel Barkalow <barkalow@iabervon.org>
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2005-09-19 12:10:51 +02:00
|
|
|
Part of the gitlink:git[7] suite
|
2005-05-10 23:32:30 +02:00
|
|
|
|