Index: git-reparent-branch |
diff --git a/git-nav-upstream b/git-reparent-branch |
similarity index 79% |
copy from git-nav-upstream |
copy to git-reparent-branch |
index b35eebf48770a63932810c273464c77f531eb5f9..57d108d94b7cac5d25645c184db5f9ba28780bc5 100755 |
--- a/git-nav-upstream |
+++ b/git-reparent-branch |
@@ -3,4 +3,4 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-git checkout '@{u}' |
+. ${0/%$(basename "$0")/python_git_runner.sh} |
szager1
2014/02/28 22:56:39
Same comment.
|