소스 검색

Update developer guideline regarding CVS Commits
(mostly for testing my snapshot script, though it had to be updated anyway)

Thomas Guyot-Sionnest 16 년 전
부모
커밋
181107290e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/developer-guidelines.sgml

+ 2 - 2
doc/developer-guidelines.sgml

@@ -742,13 +742,13 @@ setup the tests. Run "make test" to run all the tests.
 	</para>
 	</para>
 	</section>
 	</section>
 
 
-	<section><title>CVS comments</title>
+	<section><title>Commit Messages</title>
 	<para>If the change is due to a contribution, please quote the contributor's name 
 	<para>If the change is due to a contribution, please quote the contributor's name 
 	and, if applicable, add the SourceForge Tracker number. Don't forget to 
 	and, if applicable, add the SourceForge Tracker number. Don't forget to 
 update the THANKS.in file.</para>
 update the THANKS.in file.</para>
         <para>If you have a change that is useful for noting in the next release, please
         <para>If you have a change that is useful for noting in the next release, please
 	update the NEWS file.</para>
 	update the NEWS file.</para>
-	<para>All commit comments will be written to a ChangeLog at release time.
+	<para>All commits will be written to a ChangeLog at release time.
 	</para>
 	</para>
 	</section>
 	</section>