Index: git-new-branch |
diff --git a/git-cl b/git-new-branch |
similarity index 64% |
copy from git-cl |
copy to git-new-branch |
index 7b17d25bee415ca610d6b23fe5034900cf046ef9..76006bdfd34e46211737b90f4ff48d5b36fd2555 100755 |
--- a/git-cl |
+++ b/git-new-branch |
@@ -3,7 +3,7 @@ |
# 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 default upstream |
+# (origin/master). |
. $(type -P python_git_runner.sh) |