summaryrefslogtreecommitdiffstats
path: root/docs/git.html
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-06-21 22:24:32 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-21 23:02:32 +0200
commitf63440cc43af946c8ff4de0b07849918d01feb43 (patch)
tree4ebde7874cdf34df1ff4a1c963e557850d63c991 /docs/git.html
parente9220ad60bd3c23b9736fc9728d14c9680ac6ff2 (diff)
downloadbuildroot-novena-f63440cc43af946c8ff4de0b07849918d01feb43.tar.gz
buildroot-novena-f63440cc43af946c8ff4de0b07849918d01feb43.zip
docs: fix git-over-http description
This has now finally been setup. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/git.html')
-rw-r--r--docs/git.html7
1 files changed, 6 insertions, 1 deletions
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</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>