svn commit: r47303 - head/en_US.ISO8859-1/articles/committers-guide

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Aug 24 08:23:55 UTC 2015


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>
 


More information about the svn-doc-all mailing list