From 5986b06eef2f0132f9eda164939e74558301988b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Jul 2019 16:27:26 +0100 Subject: [PATCH] dgit: rpush protocol: Actually select version 5 ! These must be most-preferred first, ie in reverse order. Change the comment, to mention this. The information about protocol changes is in the detailed protocol description. Signed-off-by: Ian Jackson --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgit b/dgit index cc0edd0c..43d2286b 100755 --- a/dgit +++ b/dgit @@ -53,7 +53,7 @@ use Debian::Dgit; our $our_version = 'UNRELEASED'; ###substituted### our $absurdity = undef; ###substituted### -our @rpushprotovsn_support = qw(4 5); # 5 drops tag format specification +our @rpushprotovsn_support = qw(5 4); # Reverse order! our $protovsn; our $cmd; -- 2.30.2