From 29908c01094cb4d7be004bfb293e2f7214aabcd7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 18 Jan 2014 22:51:52 +0000 Subject: [PATCH] Combine pushes of version tag and suite branch into a single git-push. NFC. --- dgit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgit b/dgit index 0a5de292..4c69b955 100755 --- a/dgit +++ b/dgit @@ -1434,8 +1434,8 @@ sub dopush () { if (!check_for_git()) { create_remote_git_repo(); } - runcmd_ordryrun @git, qw(push),access_giturl(),"HEAD:".rrref(); - runcmd_ordryrun @git, qw(push),access_giturl(),"refs/tags/$tag"; + runcmd_ordryrun @git, qw(push),access_giturl(), + "HEAD:".rrref(), "refs/tags/$tag"; runcmd_ordryrun @git, qw(update-ref -m), 'dgit push', lrref(), 'HEAD'; if (!$we_are_responder) { -- 2.30.2