OSDN Git Service

Add Git official document to help
[tortoisegit/TortoiseGitJp.git] / doc / source / en / TortoiseGit / git_doc / git-http-fetch.html.xml
diff --git a/doc/source/en/TortoiseGit/git_doc/git-http-fetch.html.xml b/doc/source/en/TortoiseGit/git_doc/git-http-fetch.html.xml
new file mode 100644 (file)
index 0000000..9b4e768
--- /dev/null
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">\r
+\r
+<article lang="en" id="git-http-fetch(1)">\r
+<articleinfo>\r
+    <title>git-http-fetch(1)</title>\r
+        <indexterm>\r
+                <primary>git-http-fetch(1)</primary>\r
+        </indexterm>\r
+</articleinfo>\r
+<simplesect id="_name">\r
+<title>NAME</title>\r
+<simpara>git-http-fetch - Download from a remote git repository via HTTP</simpara>\r
+</simplesect>\r
+<simplesect id="_synopsis">\r
+<title>SYNOPSIS</title>\r
+<simpara><emphasis>git http-fetch</emphasis> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] &lt;commit&gt; &lt;url&gt;</simpara>\r
+</simplesect>\r
+<simplesect id="_description">\r
+<title>DESCRIPTION</title>\r
+<simpara>Downloads a remote git repository via HTTP.</simpara>\r
+</simplesect>\r
+<simplesect id="_options">\r
+<title>OPTIONS</title>\r
+<variablelist>\r
+<varlistentry>\r
+<term>\r
+commit-id\r
+</term>\r
+<listitem>\r
+<simpara>\r
+        Either the hash or the filename under [URL]/refs/ to\r
+        pull.\r
+</simpara>\r
+</listitem>\r
+</varlistentry>\r
+<varlistentry>\r
+<term>\r
+-c\r
+</term>\r
+<listitem>\r
+<simpara>\r
+        Get the commit objects.\r
+</simpara>\r
+</listitem>\r
+</varlistentry>\r
+<varlistentry>\r
+<term>\r
+-t\r
+</term>\r
+<listitem>\r
+<simpara>\r
+        Get trees associated with the commit objects.\r
+</simpara>\r
+</listitem>\r
+</varlistentry>\r
+<varlistentry>\r
+<term>\r
+-a\r
+</term>\r
+<listitem>\r
+<simpara>\r
+        Get all the objects.\r
+</simpara>\r
+</listitem>\r
+</varlistentry>\r
+<varlistentry>\r
+<term>\r
+-v\r
+</term>\r
+<listitem>\r
+<simpara>\r
+        Report what is downloaded.\r
+</simpara>\r
+</listitem>\r
+</varlistentry>\r
+<varlistentry>\r
+<term>\r
+-w &lt;filename&gt;\r
+</term>\r
+<listitem>\r
+<simpara>\r
+        Writes the commit-id into the filename under $GIT_DIR/refs/&lt;filename&gt; on\r
+        the local end after the transfer is complete.\r
+</simpara>\r
+</listitem>\r
+</varlistentry>\r
+<varlistentry>\r
+<term>\r
+--stdin\r
+</term>\r
+<listitem>\r
+<simpara>\r
+        Instead of a commit id on the command line (which is not expected in this\r
+        case), <emphasis>git-http-fetch</emphasis> expects lines on stdin in the format\r
+</simpara>\r
+<literallayout class="monospaced">&lt;commit-id&gt;['\t'&lt;filename-as-in--w&gt;]</literallayout>\r
+</listitem>\r
+</varlistentry>\r
+<varlistentry>\r
+<term>\r
+--recover\r
+</term>\r
+<listitem>\r
+<simpara>\r
+        Verify that everything reachable from target is fetched.  Used after\r
+        an earlier fetch is interrupted.\r
+</simpara>\r
+</listitem>\r
+</varlistentry>\r
+</variablelist>\r
+</simplesect>\r
+<simplesect id="_author">\r
+<title>Author</title>\r
+<simpara>Written by Linus Torvalds &lt;<ulink url="mailto:torvalds@osdl.org">torvalds@osdl.org</ulink>&gt;</simpara>\r
+</simplesect>\r
+<simplesect id="_documentation">\r
+<title>Documentation</title>\r
+<simpara>Documentation by David Greaves, Junio C Hamano and the git-list &lt;<ulink url="mailto:git@vger.kernel.org">git@vger.kernel.org</ulink>&gt;.</simpara>\r
+</simplesect>\r
+<simplesect id="_git">\r
+<title>GIT</title>\r
+<simpara>Part of the <xref linkend="git(1)"/> suite</simpara>\r
+</simplesect>\r
+</article>\r