From: Ian Jackson Date: Sat, 18 Jan 2014 22:51:52 +0000 (+0000) Subject: Combine pushes of version tag and suite branch into a single git-push. NFC. X-Git-Tag: debian/0.22~101 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=29908c01094cb4d7be004bfb293e2f7214aabcd7 Combine pushes of version tag and suite branch into a single git-push. NFC. --- 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) {