Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2015 08:23:54 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47303 - head/en_US.ISO8859-1/articles/committers-guide
Message-ID:  <201508240823.t7O8Ns93000816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz (src,ports committer)
Date: Mon Aug 24 08:23:54 2015
New Revision: 47303
URL: https://svnweb.freebsd.org/changeset/doc/47303

Log:
  Document "freebsd-sponsored-by" and "freebsd-mfc-after".
  
  Reviewed by:	gjb@
  Approved by:	gjb@
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/articles/committers-guide/article.xml

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml	Sun Aug 23 20:16:41 2015	(r47302)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml	Mon Aug 24 08:23:54 2015	(r47303)
@@ -2140,6 +2140,16 @@ ControlPersist yes</screen>
 &prompt.user; <userinput>svn revert -R .</userinput></screen>
 
       <para>This will wipe out uncommitted patches.</para>
+
+      <para>It is possible to automatically fill the "Sponsored by"
+	and "MFC after" commit log fields by setting "freebsd-sponsored-by"
+	and "freebsd-mfc-after" fields in the "[miscellany]" section of the
+	<filename>~/.subversion/config</filename> configuration file.
+	For example:</para>
+
+      <programlisting>freebsd-sponsored-by = The FreeBSD Foundation
+freebsd-mfc-after = 2 weeks</programlisting>
+
     </sect2>
   </sect1>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508240823.t7O8Ns93000816>