Skip to content

Commit

Permalink
Documentation: git-commit -a
Browse files Browse the repository at this point in the history
A bit more elaboration on what "update all paths" means.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jan 13, 2006
1 parent c2bc6e4 commit cb95bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb95bf4

Please sign in to comment.