[Pcsclite-git-commit] [website] 01/01: ccid.html: use git clone --recursive

Ludovic Rousseau rousseau at moszumanska.debian.org
Tue Oct 4 15:44:28 UTC 2016


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

rousseau pushed a commit to branch master
in repository website.

commit f28212de61c9b437867d06b1979ea9c4261989ab
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Tue Oct 4 17:42:58 2016 +0200

    ccid.html: use git clone --recursive
    
           --recursive, --recurse-submodules
               After the clone is created, initialize all submodules within, using
               their default settings. This is equivalent to running git submodule
               update --init --recursive immediately after the clone is finished.
               This option is ignored if the cloned repository does not have a
               worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or
               --mirror is given)
    
    We now have 1 git command instead of 3.
---
 ccid.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ccid.html b/ccid.html
index cc96d16..e409714 100644
--- a/ccid.html
+++ b/ccid.html
@@ -88,10 +88,8 @@ make install</pre>
      href="http://git-scm.com/">git</a> version to
    support the latest added readers.</p>
 
-	<pre>git clone git://anonscm.debian.org/pcsclite/CCID.git
+	<pre>git clone --recursive git://anonscm.debian.org/pcsclite/CCID.git
 cd CCID
-git submodule init
-git submodule update
 ./bootstrap
 ./configure
 make</pre>

-- 
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