summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit3
1 files changed, 3 insertions, 0 deletions
diff --git a/dgit b/dgit
index f879568..12f7510 100755
--- a/dgit
+++ b/dgit
@@ -294,6 +294,9 @@ sub push () {
my $tree = mktree_in_ud_from_only_subdir();
chdir '../../../..' or die $!;
runcmd qw(git diff --exit-code), $tree;
+ runcmd qw(git fetch), $alioth_git,
+ map { "$_:refs/remotes/$remotename/$_" }
+ (mainbranch(), uploadbranch());
die <<END;
fetch from alioth