docs: fix git-over-http description
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 21 Jun 2010 20:24:32 +0000 (22:24 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 21 Jun 2010 21:02:32 +0000 (23:02 +0200)
This has now finally been setup.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/git.html

index 88209815bbfb36a6d6b1c4f95a2463f9ee123781..111a29a30572d0fff9960fff09c02aea1892e5f8 100644 (file)
@@ -13,7 +13,12 @@ git clone git://git.buildroot.net/buildroot</pre>
 Or if you're behind a firewall blocking git:
 
 <pre>
-git clone http://git.buildroot.net/buildroot</pre>
+git clone http://git.buildroot.net/git/buildroot.git</pre>
+
+<p>
+
+Please use the native git protocol if at all possible, as it's a lot
+more efficient than HTTP.
 
 <p>