| Index: man/src/git-upstream-diff.txt
|
| diff --git a/man/src/git-upstream-diff.txt b/man/src/git-upstream-diff.txt
|
| index e2aab356556507dbe8f29a55b9c8d9e83ff98697..31d8c0b7ea5d1f2ca551f5f690c715156b417be8 100644
|
| --- a/man/src/git-upstream-diff.txt
|
| +++ b/man/src/git-upstream-diff.txt
|
| @@ -49,6 +49,11 @@ OPTIONS
|
| `--stat`;;
|
| This is particularly useful to show 'which' files have been changed in
|
| comparison to the upstream branch.
|
| +`--staged`;;
|
| + Diff against the staged (cached) changes, instead of against the working
|
| + directory. This is 'substantially' faster on large repos, but doesn't take
|
| + into account unstaged changes (i.e. changes in your working copy which you
|
| + haven't staged with `git add`).
|
| `-- <filename patterns>*`;;
|
| Restrict the diff to only show the diff for given files compared to the
|
| upstream.
|
|
|