From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: cohuck@redhat.com, Daniel Berrange <berrange@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
eblake@redhat.com, Jeff Cody <jcody@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/5] Use 'https://' instead of 'git://'
Date: Fri, 2 Nov 2018 12:42:15 +0000 [thread overview]
Message-ID: <20181102124220.26558-1-stefanha@redhat.com> (raw)
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
next reply other threads:[~2018-11-02 12:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-02 12:42 Stefan Hajnoczi [this message]
2018-11-02 12:42 ` [Qemu-devel] [PATCH v2 1/5] README: use 'https://' instead of 'git://' 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181102124220.26558-1-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=cohuck@redhat.com \
--cc=eblake@redhat.com \
--cc=jcody@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).