Re: [PULL 00/18] xtensa updates for v5.18

From: Linus Torvalds
Date: Fri Mar 25 2022 - 12:57:33 EST


On Fri, Mar 25, 2022 at 8:49 AM Max Filippov <jcmvbkbc@xxxxxxxxx> wrote:
>
> (btw, I've noticed that github removed support for the unauthenticated
> git:// protocol. Should I send pull request URLs using ssh or https?)

I suspect for consistency, using https:// is the way to go.

I'm a bit sad to see "git:" go, since that was visually such a good
marker that it's about a _git_ server, not some random web page (and I
rely on the signed tag, not on some https thing).

But from a technical angle, I guess it was inevitable. And git is
everywhere, and 'github' certainly makes that "it's a git repo" part
obvious anyway, so.

Linus