Skip to content

Commit cb95bf4

Browse files
author
Junio C Hamano
committed
Documentation: git-commit -a
A bit more elaboration on what "update all paths" means. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent c2bc6e4 commit cb95bf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/git-commit.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ information.
2525
OPTIONS
2626
-------
2727
-a|--all::
28-
Update all paths in the index file.
28+
Update all paths in the index file. This flag notices
29+
files that have been modified and deleted, but new files
30+
you have not told about git are not affected.
2931

3032
-c or -C <commit>::
3133
Take existing commit object, and reuse the log message

0 commit comments

Comments
 (0)