Updated git_doc to git 1.8
[TortoiseGit.git] / doc / source / en / TortoiseGit / git_doc / git-upload-pack.xml
blobb5cc7925c1399f7508ecd90336509cfbe36070b1
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">\r
3 \r
4 <sect2 lang="en" id="git-upload-pack(1)">\r
5     <title>git-upload-pack(1)</title>\r
6 <indexterm>\r
7 <primary>git-upload-pack(1)</primary>\r
8 </indexterm>\r
9 <simplesect id="git-upload-pack(1)__name">\r
10 <title>NAME</title>\r
11 <simpara>git-upload-pack - Send objects packed back to git-fetch-pack</simpara>\r
12 </simplesect>\r
13 <simplesect id="git-upload-pack(1)__synopsis">\r
14 <title>SYNOPSIS</title>\r
15 <blockquote>\r
16 <literallayout><emphasis>git-upload-pack</emphasis> [--strict] [--timeout=&lt;n&gt;] &lt;directory&gt;</literallayout>\r
17 </blockquote>\r
18 </simplesect>\r
19 <simplesect id="git-upload-pack(1)__description">\r
20 <title>DESCRIPTION</title>\r
21 <simpara>Invoked by <emphasis>git fetch-pack</emphasis>, learns what\r
22 objects the other side is missing, and sends them after packing.</simpara>\r
23 <simpara>This command is usually not invoked directly by the end user.\r
24 The UI for the protocol is on the <emphasis>git fetch-pack</emphasis> side, and the\r
25 program pair is meant to be used to pull updates from a remote\r
26 repository.  For push operations, see <emphasis>git send-pack</emphasis>.</simpara>\r
27 </simplesect>\r
28 <simplesect id="git-upload-pack(1)__options">\r
29 <title>OPTIONS</title>\r
30 <variablelist>\r
31 <varlistentry>\r
32 <term>\r
33 --strict\r
34 </term>\r
35 <listitem>\r
36 <simpara>\r
37         Do not try &lt;directory&gt;/.git/ if &lt;directory&gt; is no git directory.\r
38 </simpara>\r
39 </listitem>\r
40 </varlistentry>\r
41 <varlistentry>\r
42 <term>\r
43 --timeout=&lt;n&gt;\r
44 </term>\r
45 <listitem>\r
46 <simpara>\r
47         Interrupt transfer after &lt;n&gt; seconds of inactivity.\r
48 </simpara>\r
49 </listitem>\r
50 </varlistentry>\r
51 <varlistentry>\r
52 <term>\r
53 &lt;directory&gt;\r
54 </term>\r
55 <listitem>\r
56 <simpara>\r
57         The repository to sync from.\r
58 </simpara>\r
59 </listitem>\r
60 </varlistentry>\r
61 </variablelist>\r
62 </simplesect>\r
63 <simplesect id="git-upload-pack(1)__see_also">\r
64 <title>SEE ALSO</title>\r
65 <simpara><xref linkend="gitnamespaces(7)" /></simpara>\r
66 </simplesect>\r
67 <simplesect id="git-upload-pack(1)__git">\r
68 <title>GIT</title>\r
69 <simpara>Part of the <xref linkend="git(1)" /> suite</simpara>\r
70 </simplesect>\r
71 </sect2>\r