| Index: git-reparent-branch
|
| diff --git a/git-reparent-branch b/git-reparent-branch
|
| index 1fdb1aecf1687aae38c3dafc0873025116395913..6a079620f902d7774f150ec98a4349d36e28cf32 100755
|
| --- a/git-reparent-branch
|
| +++ b/git-reparent-branch
|
| @@ -3,8 +3,4 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# git_reparent_branch.py -- Change the parent (upstream) branch of the current
|
| -# branch. Afterwards, run a `git rebase-update` cycle to ensure that all
|
| -# branches correctly reflect their parentage.
|
| -
|
| . $(type -P python_git_runner.sh)
|
|
|