[med-svn] r15334 - trunk/community/website/docs

Charles Plessy plessy at moszumanska.debian.org
Sat Nov 30 03:27:37 UTC 2013


Author: plessy
Date: 2013-11-30 03:27:37 +0000 (Sat, 30 Nov 2013)
New Revision: 15334

Modified:
   trunk/community/website/docs/policy.xml
Log:
Moved another recommendation about DEBEMAIL and DEBFULLNAME to the top.


Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml	2013-11-30 03:17:56 UTC (rev 15333)
+++ trunk/community/website/docs/policy.xml	2013-11-30 03:27:37 UTC (rev 15334)
@@ -341,6 +341,14 @@
 		
 		<sect2 id="git-tips">
 			<title>Git tips</title>
+			<sect3 id="git-options-devscripts">
+				<title>Set the <package>devscripts</package> variables
+				<varname>DEBEMAIL</varname> and <varname>DEBFULLNAME</varname></title>
+				<para><command>debcheckout</command> will then set
+				<command>git</command>'s options <varname>user.email</varname> and
+				<varname>user.name</varname> accordingly.
+				</para>
+			</sect3>
 			<sect3 id="debcheckout-sets-git-options">
 			  <title>Configure Git to commit using your packager name and address.</title>
 			  <para>The	<option>--global</option> option is to say Git these are the default parameters for every Git repository you commit to,	
@@ -380,14 +388,6 @@
 				<para>With recent versions of git, the remote branch will be automatically tracked when running <command>git</command> checkout.  For example, when a <literal>pristine-tar</literal> branch is available upstream and not yet tracked locally, the command <command>git checkout</command> <option><replaceable>pristine-tar</replaceable></option> will implicitely run the command <command>git branch</command> <option>-t <replaceable>pristine-tar</replaceable> <replaceable>origin/pristine-tar</replaceable></option>.
         </para>
   		</sect3>
-			<sect3 id="git-options-devscripts">
-				<title>Set the <package>devscripts</package> variables
-				<varname>DEBEMAIL</varname> and <varname>DEBFULLNAME</varname></title>
-				<para><command>debcheckout</command> will then set
-				<command>git</command>'s options <varname>user.email</varname> and
-				<varname>user.name</varname> accordingly.
-				</para>
-			</sect3>
 			<sect3 id="create-git-repository-on-alioth">
 			<title>Pushing to git.debian.org, creating a new bare repository on Alitoh.</title>
 			<literallayout>Before pushing to git.debian.org for the first time, an empty repository needs to be created there.</literallayout>




More information about the debian-med-commit mailing list