Autogenerated man pages for v1.5.0-rc1-g696b
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 13 Jan 2007 22:18:27 +0000 (22:18 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 13 Jan 2007 22:18:27 +0000 (22:18 +0000)
man1/git-commit.1

index c126cb0e0a9daa19a923fcc7317e8a6664924de0..00636628e4e5f4b244fff8055581ea47245b6e72 100644 (file)
@@ -29,7 +29,7 @@ by using \fBgit\-rm\fR(1) to identify content removal for the next commit, again
 by directly listing files containing changes to be committed as arguments to the \fIcommit\fR command, in which cases only those files alone will be considered for the commit;
 .TP
 4.
-by using the \-a switch with the \fIcommit\fR command to automatically "add" changes from all known files i.e. files that have already been committed before, and perform the actual commit.
+by using the \-a switch with the \fIcommit\fR command to automatically "add" changes from all known files i.e. files that have already been committed before, and to automatically "rm" files that have been removed from the working tree, and perform the actual commit.
 
 The \fBgit\-status\fR(1) command can be used to obtain a summary of what is included by any of the above for the next commit by giving the same set of parameters you would give to this command.