This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: merges
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Bernd Schmidt <bernds_cb1 at t-online dot de>
- Cc: Giovanni Bajo <rasky at develer dot com>, Joern RENNECKE <joern dot rennecke at st dot com>, gcc at gcc dot gnu dot org
- Date: Wed, 11 Jan 2006 19:08:15 -0500
- Subject: Re: merges
- References: <43C56407.9030908@st.com> <43C568A9.2080708@t-online.de> <042f01c616f4$4ab89580$0100a8c0@bagio> <43C5812F.5020808@t-online.de> <Pine.LNX.4.63.0601111853290.2200@localhost.localdomain> <43C59AFF.7040907@t-online.de>
On Thu, 2006-01-12 at 00:55 +0100, Bernd Schmidt wrote:
> Daniel Berlin wrote:
> > On Wed, 11 Jan 2006, Bernd Schmidt wrote:
> >> The merge script relies only on the svnmerge-integrated property, not
> >> on the commit messages?
> >
> >
> > Right.
> >
> > It's just trying to generate a nice message for you, but in our world,
> > the messages are so huge as to be useless.
>
> I've fixed the wiki page to mention that. Sorry about the mess.
>
mysql> delete from longdescs where length(thetext) > 1000000;
Query OK, 251 rows affected (2 min 12.11 sec)
hehe
You had added 250 meg in comments.
I may just set up a pre-commit hook to check the log message length and
hav eit not let you commit if it's ridiculously large.
(These things happen, i really don't blame you :P)