On Mon, Jan 11, 2016 at 1:06 PM, Jakob Kummerow <
jkum...@chromium.org> wrote:
> On Mon, Jan 11, 2016 at 8:29 PM, Adam Klein <
ad...@chromium.org> wrote:
>>
>> Looking through that ChangeLog it doesn't look particularly useful
>
>
> Agreed.
>
>>
>> (most releases have no log lines, though I suspect many of them do have
>> significant changes).
>
>
> I'm not so sure -- our tagged versions are really fine-grained these days,
> sometimes every single commit is tagged, so it could well be that many of
> those aren't ChangeLog-worthy (which of course doesn't help with the
> ChangeLog's lack of usefulness.)
>
>> What if we relaxed the presubmit to allow BUG= lines without LOG= lines?
>> That would solve my main problem, while still letting people add LOG=Y lines
>> if they think it's appropriate. The fact that the presubmit only complains
>> for patches that have a BUG line seems like a perverse incentive to avoid
>> using tracking bugs.
>
>
> The rationale was that visible features should be tracked by bugs anyway,
> and requiring the LOG line forces people to make a decision whether a given
> change should be mentioned in the log or not, as we felt that we couldn't
> come up with a reasonable way to automate it.