From 86c633c36acd0e386f5190cadf7ae0a2abd4ef5a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Oct 2016 11:56:36 +0100 Subject: Don't break if user has push.followTags=true. Closes:#827878. Signed-off-by: Ian Jackson --- dgit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index 150c115..a96f471 100755 --- a/dgit +++ b/dgit @@ -3221,7 +3221,8 @@ END push @pushrefs, $forceflag."refs/tags/$tw->{Tag}"; } - runcmd_ordryrun @git, qw(push),access_giturl(), @pushrefs; + runcmd_ordryrun @git, + qw(-c push.followTags=false push), access_giturl(), @pushrefs; runcmd_ordryrun @git, qw(update-ref -m), 'dgit push', lrref(), $dgithead; supplementary_message(<<'END'); -- cgit v1.2.3