From: Junio C Hamano Date: Fri, 13 Jan 2006 20:59:21 +0000 (-0800) Subject: Documentation: git-commit -a X-Git-Tag: v1.0.10^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb95bf488b4363b51bd0aebc877a928858e51545;p=git.git Documentation: git-commit -a A bit more elaboration on what "update all paths" means. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index e0ff74f64..e35984dfc 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 :: Take existing commit object, and reuse the log message