From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: [PATCH] MaintNotes: use https:// instead of git:// when possible
Date: Tue, 1 Dec 2020 10:58:15 +0100 [thread overview]
Message-ID: <20201201095815.12850-1-avarab@gmail.com> (raw)
In-Reply-To: <20201201094623.4290-1-avarab@gmail.com>
Change advertised git:// links to https://. These all work as
arguments to "git clone", but in addition they also have friendly web
interfaces.
This leaves just git://ozlabs.org/~paulus/gitk as the only git://
URL. As far as I can tell there's no web interface for it. There is
e.g. https://git.ozlabs.org/?p=ppp.git which is a frontend for
git://git.ozlabs.org/~paulus/ppp.git, but even though cloning the repo
at git://git.ozlabs.org/~paulus/gitk.git works (not the "git"
subdomain) there's no corresponding web UI at
https://git.ozlabs.org/?p=gitk.git
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
---
Not on top of the last patch I sent (in In-Reply-To), but it
auto-merges.
MaintNotes | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/MaintNotes b/MaintNotes
index 0dc03080de..b52b164e2d 100644
--- a/MaintNotes
+++ b/MaintNotes
@@ -132,15 +132,15 @@ leaking out before we're ready to make public announcements.
My public git.git repositories are (mirrored) at:
- git://git.kernel.org/pub/scm/git/git.git/
+ https://git.kernel.org/pub/scm/git/git.git/
https://kernel.googlesource.com/pub/scm/git/git
- git://repo.or.cz/alt-git.git/
+ https://repo.or.cz/alt-git.git/
https://github.com/git/git/
This one shows not just the main integration branches, but also
individual topics broken out:
- git://github.com/gitster/git/
+ https://github.com/gitster/git/
A few web interfaces are found at:
@@ -151,8 +151,8 @@ A few web interfaces are found at:
Preformatted documentation from the tip of the "master" branch can be
found in:
- git://git.kernel.org/pub/scm/git/git-{htmldocs,manpages}.git/
- git://repo.or.cz/git-{htmldocs,manpages}.git/
+ https://git.kernel.org/pub/scm/git/git-{htmldocs,manpages}.git/
+ https://repo.or.cz/git-{htmldocs,manpages}.git/
https://github.com/gitster/git-{htmldocs,manpages}.git/
The manual pages formatted in HTML for the tip of 'master' can be
--
2.29.2.222.g5d2a92d10f8
next prev parent reply other threads:[~2020-12-01 9:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-01 5:15 What's cooking in git.git (Nov 2020, #06; Mon, 30) Junio C Hamano
2020-12-01 9:46 ` [PATCH] cook: add github.com/git-vcs/git as a URL Ævar Arnfjörð Bjarmason
2020-12-01 9:58 ` Ævar Arnfjörð Bjarmason [this message]
2020-12-01 11:54 ` [PATCH] MaintNotes: use https:// instead of git:// when possible Jeff King
2020-12-01 19:07 ` Junio C Hamano
2020-12-02 1:43 ` Jeff King
2020-12-01 11:47 ` [PATCH] cook: add github.com/git-vcs/git as a URL Jeff King
2020-12-01 19:10 ` Junio C Hamano
2020-12-02 1:44 ` Jeff King
2020-12-01 18:57 ` Junio C Hamano
2020-12-02 4:33 ` What's cooking in git.git (Nov 2020, #06; Mon, 30) Felipe Contreras
2020-12-02 13:22 ` ds/config-literal-value (was Re: What's cooking in git.git (Nov 2020, #06; Mon, 30)) Derrick Stolee
2020-12-02 22:14 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201201095815.12850-1-avarab@gmail.com \
--to=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).