Re: sim: replacing ChangeLog files with online git logs
Eli Zaretskii via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Wed, 24 Mar 2021 16:59:18 +0000 > From: Andrew Burgess <[email protected]> > Cc: Mike Frysinger <[email protected]>, [email protected] > > * Eli Zaretskii <[email protected]> [2021-03-24 18:46:38 +0200]: > > > > Date: Tue, 23 Mar 2021 23:45:24 -0400 > > > From: Mike Frysinger <[email protected]> > > > Cc: [email protected], Andrew Burgess <[email protected]> > > > > > > Eli: those patches look OK to you too ? > > > > They just add the script to our repository, AFAICT, so I of course > > have no objections. > > No the second proposes to replace the current ChangeLog with one > auto-generated upon release. > > This ChangeLog would in effect be a reformatted `git log` output. I don't object to that, either. The question is: what we will require the Git log messages to contain then? Currently, the entire ChangeLog entry goes there, but once the manually written ChangeLog files are retired, what will remain? That was the crux of the recent discussion. > For the simulator this would mean there would no longer be any file > that contained output in the format as: > > * file.c (symbol): description. Well, I personally will lament the loss of that information. It's up toy you-all to decide how much does that weigh.