recommend the git:// clone url
authornsz <nsz@port70.net>
Tue, 17 Jan 2012 16:56:43 +0000 (17:56 +0100)
committernsz <nsz@port70.net>
Tue, 17 Jan 2012 16:56:43 +0000 (17:56 +0100)
epoint/index.html

index 14d7e63..33f5006 100644 (file)
@@ -5,7 +5,11 @@
 <h3>source</h3>
 <ul>
 <li><a href="/git/?p=epoint.git">browse</a> with gitweb
-<li>over http (not efficient)
+<li>over git (recommended)
+<pre>
+git clone git://nsz.repo.hu:45100/repo/epoint.git
+</pre>
+<li>over http (slower)
 <pre>
 git clone http://nsz.repo.hu/repo/epoint.git
 </pre>
@@ -13,10 +17,6 @@ git clone http://nsz.repo.hu/repo/epoint.git
 <pre>
 git clone ssh://anon@nsz.repo.hu:45022/repo/epoint.git
 </pre>
-<li>over git (fastest)
-<pre>
-git clone git://nsz.repo.hu:45100/repo/epoint.git
-</pre>
 </ul>
 <h3>discuss</h3>
 <p>see the <a href="/mail/epoint">mailing list archive</a>.