summaryrefslogtreecommitdiff
path: root/bin/git-push-all
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-12-25 11:21:10 +0000
committerSean Whitton <spwhitton@spwhitton.name>2016-12-25 11:21:29 +0000
commitbeea125b80caf7725408fc69c3199df13f619af3 (patch)
tree9d3278e0ac9d8ce3398a09fe1ce7692410a4443d /bin/git-push-all
parent4d8f8b142f7297baf5e779f9c8935827c2f4516f (diff)
downloaddotfiles-beea125b80caf7725408fc69c3199df13f619af3.tar.gz
git-push-all: extend TODO
Diffstat (limited to 'bin/git-push-all')
-rwxr-xr-xbin/git-push-all3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/git-push-all b/bin/git-push-all
index eb71b4c9..9f134466 100755
--- a/bin/git-push-all
+++ b/bin/git-push-all
@@ -81,7 +81,8 @@ foreach my $branch ( @branches ) {
}
foreach my $remote ( keys %pushes ) {
- # TODO if $remote eq $pushDefault, consider s/follow-// below
+ # TODO if $remote eq $pushDefault, consider s/follow-// below (and
+ # pushRemote of master branch, if that exists?)
# I almost certainly want all tags on that remote (e.g. an alioth repo)
my @branches = @{ $pushes{$remote} };
system "git push --follow-tags $remote @branches";