summaryrefslogtreecommitdiffstats
path: root/git-status.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-status.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-status.html')
-rw-r--r--git-status.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-status.html b/git-status.html
index 172fd7f1b..35677f961 100644
--- a/git-status.html
+++ b/git-status.html
@@ -272,7 +272,7 @@ git-status(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-status</em> &lt;options&gt;&#8230;</p>
+<p><em>git status</em> &lt;options&gt;&#8230;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -281,14 +281,14 @@ current HEAD commit, paths that have differences between the working
tree and the index file, and paths in the working tree that are not
tracked by git (and are not ignored by <a href="gitignore.html">gitignore(5)</a>). The first
are what you _would_ commit by running <tt>git commit</tt>; the second and
-third are what you _could_ commit by running <tt>git add</tt> before running
+third are what you _could_ commit by running <tt>git-add</tt> before running
<tt>git commit</tt>.</p>
<p>The command takes the same set of options as <tt>git-commit</tt>; it
shows what would be committed if the same options are given to
<tt>git-commit</tt>.</p>
<p>If there is no path that is different between the index file and
the current HEAD commit (i.e., there is nothing to commit by running
-<tt>git-commit</tt>), the command exits with non-zero status.</p>
+<tt>git commit</tt>), the command exits with non-zero status.</p>
</div>
<h2>OUTPUT</h2>
<div class="sectionbody">
@@ -332,7 +332,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:34:16 UTC
+Last updated 02-Jul-2008 03:02:04 UTC
</div>
</div>
</body>