]> Git Repo - linux.git/commitdiff
scripts/get_maintainer.pl: change --sections to print in the same style as MAINTAINERS
authorJoe Perches <[email protected]>
Fri, 5 Mar 2010 21:43:03 +0000 (13:43 -0800)
committerLinus Torvalds <[email protected]>
Sat, 6 Mar 2010 19:26:34 +0000 (11:26 -0800)
Signed-off-by: Joe Perches <[email protected]>
Cc: Stefan Richter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/get_maintainer.pl

index e54f72f6c341667a7000c384afc89e0c3854c31f..4cd83fae87cad9e9e5ca9dddcc8a0a91bd0f2e0b 100755 (executable)
@@ -381,8 +381,10 @@ foreach my $file (@files) {
                        $line =~ s/\\\./\./g;           ##Convert \. to .
                        $line =~ s/\.\*/\*/g;           ##Convert .* to *
                    }
+                   $line =~ s/^([A-Z]):/$1:\t/g;
                    print("$line\n");
                }
+               print("\n");
            }
     }
 
This page took 0.050905 seconds and 4 git commands to generate.