projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9220ad
)
docs: fix git-over-http description
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 21 Jun 2010 20:24:32 +0000
(22:24 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/docs/git.html
b/docs/git.html
index 88209815bbfb36a6d6b1c4f95a2463f9ee123781..111a29a30572d0fff9960fff09c02aea1892e5f8 100644
(file)
--- 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>