[Qemu-devel] [PATCH 0/4] Use 'https://' instead of 'git://'

Stefan Hajnoczi posted 4 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181031084309.9227-1-stefanha@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
There is a newer version of this series
MAINTAINERS               | 74 +++++++++++++++++++--------------------
.gitmodules               | 34 +++++++++---------
README                    |  4 +--
pc-bios/README            |  4 +--
scripts/get_maintainer.pl |  2 +-
5 files changed, 59 insertions(+), 59 deletions(-)
[Qemu-devel] [PATCH 0/4] Use 'https://' instead of 'git://'
Posted by Stefan Hajnoczi 7 years ago
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