Repository : ssh://git@diktynna/batman-adv
On branch : master
commit b8b3b6b3a30ec50b16a09a63e55e48f69a3b38a7 Author: Linus Torvalds torvalds@linux-foundation.org Date: Sun Apr 12 11:04:58 2020 -0700
MAINTAINERS: sort field names for all entries
This sorts the actual field names too, potentially causing even more chaos and confusion at merge time if you have edited the MAINTAINERS file. But the end result is a more consistent layout, and hopefully it's a one-time pain minimized by doing this just before the -rc1 release.
This was entirely scripted:
./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order
Requested-by: Joe Perches joe@perches.com Signed-off-by: Linus Torvalds torvalds@linux-foundation.org Signed-off-by: Sven Eckelmann sven@narfation.org
b8b3b6b3a30ec50b16a09a63e55e48f69a3b38a7 MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS index 9f0f421e..3748b727 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4,12 +4,12 @@ M: Simon Wunderlich sw@simonwunderlich.de M: Antonio Quartulli a@unstable.cc M: Sven Eckelmann sven@narfation.org L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers) +S: Maintained W: https://www.open-mesh.org/ +Q: https://patchwork.open-mesh.org/project/batman/list/ B: https://www.open-mesh.org/projects/batman-adv/issues C: irc://chat.freenode.net/batman -Q: https://patchwork.open-mesh.org/project/batman/list/ T: git https://git.open-mesh.org/linux-merge.git -S: Maintained F: Documentation/ABI/obsolete/sysfs-class-net-batman-adv F: Documentation/ABI/obsolete/sysfs-class-net-mesh F: Documentation/networking/batman-adv.rst