OSDN Git Service

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)
commit5cdbec108fd21a605e0c6e96e7faddd01e78047d
tree5b5b34b1a6ca35b72489ca456f30327b8f960c17
parent9420e8ade4353a6710908ffafa23ecaf1caa0123
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