diff options
author | John Baldwin <jhb@FreeBSD.org> | 2000-01-22 04:15:21 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2000-01-22 04:15:21 +0000 |
commit | 20193a67fe1be7e2fba45a8e501a43fee96c8cb2 (patch) | |
tree | c8b6ab3c82dc1060ffe6cda12402811bf0d5932b | |
parent | b9951cd8834e11fa2c9d6201581fa749c3cfae8c (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/articles/committers-guide/article.sgml | 8 | ||||
-rw-r--r-- | en_US.ISO_8859-1/articles/committers-guide/article.sgml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index 7f1f750461..ce1cd9ab3b 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -781,6 +781,14 @@ man page to verify the all of the cross references and file references are correct and that the man page has all of the appropriate <makevar>MLINK</makevar>s installed.</para> + + <para>Do not mix style fixes with new functionality. It makes + the diffs hard to read, and hides the new bugs. Do not + include whitespace changes with content changes in commits to + <filename>doc/</filename> or <filename>www/</filename>. It + makes the translators' job much more difficult. Instead, make any + style or whitespace changes in seperate commits that are clearly + labeled as such in the commit message.</para> </sect2> </sect1> diff --git a/en_US.ISO_8859-1/articles/committers-guide/article.sgml b/en_US.ISO_8859-1/articles/committers-guide/article.sgml index 7f1f750461..ce1cd9ab3b 100644 --- a/en_US.ISO_8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO_8859-1/articles/committers-guide/article.sgml @@ -781,6 +781,14 @@ man page to verify the all of the cross references and file references are correct and that the man page has all of the appropriate <makevar>MLINK</makevar>s installed.</para> + + <para>Do not mix style fixes with new functionality. It makes + the diffs hard to read, and hides the new bugs. Do not + include whitespace changes with content changes in commits to + <filename>doc/</filename> or <filename>www/</filename>. It + makes the translators' job much more difficult. Instead, make any + style or whitespace changes in seperate commits that are clearly + labeled as such in the commit message.</para> </sect2> </sect1> |