OSDN Git Service

Add Git official document to help
[tortoisegit/TortoiseGitJp.git] / doc / source / en / TortoiseGit / git_doc / git-status.html.xml
diff --git a/doc/source/en/TortoiseGit/git_doc/git-status.html.xml b/doc/source/en/TortoiseGit/git_doc/git-status.html.xml
new file mode 100644 (file)
index 0000000..572b3b9
--- /dev/null
@@ -0,0 +1,75 @@
+<?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-status(1)">\r
+<articleinfo>\r
+    <title>git-status(1)</title>\r
+        <indexterm>\r
+                <primary>git-status(1)</primary>\r
+        </indexterm>\r
+</articleinfo>\r
+<simplesect id="_name">\r
+<title>NAME</title>\r
+<simpara>git-status - Show the working tree status</simpara>\r
+</simplesect>\r
+<simplesect id="_synopsis">\r
+<title>SYNOPSIS</title>\r
+<simpara><emphasis>git status</emphasis> &lt;options&gt;&#8230;</simpara>\r
+</simplesect>\r
+<simplesect id="_description">\r
+<title>DESCRIPTION</title>\r
+<simpara>Displays paths that have differences between the index file and the\r
+current HEAD commit, paths that have differences between the working\r
+tree and the index file, and paths in the working tree that are not\r
+tracked by git (and are not ignored by <xref linkend="gitignore(5)"/>). The first\r
+are what you <emphasis>would</emphasis> commit by running <literal>git commit</literal>; the second and\r
+third are what you <emphasis>could</emphasis> commit by running <emphasis>git-add</emphasis> before running\r
+<literal>git commit</literal>.</simpara>\r
+<simpara>The command takes the same set of options as <emphasis>git-commit</emphasis>; it\r
+shows what would be committed if the same options are given to\r
+<emphasis>git-commit</emphasis>.</simpara>\r
+<simpara>If there is no path that is different between the index file and\r
+the current HEAD commit (i.e., there is nothing to commit by running\r
+<literal>git commit</literal>), the command exits with non-zero status.</simpara>\r
+</simplesect>\r
+<simplesect id="_output">\r
+<title>OUTPUT</title>\r
+<simpara>The output from this command is designed to be used as a commit\r
+template comment, and all the output lines are prefixed with <emphasis>#</emphasis>.</simpara>\r
+<simpara>The paths mentioned in the output, unlike many other git commands, are\r
+made relative to the current directory if you are working in a\r
+subdirectory (this is on purpose, to help cutting and pasting). See\r
+the status.relativePaths config option below.</simpara>\r
+</simplesect>\r
+<simplesect id="_configuration">\r
+<title>CONFIGURATION</title>\r
+<simpara>The command honors <literal>color.status</literal> (or <literal>status.color</literal>&#8201;&#8212;&#8201;they\r
+mean the same thing and the latter is kept for backward\r
+compatibility) and <literal>color.status.&lt;slot&gt;</literal> configuration variables\r
+to colorize its output.</simpara>\r
+<simpara>If the config variable <literal>status.relativePaths</literal> is set to false, then all\r
+paths shown are relative to the repository root, not to the current\r
+directory.</simpara>\r
+<simpara>If <literal>status.submodulesummary</literal> is set to a non zero number or true (identical\r
+to -1 or an unlimited number), the submodule summary will be enabled and a\r
+summary of commits for modified submodules will be shown (see --summary-limit\r
+option of <xref linkend="git-submodule(1)"/>).</simpara>\r
+</simplesect>\r
+<simplesect id="_see_also">\r
+<title>SEE ALSO</title>\r
+<simpara><xref linkend="gitignore(5)"/></simpara>\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; and\r
+Junio C Hamano &lt;<ulink url="mailto:gitster@pobox.com">gitster@pobox.com</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