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

Unified Diff: man/src/git-upstream-diff.txt

Issue 270503003: Add fast --HEAD option to upstream-diff. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: 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
« man/man1/git-upstream-diff.1 ('K') | « man/man1/git-upstream-diff.1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..aad48a4615d77274744e5a281fa488b794c419d4 100644
--- a/man/src/git-upstream-diff.txt
+++ b/man/src/git-upstream-diff.txt
@@ -41,6 +41,11 @@ OPTIONS
--wordwise::
Print a colorized word-wise diff instead of a line-wise diff.
+--HEAD::
agable 2014/05/07 00:57:48 Not sure how I feel about the flag being capitaliz
iannucci 2014/05/07 01:02:23 Hm, but I don't think `--head` would make sense ei
+ Diff against the committed HEAD of your branch instead of your working copy.
+ This is 'substantially' faster on large repos, but doesn't take into account
+ uncommitted changes.
szager1 2014/05/07 06:48:32 unstaged and uncommitted
+
<extra args for git-diff>::
Extra arguments are included in the invocation of linkgit:git-diff[1]. These
can be anything that `git-diff` normally takes.
« man/man1/git-upstream-diff.1 ('K') | « man/man1/git-upstream-diff.1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698