@@ -113,7 +113,7 @@ cat <<\EOF
url = https://git.kernel.org/pub/scm/git/git
url = https://kernel.googlesource.com/pub/scm/git/git
- url = git://repo.or.cz/alt-git.git
+ url = https://repo.or.cz/alt-git.git
url = https://github.com/gitster/git
EOF
@@ -394,8 +394,8 @@ repositories have only a subset of branches.
With maint, master, next, seen, todo:
- git://git.kernel.org/pub/scm/git/git.git/
- git://repo.or.cz/alt-git.git/
+ https://git.kernel.org/pub/scm/git/git.git/
+ https://repo.or.cz/alt-git.git/
https://kernel.googlesource.com/pub/scm/git/git/
https://github.com/git/git/
https://gitlab.com/git-scm/git/
@@ -409,7 +409,7 @@ are not sources, they are published in these repositories for
convenience (replace "htmldocs" with "manpages" for the manual
pages):
- git://git.kernel.org/pub/scm/git/git-htmldocs.git/
+ https://git.kernel.org/pub/scm/git/git-htmldocs.git/
https://github.com/gitster/git-htmldocs.git/
Release tarballs are available at:
@@ -23,8 +23,8 @@ repositories have only a subset of branches.
With maint, master, next, seen, todo:
- git://git.kernel.org/pub/scm/git/git.git/
- git://repo.or.cz/alt-git.git/
+ https://git.kernel.org/pub/scm/git/git.git/
+ https://repo.or.cz/alt-git.git/
https://kernel.googlesource.com/pub/scm/git/git/
https://github.com/git/git/
https://gitlab.com/git-scm/git/
@@ -38,7 +38,7 @@ are not sources, they are published in these repositories for
convenience (replace "htmldocs" with "manpages" for the manual
pages):
- git://git.kernel.org/pub/scm/git/git-htmldocs.git/
+ https://git.kernel.org/pub/scm/git/git-htmldocs.git/
https://github.com/gitster/git-htmldocs.git/
Release tarballs are available at:
Some of our mirror URLs are listed with the "git://" protocol even though all of them actually support "https://". There is no good reason to prefer the former over the latter. Quite on the contrary, given that the "https://" protocol is encrypted it is a safer choice. Update those mirror URLs to use "https://" protocols. Signed-off-by: Patrick Steinhardt <ps@pks.im> --- Announce | 2 +- cook | 6 +++--- whats-cooking.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-)