On Mon, Dec 01, 2025 at 11:22:48AM +0100, Jose E. Marchesi wrote:
> This commit:
>
> 1) Updates contrib/gcc-changelog/git_commit.py to add gcc/algol68 and
> libga68 to default_changelog_locations.
>
> 2) Creates initial gcc/algol68/ChangeLog and libga68/ChangeLog files
> with copyright notices and content moved from the top-level ChangeLog
> and gcc/ChangeLog.
>
> Signed-off-by: Jose E. Marchesi <[email protected]>
As I said on IRC, this can't be committed like this.
You need 2 separate commits, one for contrib/gcc-changelog/git_commit.py
with proper ChangeLog entry in the commit message, one for
the ChangeLog file additions/edits, no ChangeLog entry needed for those.
Jakub