Autogenerated HTML docs for v1.3.0-rc2-g6cbd5
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 5 Apr 2006 23:08:03 +0000 (23:08 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 5 Apr 2006 23:08:03 +0000 (23:08 +0000)
git-commit.html
git-commit.txt

index 08d93db..ff315aa 100644 (file)
@@ -399,7 +399,8 @@ information.</p>
 <div class="content">\r
 <pre><tt>        $ git reset --soft HEAD^\r
         $ ... do something else to come up with the right tree ...\r
-        $ git commit -c ORIG_HEAD</tt></pre>\r
+        $ git commit -c ORIG_HEAD\r
+</tt></pre>\r
 </div></div>\r
 <p>but can be used to amend a merge commit.</p>\r
 </dd>\r
@@ -506,7 +507,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-Apr-2006 21:43:17 UTC\r
+Last updated 05-Apr-2006 23:07:59 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2af472a..0a7365b 100644 (file)
@@ -83,15 +83,16 @@ OPTIONS
        the current tip as parents -- so the current top commit is
        discarded.
 +
+--
 It is a rough equivalent for:
-+
-------------
+------
        $ git reset --soft HEAD^
        $ ... do something else to come up with the right tree ...
        $ git commit -c ORIG_HEAD
-------------
-+
+
+------
 but can be used to amend a merge commit.
+--
 
 -i|--include::
        Instead of committing only the files specified on the