This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[google] Separating ChangeLogs from different branches
- From: Diego Novillo <dnovillo at google dot com>
- To: gcc at gcc dot gnu dot org, Simon Baldwin <simonb at google dot com>
- Date: Fri, 4 Feb 2011 13:31:21 -0500
- Subject: [google] Separating ChangeLogs from different branches
While doing the integration->main merge today, I realized that I
misnamed the ChangeLog.google files. If both branches name them
the same, merges will be ugly and we won't be able to tell them
apart easily.
I renamed all the existing ChangeLog.google to
ChangeLog.google-integration. We'll have a ChangeLog.google-main in the
other branch.
Diego.