Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: man/html/git-upstream-diff.html

Issue 270503003: Add fast --HEAD option to upstream-diff. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Just document --staged Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | man/man1/git-upstream-diff.1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&#8217;t take
+ into account unstaged changes (i.e. changes in your working copy which you
+ haven&#8217;t staged with <code>git add</code>).
+</p>
+</dd>
+<dt class="hdlist1">
<code>-- &lt;filename patterns&gt;*</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>
« no previous file with comments | « no previous file | man/man1/git-upstream-diff.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698