[Pcsclite-git-commit] [website] 05/05: Add git:// URL to the clone commands

Ludovic Rousseau rousseau at moszumanska.debian.org
Sun Apr 26 12:47:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 02e1ef44d6ab220519149a579e2cb167e3ff9f26
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sun Apr 26 14:43:35 2015 +0200

    Add git:// URL to the clone commands
    
    Some people do not livei/work behind a firewall with only http and https
    available. In that case git: protocol is a better solution.
---
 index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/index.html b/index.html
index 89e8ca7..3108023 100644
--- a/index.html
+++ b/index.html
@@ -39,6 +39,7 @@
 				<li><a
 					href="https://anonscm.debian.org/cgit/pcsclite/PCSC.git/">web interface</a></li>
 				<li><code>git clone https://alioth.debian.org/anonscm/git/pcsclite/PCSC.git</code></li>
+				<li><code>git clone git://anonscm.debian.org/pcsclite/PCSC.git</code></li>
 			</ul></li>
 
 			<li><a href="http://ludovicrousseau.blogspot.com/">Ludovic Rousseau blog</a> about PC/SC and smart cards</li>
@@ -66,6 +67,7 @@
 			<li><a
 				href="https://anonscm.debian.org/cgit/pcsclite/CCID.git/">web interface</a></li>
 			<li><code>git clone https://alioth.debian.org/anonscm/git/pcsclite/CCID.git</code></li>
+			<li><code>git clone git://anonscm.debian.org/pcsclite/CCID.git</code></li>
 			</ul></li>
 
 			<li><a href="http://flattr.com/thing/52836/CCID-free-software-driver"> <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="100" height="17"/></a></li>
@@ -79,6 +81,7 @@
 			<ul>
 				<li><a href="https://anonscm.debian.org/cgit/pcsclite/contrib.git/">web interface</a></li>
 				<li><code>git clone https://alioth.debian.org/anonscm/git/pcsclite/contrib.git</code></li>
+				<li><code>git clone git://anonscm.debian.org/pcsclite/contrib.git</code></li>
 			</ul>
 			<li>Old <a href="https://anonscm.debian.org/viewvc/pcsclite/trunk/contrib/libPCSCv2part10/">SVN repository</a></li>
 		</ul>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list