From a044d7cb75d12393b4bdc4d652c250e2e677fb15 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Aug 2013 19:17:48 +0100 Subject: wip push --- dgit | 3 +++ 1 file changed, 3 insertions(+) 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 <