summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-05 16:27:26 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-05 16:27:26 +0100
commit5986b06eef2f0132f9eda164939e74558301988b (patch)
treeaaedd0e384186d6371293f898c078112ac4d355c /dgit
parent1f982415c352e44ea4320cc1da93ed0f0ca60629 (diff)
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 <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index cc0edd0..43d2286 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;