| Index: man/html/git-upstream-diff.html | 
| diff --git a/man/html/git-upstream-diff.html b/man/html/git-upstream-diff.html | 
| index 7d661d4abcf8378a53ce126ab2a27f49188a638b..220f601b22ec9da1f1b4097bd30ebd7a7a88014c 100644 | 
| --- a/man/html/git-upstream-diff.html | 
| +++ b/man/html/git-upstream-diff.html | 
| @@ -825,6 +825,17 @@ so it is disabled by default.</p></div> | 
| </p> | 
| </dd> | 
| <dt class="hdlist1"> | 
| +<code>--staged</code> | 
| +</dt> | 
| +<dd> | 
| +<p> | 
| +  Diff against the staged (cached) changes, instead of against the working | 
| +  directory. This is <em>substantially</em> 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 <code>git add</code>). | 
| +</p> | 
| +</dd> | 
| +<dt class="hdlist1"> | 
| <code>-- <filename patterns>*</code> | 
| </dt> | 
| <dd> | 
| @@ -880,7 +891,7 @@ from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> | 
| <div id="footnotes"><hr /></div> | 
| <div id="footer"> | 
| <div id="footer-text"> | 
| -Last updated 2014-04-10 14:23:11 PDT | 
| +Last updated 2014-05-07 00:44:20 PDT | 
| </div> | 
| </div> | 
| </body> | 
|  |