This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ChangeLog entry complexity


>> git log + ChangeLog = Commit log + structured change log.
>> vs.
>> git log = Commit log + structured change log.
>>
>> There just doesn't seem to be enough difference to pay the cost
>> of changing.

> By autogenerating, you simply don't have to mess with the ChangeLog
> anymore.   Dates & authors come directly from git, no more ChangeLog
> merging, etc.

OTOH, you could decide to simply ditch the ChangeLog file, and use the
git commit history to store structured-change-logs, resulting in a net
savings of effort.  Other than the jumping-through-hoops value of
weeding out the ChangeLog-unfit, I would be surprised if many folks
still *read* the ChangeLog, instead of git blame/log type queries.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]