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 --- Announce | 2 +- cook | 6 +++--- whats-cooking.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Announce b/Announce index 8ac01306e3..db0bedcdb0 100755 --- a/Announce +++ b/Announce @@ -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 diff --git a/cook b/cook index 5fb2062574..b5450936a2 100755 --- a/cook +++ b/cook @@ -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: diff --git a/whats-cooking.txt b/whats-cooking.txt index 24e9fc51df..14f306df36 100644 --- a/whats-cooking.txt +++ b/whats-cooking.txt @@ -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: -- 2.44.0