aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-13 12:26:13 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-13 12:26:13 -0800
commit696b1b507f8ff9e80a2edc4eced59ca8cdda920e (patch)
tree2f347662cb42de618132d3781702ab4336e66c87 /Documentation/git-commit.txt
parentc03f77573ac4db7f549948c4c0de4fa3c9eb545c (diff)
downloadgit-696b1b507f8ff9e80a2edc4eced59ca8cdda920e.tar.gz
git-commit documentation: -a adds and also removes
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index cb081cda89..b4528d72ba 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