Pushed attached patch. Thanks. Aldy
On Tue, Sep 24, 2024 at 10:09 AM Filip Kastl <[email protected]> wrote: > On Mon 2024-09-23 09:43:28, Aldy Hernandez wrote: > > From: Aldy Hernandez <[email protected]> > > > > ChangeLog: > > > > * MAINTAINERS: Update email and add myself to DCO. > > --- > > MAINTAINERS | 9 +++++---- > > 1 file changed, 5 insertions(+), 4 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index cfd96c9f33e..e9fafaf45a7 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -116,7 +116,7 @@ riscv port Jim Wilson < > [email protected]> > > rs6000/powerpc port David Edelsohn <[email protected]> > > rs6000/powerpc port Segher Boessenkool < > [email protected]> > > rs6000/powerpc port Kewen Lin <[email protected]> > > -rs6000 vector extns Aldy Hernandez <[email protected]> > > +rs6000 vector extns Aldy Hernandez <[email protected]> > > rx port Nick Clifton <[email protected]> > > s390 port Ulrich Weigand <[email protected]> > > s390 port Andreas Krebbel <[email protected]> > > @@ -213,7 +213,7 @@ c++ runtime libs Jonathan Wakely < > [email protected]> > > c++ runtime libs special modes François Dumont <[email protected]> > > fixincludes Bruce Korb <[email protected]> > > *gimpl* Jakub Jelinek <[email protected]> > > -*gimpl* Aldy Hernandez <[email protected]> > > +*gimpl* Aldy Hernandez <[email protected]> > > *gimpl* Jason Merrill <[email protected]> > > gcse.cc Jeff Law <[email protected]> > > global opt framework Jeff Law <[email protected]> > > @@ -240,7 +240,7 @@ option handling Joseph Myers < > [email protected]> > > middle-end Jeff Law <[email protected]> > > middle-end Ian Lance Taylor <[email protected]> > > middle-end Richard Biener <[email protected]> > > -*vrp, ranger Aldy Hernandez <[email protected]> > > +*vrp, ranger Aldy Hernandez <[email protected]> > > *vrp, ranger Andrew MacLeod <[email protected]> > > tree-ssa Andrew MacLeod <[email protected]> > > tree browser/unparser Sebastian Pop <[email protected]> > > @@ -518,7 +518,7 @@ Daniel Hellstrom danielh < > [email protected]> > > Fergus Henderson - <[email protected]> > > Richard Henderson rth <[email protected]> > > Stuart Henderson shenders <[email protected]> > > -Aldy Hernandez aldyh <[email protected]> > > +Aldy Hernandez aldyh <[email protected]> > > Philip Herron redbrain < > [email protected]> > > Marius Hillenbrand - <[email protected]> > > Matthew Hiller - <[email protected]> > > @@ -948,3 +948,4 @@ Jonathan Wakely < > [email protected]> > > Alexander Westbrooks <[email protected] > > > > Chung-Ju Wu <[email protected]> > > Pengxuan Zheng < > [email protected]> > > +Aldy Hernandez <[email protected]> > > -- > > 2.43.0 > > > > Hi Aldy, > > Could you move your entry in the DCO list so that it respects surname > alphabetical order, please? Your name should be between Robin Dapp and > Michal > Jires. > > Thanks, > Filip Kastl > >
From 34366176046351250e1beb578664d926fbdd50c9 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez <[email protected]> Date: Tue, 24 Sep 2024 11:40:52 +0200 Subject: [PATCH] Alphabetize my entry in MAINTAINER's DCO list. ChangeLog: * MAINTAINERS: Move my entry in DCO list into alphabetical order. --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3b4cf9d20d8..47b5915e9f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -917,6 +917,7 @@ information. Juergen Christ <[email protected]> Robin Dapp <[email protected]> Robin Dapp <[email protected]> +Aldy Hernandez <[email protected]> Michal Jires <[email protected]> Matthias Kretz <[email protected]> Prathamesh Kulkarni <[email protected]> @@ -949,4 +950,3 @@ Jonathan Wakely <[email protected]> Alexander Westbrooks <[email protected]> Chung-Ju Wu <[email protected]> Pengxuan Zheng <[email protected]> -Aldy Hernandez <[email protected]> -- 2.43.0
