summaryrefslogtreecommitdiff
path: root/bin/git-branchmove
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-06 17:48:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-06 17:48:31 -0700
commit6db30e1f06a5e2ff0b48b192eac0725ab9c6ffca (patch)
treedecb70b2f2cd942c9087e5526a9cf958f86328ca /bin/git-branchmove
parent8baf7ec7416ee01dad6ca97eb014494cf357659a (diff)
downloaddotfiles-6db30e1f06a5e2ff0b48b192eac0725ab9c6ffca.tar.gz
comment
Diffstat (limited to 'bin/git-branchmove')
-rwxr-xr-xbin/git-branchmove3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/git-branchmove b/bin/git-branchmove
index c4b2e657..a3f66b94 100755
--- a/bin/git-branchmove
+++ b/bin/git-branchmove
@@ -93,7 +93,8 @@ my $named_remote = $remote =~ m|:| or $remote =~ m|^[/.]|;
# Attempt to determine how we might be able to run commands in the
# remote repo. This will only be used if we need to try to detach the
-# remote HEAD. These regexps are lifted from Ian's script
+# remote HEAD. These regexps are lifted from Ian's version of
+# git-branchmove
my ($rurl, $rrune, $rdir);
if ($named_remote) {
# this will expand insteadOf and pushInsteadOf