summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-08 09:21:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-08 09:21:16 +0000
commitb515b6a4d0d6c3d14be2f83e9a971495d1f16b30 (patch)
treed1afbfe84b7f650af05a1f217beb29299ea9890d /git-commit.html
parente9bfa9b2c97714ddb520595db729bcad416ce1d3 (diff)
downloadgit-htmldocs-b515b6a4d0d6c3d14be2f83e9a971495d1f16b30.tar.gz
Autogenerated HTML docs for v1.5.3-rc4-29-g74276
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/git-commit.html b/git-commit.html
index 514f3d1ba..48283c0dd 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -282,13 +282,17 @@ git-commit(1) Manual Page
<div class="sectionbody">
<p>Use <em>git commit</em> to store the current contents of the index in a new
commit along with a log message describing the changes you have made.</p>
-<p>The content to be added can be specified in several ways:
-1. by using <a href="git-add.html">git-add(1)</a> to incrementally "add" changes to the
- index before using the <em>commit</em> command (Note: even modified
- files must be "added");</p>
+<p>The content to be added can be specified in several ways:</p>
<ol>
<li>
<p>
+by using <a href="git-add.html">git-add(1)</a> to incrementally "add" changes to the
+ index before using the <em>commit</em> command (Note: even modified
+ files must be "added");
+</p>
+</li>
+<li>
+<p>
by using <a href="git-rm.html">git-rm(1)</a> to remove files from the working tree
and the index, again before using the <em>commit</em> command;
</p>
@@ -697,7 +701,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 06-Aug-2007 06:42:07 UTC
+Last updated 08-Aug-2007 09:20:37 UTC
</div>
</div>
</body>