Autogenerated man pages for v1.2.4-gf61c2
[git.git] / man1 / git-upload-pack.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-UPLOAD-PACK" 1 "" "" ""
21 .SH NAME
22 git-upload-pack \- Send missing objects packed
23 .SH "SYNOPSIS"
24
25
26 \fIgit\-upload\-pack\fR <directory>
27
28 .SH "DESCRIPTION"
29
30
31 Invoked by \fIgit\-clone\-pack\fR and/or \fIgit\-fetch\-pack\fR, learns what objects the other side is missing, and sends them after packing\&.
32
33
34 This command is usually not invoked directly by the end user\&. The UI for the protocol is on the \fIgit\-fetch\-pack\fR side, and the program pair is meant to be used to pull updates from a remote repository\&. For push operations, see \fIgit\-send\-pack\fR\&.
35
36 .SH "OPTIONS"
37
38 .TP
39 <directory>
40 The repository to sync from\&.
41
42 .SH "AUTHOR"
43
44
45 Written by Linus Torvalds <torvalds@osdl\&.org>
46
47 .SH "DOCUMENTATION"
48
49
50 Documentation by Junio C Hamano\&.
51
52 .SH "GIT"
53
54
55 Part of the \fBgit\fR(7) suite
56