From: Junio C Hamano Date: Sat, 13 Jan 2007 22:18:27 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0-rc1-g696b X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76dfbe9ca237bad4f4a7ad44c1381d9dc5a1e4c5;p=git.git Autogenerated man pages for v1.5.0-rc1-g696b --- diff --git a/man1/git-commit.1 b/man1/git-commit.1 index c126cb0e0..00636628e 100644 --- a/man1/git-commit.1 +++ b/man1/git-commit.1 @@ -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.