All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master 1/1] docs: fix git-over-http description
@ 2010-06-21 21:07 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2010-06-21 21:07 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=f63440cc43af946c8ff4de0b07849918d01feb43
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This has now finally been setup.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 docs/git.html |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/docs/git.html b/docs/git.html
index 8820981..111a29a 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>
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-21 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-21 21:07 [Buildroot] [git commit master 1/1] docs: fix git-over-http description Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.