MAINTAINERS: use https for git trees
authorWei Liu <wei.liu2@citrix.com>
Tue, 10 Jul 2018 08:13:43 +0000 (09:13 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 10 Jul 2018 13:18:44 +0000 (14:18 +0100)
commitf14e5a00bf5f9a02a0e321c64f395e222be8b582
tree31ed262cd6b4655fce2b6845ac6ce85f826bfc04
parent5045b85663a70a4d7143151dff768dfc1e2cce6b
MAINTAINERS: use https for git trees

Commit message stolen from a reply from Ian:

The git protocol is not just unencrypted, but also unauthenticated.
In theory it is possible to verify the signed tags for actual
releases, but that is a cumbersome process which I very much doubt
anyone really does.

As for the various branch tips, there is currently no way (unless you
have a shell account on xenbits) to get any kind of authenticated
value.

Conversely, if you use an https url, you get some cryptographic
authentication of what you are cloning.  The crypto there is far from
perfect but it is massively better than nothing.

Additionally, in general, using and supporting https also means that
*what users are accessing* is encrypted.  This enhances user privacy.
In the specific case of the git trees on xenbits this is a very minor
consideration.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
MAINTAINERS