All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/8] Use 'https://' instead of 'git://'
@ 2018-11-08 11:15 Stefan Hajnoczi
  2018-11-08 11:15 ` [Qemu-devel] [PATCH v4 1/8] README: use " Stefan Hajnoczi
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Stefan Hajnoczi @ 2018-11-08 11:15 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel Berrange, eblake, Peter Maydell, Jeff Cody,
	Michael S. Tsirkin, Philippe Mathieu-Daudé,
	Alex Bennée, Markus Armbruster, cohuck, Paolo Bonzini,
	Fam Zheng, Stefan Hajnoczi

v4:
 * Once more, with feeling!  Fix 'https//' in get_maintainer.pl [Philippe]
v3:
 * Fix broken openhackware URL [Eric]
 * Convert a few remaining URLs [Eric]
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 (8):
  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
  pc-testdev: use HTTPS git URL
  target-alpha: use HTTPS git URL for palcode
  docker: use HTTPS git URL for virglrenderer

 MAINTAINERS                                  | 88 ++++++++++----------
 hw/misc/pc-testdev.c                         |  2 +-
 .gitmodules                                  | 34 ++++----
 README                                       |  4 +-
 pc-bios/README                               |  8 +-
 scripts/get_maintainer.pl                    |  2 +-
 tests/docker/dockerfiles/debian-amd64.docker |  2 +-
 7 files changed, 70 insertions(+), 70 deletions(-)

-- 
2.19.1

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

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

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-08 11:15 [Qemu-devel] [PATCH v4 0/8] Use 'https://' instead of 'git://' Stefan Hajnoczi
2018-11-08 11:15 ` [Qemu-devel] [PATCH v4 1/8] README: use " Stefan Hajnoczi
2018-11-08 11:52   ` Cornelia Huck
2018-11-08 11:15 ` [Qemu-devel] [PATCH v4 2/8] get_maintainer: " Stefan Hajnoczi
2018-11-08 11:53   ` Cornelia Huck
2018-11-08 11:15 ` [Qemu-devel] [PATCH v4 3/8] MAINTAINERS: use 'https://' instead of 'git://' for GitHub Stefan Hajnoczi
2018-11-08 11:56   ` Cornelia Huck
2018-11-08 11:15 ` [Qemu-devel] [PATCH v4 4/8] gitmodules: use 'https://' instead of 'git://' Stefan Hajnoczi
2018-11-08 11:58   ` Cornelia Huck
2018-11-08 11:15 ` [Qemu-devel] [PATCH v4 5/8] git: use HTTPS git URLs for repo.or.cz Stefan Hajnoczi
2018-11-08 11:59   ` Cornelia Huck
2018-11-08 11:15 ` [Qemu-devel] [PATCH v4 6/8] pc-testdev: use HTTPS git URL Stefan Hajnoczi
2018-11-08 12:01   ` Cornelia Huck
2018-11-08 11:15 ` [Qemu-devel] [PATCH v4 7/8] target-alpha: use HTTPS git URL for palcode Stefan Hajnoczi
2018-11-08 12:02   ` Cornelia Huck
2018-11-08 11:15 ` [Qemu-devel] [PATCH v4 8/8] docker: use HTTPS git URL for virglrenderer Stefan Hajnoczi
2018-11-08 12:04   ` Cornelia Huck
2018-11-09 18:16 ` [Qemu-devel] [PATCH v4 0/8] Use 'https://' instead of 'git://' Michael S. Tsirkin
2018-11-12 13:48 ` Peter Maydell

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.