
Hi Masahiro,
On Wed, Jun 19, 2019 at 10:38 AM Masahiro Yamada yamada.masahiro@socionext.com 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?
I am not sure.
BTW, I recommend to add '.git' to URL Otherwise, my git shows a warning:
masahiro@pug:~/ref$ git clone https://gitlab.denx.de/u-boot/u-boot u-boot_ Cloning into 'u-boot_'... warning: redirecting to https://gitlab.denx.de/u-boot/u-boot.git/
My git does not complain. $ git --version git version 2.7.4
But I can add the .git suffix in v2.
Regards, Bin