summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-13 20:59:21 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-01-13 20:59:21 (GMT)
commitcb95bf488b4363b51bd0aebc877a928858e51545 (patch)
treeb59f1bbedd620a266f0da07a4805f25e0ae33907 /Documentation
parentc2bc6e404d75a3a68da5eefa47fa867569bc3339 (diff)
downloadgit-cb95bf488b4363b51bd0aebc877a928858e51545.zip
git-cb95bf488b4363b51bd0aebc877a928858e51545.tar.gz
git-cb95bf488b4363b51bd0aebc877a928858e51545.tar.bz2
Documentation: git-commit -a
A bit more elaboration on what "update all paths" means. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-commit.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index e0ff74f..e35984d 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -25,7 +25,9 @@ information.
OPTIONS
-------
-a|--all::
- Update all paths in the index file.
+ Update all paths in the index file. This flag notices
+ files that have been modified and deleted, but new files
+ you have not told about git are not affected.
-c or -C <commit>::
Take existing commit object, and reuse the log message