[SCM] Debian Science Policy Manual branch, master, updated. 8654765293378d13cf3a79eb90bdd6caacfaea95

Manuel Prinz debian at pinguinkiste.de
Fri Jul 4 17:11:47 UTC 2008


The following commit has been merged in the master branch:
commit 8654765293378d13cf3a79eb90bdd6caacfaea95
Author: Manuel Prinz <debian at pinguinkiste.de>
Date:   Fri Jul 4 19:09:02 2008 +0200

    Using $DEBFULLNAME and $DEBEMAIL in example on repository personalization
    
    This was suggested by Charles Plessy. Thanks!

diff --git a/debian-science-policy.xml b/debian-science-policy.xml
index ab1e5d2..af8246c 100644
--- a/debian-science-policy.xml
+++ b/debian-science-policy.xml
@@ -254,8 +254,8 @@ $ chmod 0775 hooks/post-receive
 $ mkdir foo && cd foo
 $ git init
 Initialized empty Git repository in .git/
-$ git config user.name "John Doe"
-$ git config user.email "john at example.org"
+$ git config user.name  "$DEBFULLNAME"
+$ git config user.email "$DEBEMAIL"
 ]]></screen>
       <para>This creates a new Git directory and sets the user name and email address that will be used in the commit message.</para>
     </sect2>

-- 
Debian Science Policy Manual



More information about the debian-science-commits mailing list