From: Ian Jackson Date: Fri, 5 Jul 2019 15:27:26 +0000 (+0100) Subject: dgit: rpush protocol: Actually select version 5 ! X-Git-Tag: archive/debian/9.1~88 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5986b06eef2f0132f9eda164939e74558301988b;hp=1f982415c352e44ea4320cc1da93ed0f0ca60629;p=dgit.git 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 --- 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;