OSDN Git Service

Add Git official document to help
[tortoisegit/TortoiseGitJp.git] / doc / source / en / TortoiseGit / git_doc / git-upload-pack.html.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/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 <simpara><emphasis>git upload-pack</emphasis> [--strict] [--timeout=&lt;n&gt;] &lt;directory&gt;</simpara>\r
18 </simplesect>\r
19 <simplesect id="_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="_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="_author">\r
64 <title>Author</title>\r
65 <simpara>Written by Linus Torvalds &lt;<ulink url="mailto:torvalds@osdl.org">torvalds@osdl.org</ulink>&gt;</simpara>\r
66 </simplesect>\r
67 <simplesect id="_documentation">\r
68 <title>Documentation</title>\r
69 <simpara>Documentation by Junio C Hamano.</simpara>\r
70 </simplesect>\r
71 <simplesect id="_git">\r
72 <title>GIT</title>\r
73 <simpara>Part of the <xref linkend="git(1)"/> suite</simpara>\r
74 </simplesect>\r
75 </article>\r