From: Peter Korsgaard Date: Mon, 21 Jun 2010 20:24:32 +0000 (+0200) Subject: docs: fix git-over-http description X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f63440cc43af946c8ff4de0b07849918d01feb43;p=buildroot.git docs: fix git-over-http description This has now finally been setup. Signed-off-by: Peter Korsgaard --- diff --git a/docs/git.html b/docs/git.html index 88209815bb..111a29a305 100644 --- a/docs/git.html +++ b/docs/git.html @@ -13,7 +13,12 @@ git clone git://git.buildroot.net/buildroot Or if you're behind a firewall blocking git:
-git clone http://git.buildroot.net/buildroot
+git clone http://git.buildroot.net/git/buildroot.git + +

+ +Please use the native git protocol if at all possible, as it's a lot +more efficient than HTTP.