https://gcc.gnu.org/g:baa5cc8230738df1e738419c9b3ed0af405a5954

commit r16-3238-gbaa5cc8230738df1e738419c9b3ed0af405a5954
Author: Filip Kastl <fka...@suse.cz>
Date:   Sun Aug 17 12:56:03 2025 +0200

    MAINTAINERS, contrib: Appease check-MAINTAINERS.py (email order)
    
    The contrib/check-MAINTAINERS.py script sorts by surname, name, bugzilla
    handle and email (in this order).  Document this.  Switch around Andrew
    Pinski's entries in Contributing under DCO.
    
    Pushing as obvious.
    
    ChangeLog:
    
            * MAINTAINERS: Switch around Andrew Pinski's entries in
            Contributing under DCO.
    
    contrib/ChangeLog:
    
            * check-MAINTAINERS.py: Document the way the script sorts
            entries.
    
    Signed-off-by: Filip Kastl <fka...@suse.cz>

Diff:
---
 MAINTAINERS                  | 2 +-
 contrib/check-MAINTAINERS.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 55e33427b916..6b9e4f30732d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -961,8 +961,8 @@ Immad Mir                                       
<m...@sourceware.org>
 Gaius Mulley                                    <gaiusm...@gmail.com>
 Szabolcs Nagy                                   <n...@gcc.gnu.org>
 Mikael Pettersson                               <mikpeli...@gmail.com>
-Andrew Pinski                                   <quic_apin...@quicinc.com>
 Andrew Pinski                                   
<andrew.pin...@oss.qualcomm.com>
+Andrew Pinski                                   <quic_apin...@quicinc.com>
 Siddhesh Poyarekar                              <siddh...@gotplt.org>
 Ramana Radhakrishnan                            <raman...@nvidia.com>
 Navid Rahimi                                    <nav...@gcc.gnu.org>
diff --git a/contrib/check-MAINTAINERS.py b/contrib/check-MAINTAINERS.py
index ba2cdb401298..881c7570ac2d 100755
--- a/contrib/check-MAINTAINERS.py
+++ b/contrib/check-MAINTAINERS.py
@@ -19,8 +19,8 @@
 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
-# Check that names in the file are sorted
-# alphabetically by surname.
+# Check that names in the file are sorted alphabetically by surname, name
+# bugzilla handle and email (in this order).
 
 import locale
 import sys

Reply via email to