This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[cxx-conversion] Do not use ChangeLog files
- From: Diego Novillo <dnovillo at google dot com>
- To: gcc at gcc dot gnu dot org, Lawrence Crowl <crowl at google dot com>
- Date: Tue, 11 Dec 2012 09:02:11 -0500
- Subject: [cxx-conversion] Do not use ChangeLog files
We are no longer using ChangeLog files in the cxx-conversion
branch. All the changes to the branch should be described in
detail in the svn commit message.
When committing a patch to the branch, please make sure that you
include the following:
- A detailed description of what the patch does.
- How it does it.
- Why it does it.
The easiest way to generate a commit message is to cut and paste
the original message you sent when you submitted the patch for
review.
Patches that are ported from the branch to trunk will need to
have a ChangeLog entry generated for them, of course.
I have removed all the existing ChangeLog.cxx-conversion files
from the branch.
Thanks. Diego.