From: Junio C Hamano Date: Sat, 13 Jan 2007 20:26:13 +0000 (-0800) Subject: git-commit documentation: -a adds and also removes X-Git-Tag: v1.5.0-rc2~108 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=696b1b507f8ff9e80a2edc4eced59ca8cdda920e;p=git.git git-commit documentation: -a adds and also removes Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index cb081cda8..b4528d72b 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -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