From: Junio C Hamano Date: Sat, 13 Jan 2007 22:18:22 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.0-rc1-g696b X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ffaf0e26d2f1796fd1763b4a8817b8f12339bace;p=git.git Autogenerated HTML docs for v1.5.0-rc1-g696b --- diff --git a/git-commit.html b/git-commit.html index 7575c7708..d3ac685e8 100644 --- a/git-commit.html +++ b/git-commit.html @@ -308,7 +308,8 @@ by directly listing files containing changes to be committed as arguments

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.

@@ -650,7 +651,7 @@ Junio C Hamano <junkio@cox.net>

diff --git a/git-commit.txt b/git-commit.txt index cb081cda8..b4528d72b 100644 --- a/git-commit.txt +++ b/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