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
|