no protocol 1 yet

This commit is contained in:
Joey Hess 2018-03-12 15:42:15 -04:00
parent 596af7cbc4
commit 28589c92d2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 1 additions and 7 deletions

View file

@ -48,7 +48,7 @@ defaultProtocolVersion :: ProtocolVersion
defaultProtocolVersion = ProtocolVersion 0
maxProtocolVersion :: ProtocolVersion
maxProtocolVersion = ProtocolVersion 1
maxProtocolVersion = ProtocolVersion 0
-- | Service as used by the connect message in gitremote-helpers(1)
data Service = UploadPack | ReceivePack