summaryrefslogtreecommitdiff
path: root/bin/git-branchmove
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-05-02 22:11:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-05-02 22:11:43 -0700
commite5ac5551bb8ff2d5f1054ca6783ce947f264dddb (patch)
tree43d8ca4e383f447bc300af509e49d8235d323376 /bin/git-branchmove
parentb65b040e6a672daa4c0ce5c9771441b279b14c4a (diff)
downloaddotfiles-e5ac5551bb8ff2d5f1054ca6783ce947f264dddb.tar.gz
update comment
Diffstat (limited to 'bin/git-branchmove')
-rwxr-xr-xbin/git-branchmove2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-branchmove b/bin/git-branchmove
index 560d9c0f..2fe23651 100755
--- a/bin/git-branchmove
+++ b/bin/git-branchmove
@@ -108,7 +108,7 @@ my @nuke_refspecs = map { my $ref = $_->{ref}; ":$ref" } @source_branches;
if ($op eq 'put') {
$git->push('--no-follow-tags', $remote, @refspecs);
foreach my $source_branch (@source_branches) {
- # TODO pass a -m argument to update-ref as git-branchmove does
+ # TODO pass a -m argument to update-ref as Ian's script does
$git->update_ref('-d', $source_branch->{ref}, $source_branch->{hash});
}
} elsif ($op eq 'get') {