qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Use 'https://' instead of 'git://'
@ 2018-10-31  8:43 Stefan Hajnoczi
  2018-10-31  8:43 ` [Qemu-devel] [PATCH 1/4] README: use " Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Stefan Hajnoczi @ 2018-10-31  8:43 UTC (permalink / raw)
  To: qemu-devel
  Cc: Jeff Cody, Markus Armbruster, Peter Maydell, Daniel Berrange,
	Stefan Hajnoczi

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 update git://github.com/ URLs because GitHub also offers HTTPS.

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

Stefan Hajnoczi (4):
  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://'

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

-- 
2.17.2

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-31  8:43 [Qemu-devel] [PATCH 0/4] Use 'https://' instead of 'git://' Stefan Hajnoczi
2018-10-31  8:43 ` [Qemu-devel] [PATCH 1/4] README: use " Stefan Hajnoczi
2018-10-31  9:51   ` Daniel P. Berrangé
2018-10-31  8:43 ` [Qemu-devel] [PATCH 2/4] get_maintainer: " Stefan Hajnoczi
2018-10-31  9:52   ` Daniel P. Berrangé
2018-10-31  8:43 ` [Qemu-devel] [PATCH 3/4] MAINTAINERS: use 'https://' instead of 'git://' for GitHub Stefan Hajnoczi
2018-10-31  9:57   ` Daniel P. Berrangé
2018-10-31 10:05   ` Cornelia Huck
2018-10-31 13:31   ` Eric Blake
2018-11-02 12:36     ` Stefan Hajnoczi
2018-10-31  8:43 ` [Qemu-devel] [PATCH 4/4] gitmodules: use 'https://' instead of 'git://' Stefan Hajnoczi
2018-10-31 10:01   ` Daniel P. Berrangé

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).