On Thu, Jan 12, 2006 at 11:12:36AM +0100, Giovanni Bajo wrote:
> Bernd Schmidt <[EMAIL PROTECTED]> wrote:
>
> >> mysql> delete from longdescs where length(thetext) > 1000000;
> >> Query OK, 251 rows affected (2 min 12.11 sec)
> >
> > Thank you.
> >
> >> 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.
> >
> > Maybe checkins on a branch shouldn't affect the bugzilla database at all?
>
> Not sure. We badly need them at least for release branches...
Yes. I think they are useful for all branches if you backport a patch for
a particular fix or e.g. fix something that is not yet fixed on the trunk
and will be only when a particular devel branch with that fix is merged
into trunk. But in all cases that should be a single commit to fix a
particular bug (or a set of closely related bugs). Plain merges from
other branches should just say what branch, perhaps revisions were merged.
Jakub