]> git.baikalelectronics.ru Git - kernel.git/commit
parse-maintainers: Do not sort section content by default
authorJoe Perches <joe@perches.com>
Sun, 8 Mar 2020 02:59:05 +0000 (18:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 Mar 2020 22:08:27 +0000 (15:08 -0700)
commitc38aaff9719aa4c07a9a49187a0dabafc727b751
tree5b5b34b1a6ca35b72489ca456f30327b8f960c17
parent04427c8656d6c253b8a206dacc956ed38a93ae04
parse-maintainers: Do not sort section content by default

Add an --order switch to control section reordering.
Default for --order is off.

Change the default ordering to a slightly more sensible:

M:  Person acting as a maintainer
R:  Person acting as a patch reviewer
L:  Mailing list where patches should be sent
S:  Maintenance status
W:  URI for general information
Q:  URI for patchwork tracking
B:  URI for bug tracking/submission
C:  URI for chat
P:  URI or file for subsystem specific coding styles
T:  SCM tree type and location
F:  File and directory pattern
X:  File and directory exclusion pattern
N:  File glob
K:  Keyword - patch content regex

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/parse-maintainers.pl