Autogenerated HTML docs for v1.5.0-rc1-g696b
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 13 Jan 2007 22:18:22 +0000 (22:18 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 13 Jan 2007 22:18:22 +0000 (22:18 +0000)
git-commit.html
git-commit.txt

index 7575c77085fb4115bed7a31a029b313cef8abfdd..d3ac685e89ac2e7711328393b92e1d5384c64270 100644 (file)
@@ -308,7 +308,8 @@ by directly listing files containing changes to be committed as arguments
 <p>\r
 by using the -a switch with the <em>commit</em> command to automatically "add"\r
    changes from all known files i.e. files that have already been committed\r
-   before, and perform the actual commit.\r
+   before, and to automatically "rm" files that have been\r
+   removed from the working tree, and perform the actual commit.\r
 </p>\r
 </li>\r
 </ol>\r
@@ -650,7 +651,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Jan-2007 08:09:00 UTC\r
+Last updated 13-Jan-2007 22:18:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cb081cda891e6a740b6a1d2772789aabf923bf69..b4528d72ba376bb0444002698196afa89f781fc1 100644 (file)
@@ -32,7 +32,8 @@ methods:
 
 4. by using the -a switch with the 'commit' command to automatically "add"
    changes from all known files i.e. files that have already been committed
-   before, and perform the actual commit.
+   before, and to automatically "rm" files that have been
+   removed from the working tree, and perform the actual commit.
 
 The gitlink:git-status[1] command can be used to obtain a
 summary of what is included by any of the above for the next