git-tar-tree: no more void pointer arithmetic
[git.git] / Documentation / git-ssh-upload.txt
1 git-ssh-upload(1)
2 =================
3
4 NAME
5 ----
6 git-ssh-upload - Pushes to a remote repository over ssh connection
7
8
9 SYNOPSIS
10 --------
11 'git-ssh-upload' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
12
13 DESCRIPTION
14 -----------
15 Pushes from a remote repository over ssh connection, invoking
16 git-ssh-fetch on the other end. It functions identically to
17 git-ssh-fetch, aside from which end you run it on.
18
19 OPTIONS
20 -------
21 commit-id::
22         Id of commit to push.
23
24 -c::
25         Get the commit objects.
26 -t::
27         Get tree associated with the requested commit object.
28 -a::
29         Get all the objects.
30 -v::
31         Report what is uploaded.
32 -w::
33         Writes the commit-id into the filename under [URL]/refs/ on
34         the remote end after the transfer is complete.
35
36 Author
37 ------
38 Written by Daniel Barkalow <barkalow@iabervon.org>
39
40 Documentation
41 --------------
42 Documentation by Daniel Barkalow
43
44 GIT
45 ---
46 Part of the gitlink:git[7] suite
47