
On Wed, Jun 19, 2019 at 11:37:49AM +0900, Masahiro Yamada wrote:
On Wed, Jun 19, 2019 at 1:49 AM Wolfgang Denk wd@denx.de wrote:
Dear Bin,
In message 1560872253-6077-1-git-send-email-bmeng.cn@gmail.com you wrote:
Update all git repo links with the new gitlab ones.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
MAINTAINERS | 106 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 53 deletions(-)
Thanks a lot!
Acked-by: Wolfgang Denk wd@denx.de
Best regards,
Wolfgang Denk
This involves two changes [1] git.denx.de/* -> gitlab.denx.de/u-boot/* [2] git:// -> https://
Wolfgang said: " c) git:// access is not available yet; this depends on the URL rewrite rules and DNS changes and will be added later - ASAP, see below. "
Which is efficient and better to advertise, git:// or https:// ? No difference in the clone speed?
Good question. Per https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols for "smart https" (which I'll just assume GitLab does) it seems equivalent, so lets just go with that which I do see in v2 and is easier for people behind firewalls. Thanks!