On Mon, Oct 28, 2024 at 03:12:03PM -0400, James K. Lowden wrote:
> Jakub Jelinek said:
>
> > > We'll mainly have to remember when pushing any of the series.
> >
> > The m2 dances were git_commit.py tweaks:
> > https://gcc.gnu.org/r13-4588
> > followed by asking one of us gccadmins on IRC to install that change
> > on the server, followed by adding just new directory/ies with almost
> > empty ChangeLog files:
> > https://gcc.gnu.org/r13-4592
> > followed by the rest of the changes.
>
> This 1st patch includes a stub cobol/ChangeLog, if that helps.
It needs to go into a separate commit (i.e. register the new ChangeLog
locations in one commit, let gccadmins update the ~gccadmin copy of it,
then commit a patch which only adds ChangeLog files and nothing else,
and only after it commit the rest, because normally ChangeLog changes
are rejected if they are part of other changes).
Jakub