]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: downloads: remove reference to git://
authorJán Tomko <jtomko@redhat.com>
Thu, 10 Mar 2022 17:31:44 +0000 (18:31 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 11 Mar 2022 11:40:09 +0000 (12:40 +0100)
With the introduction of smart HTTP protocol in git 1.6.6,
the only advantage of plain git:// over https:// is not
having the encryption overhead.

Remove the reference to git://, assuming the overhead
is neligible compared to the value of screen space
on the downloads page.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/downloads.rst

index c330a066c82b053f164dadfaef5564a07b2cc91d..3b36f668d79ecf5d3fa13a7b41d54d1fd7049652 100644 (file)
@@ -321,13 +321,6 @@ can be cloned anonymously using:
 
    git clone https://libvirt.org/git/[module name].git
 
-The ``git://`` protocol is also available if desired, but ``https://`` is
-encouraged, since it is more reliable when faced with strict firewalls.
-
-::
-
-   git clone git://libvirt.org/[module name].git
-
 In addition to this primary repository, there are the following read-only git
 repositories which mirror the master one. Note that we currently do not use the
 full set of features on these mirrors (e.g. pull requests on GitHub, so please