All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] Use 'https://' instead of 'git://'
@ 2018-11-02 12:42 Stefan Hajnoczi
  2018-11-02 12:42 ` [Qemu-devel] [PATCH v2 1/5] README: use " Stefan Hajnoczi
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Stefan Hajnoczi @ 2018-11-02 12:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: cohuck, Daniel Berrange, Peter Maydell, eblake, Jeff Cody,
	Markus Armbruster, Stefan Hajnoczi

v2:
 * Use HTTPS for repo.or.cz [Eric]

Jeff Cody has enabled git smart HTTP support on qemu.org.  From now on HTTPS is
the preferred protocol because it adds some protection against
man-in-the-middle when cloning a repo.

This patch series updates git:// URLs and changes them to https://.  The https:// URL format is:

  https://git.qemu.org/git/<project>.git

The old git:// URL format was:

  git://git.qemu.org/<project>.git

I have also updated git://github.com/ and repo.or.cz URLs because they offer HTTPS.

I have tested that submodules continue to work after the change to .gitmodules.

Stefan Hajnoczi (5):
  README: use 'https://' instead of 'git://'
  get_maintainer: use 'https://' instead of 'git://'
  MAINTAINERS: use 'https://' instead of 'git://' for GitHub
  gitmodules: use 'https://' instead of 'git://'
  git: use HTTPS git URLs for repo.or.cz

 MAINTAINERS               | 88 +++++++++++++++++++--------------------
 .gitmodules               | 34 +++++++--------
 README                    |  4 +-
 pc-bios/README            |  6 +--
 scripts/get_maintainer.pl |  2 +-
 5 files changed, 67 insertions(+), 67 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-11-02 13:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02 12:42 [Qemu-devel] [PATCH v2 0/5] Use 'https://' instead of 'git://' Stefan Hajnoczi
2018-11-02 12:42 ` [Qemu-devel] [PATCH v2 1/5] README: use " Stefan Hajnoczi
2018-11-02 12:42 ` [Qemu-devel] [PATCH v2 2/5] get_maintainer: " Stefan Hajnoczi
2018-11-02 12:42 ` [Qemu-devel] [PATCH v2 3/5] MAINTAINERS: use 'https://' instead of 'git://' for GitHub Stefan Hajnoczi
2018-11-02 12:42 ` [Qemu-devel] [PATCH v2 4/5] gitmodules: use 'https://' instead of 'git://' Stefan Hajnoczi
2018-11-02 12:42 ` [Qemu-devel] [PATCH v2 5/5] git: use HTTPS git URLs for repo.or.cz Stefan Hajnoczi
2018-11-02 13:06   ` Eric Blake
2018-11-02 13:08 ` [Qemu-devel] [PATCH v2 0/5] Use 'https://' instead of 'git://' Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.