Index: git-new-tracking-branch |
diff --git a/git-cl b/git-new-tracking-branch |
similarity index 61% |
copy from git-cl |
copy to git-new-tracking-branch |
index 7b17d25bee415ca610d6b23fe5034900cf046ef9..52c49d7e13b665f3d95749752274eaca9b48b173 100755 |
--- a/git-cl |
+++ b/git-new-tracking-branch |
@@ -3,7 +3,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-# git_cl.py -- a git-command for integrating reviews on Rietveld |
-# Copyright (C) 2008 Evan Martin <martine@danga.com> |
+# git_new_branch.py -- Create a new branch which tracks the current branch. |
+SCRIPT=git_new_branch.py |
+set -- --upstream_current "$@" |
. $(type -P python_git_runner.sh) |