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> --- MAINTAINERS | 2 +- contrib/check-MAINTAINERS.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 55e33427b91..6b9e4f30732 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 ba2cdb40129..881c7570ac2 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 -- 2.49.0