From f63440cc43af946c8ff4de0b07849918d01feb43 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 21 Jun 2010 22:24:32 +0200 Subject: docs: fix git-over-http description This has now finally been setup. Signed-off-by: Peter Korsgaard --- docs/git.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/git.html') diff --git a/docs/git.html b/docs/git.html index 88209815b..111a29a30 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.

-- cgit v1.2.3