summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-13 22:18:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-13 22:18:22 +0000
commitffaf0e26d2f1796fd1763b4a8817b8f12339bace (patch)
treec81c3c2a6179982179da9221b0bf68f40269955b /git-commit.txt
parent24351a850088ad4095ad5582fb14e9a8ee689377 (diff)
downloadgit-htmldocs-ffaf0e26d2f1796fd1763b4a8817b8f12339bace.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g696b
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt3
1 files changed, 2 insertions, 1 deletions
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