git-diff: Add --staged as a synonym for --cached.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
David Symonds
2008-10-29 09:15:36 -07:00
committed by Junio C Hamano
parent 36bd844658
commit 2baf1850ce
2 changed files with 4 additions and 2 deletions

View File

@ -33,6 +33,7 @@ forced by --no-index.
commit relative to the named <commit>. Typically you
would want comparison with the latest commit, so if you
do not give <commit>, it defaults to HEAD.
--staged is a synonym of --cached.
'git diff' [--options] <commit> [--] [<path>...]::