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

Unified Diff: git-upstream-diff

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: Created 6 years, 10 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
Index: git-upstream-diff
diff --git a/git-map b/git-upstream-diff
similarity index 61%
copy from git-map
copy to git-upstream-diff
index 6afd947086f2f9d296079d71d3d575e259e6492a..f14d1e46da4546699bb485bcd1835dc08bfd1d09 100755
--- a/git-map
+++ b/git-upstream-diff
@@ -3,4 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-. ${0/%$(basename "$0")/python_git_runner.sh} | less -R
+git diff $(git merge-base '@{u}' HEAD) --patience --word-diff=color --word-diff-regex='\\w+|[^[:space:]]' -C -C
agable 2014/02/28 20:14:16 Word diff is problematic and it's not what people
szager1 2014/02/28 22:56:39 Yeah, this is a personal preference. Providing sh

Powered by Google App Engine
This is Rietveld 408576698