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 <[email protected]>
---
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
<[email protected]>
Gaius Mulley <[email protected]>
Szabolcs Nagy <[email protected]>
Mikael Pettersson <[email protected]>
-Andrew Pinski <[email protected]>
Andrew Pinski
<[email protected]>
+Andrew Pinski <[email protected]>
Siddhesh Poyarekar <[email protected]>
Ramana Radhakrishnan <[email protected]>
Navid Rahimi <[email protected]>
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