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