projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef2684
)
scripts/get_maintainer.pl: enable find_maintainer_files
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sat, 28 Oct 2017 05:34:15 +0000
(07:34 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sun, 29 Oct 2017 14:13:10 +0000
(10:13 -0400)
Many MAINTAINERS files are in subdirectories.
We should enable searching these.
Reported-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
scripts/get_maintainer.pl
patch
|
blob
|
history
diff --git
a/scripts/get_maintainer.pl
b/scripts/get_maintainer.pl
index 8b6037b73f6d4357762c5b2ab24a6bb61bff285d..07800e62d1923c788ed37cfd9d817fa5815b0e68 100755
(executable)
--- a/
scripts/get_maintainer.pl
+++ b/
scripts/get_maintainer.pl
@@
-59,7
+59,7
@@
my $from_filename = 0;
my $pattern_depth = 0;
my $version = 0;
my $help = 0;
-my $find_maintainer_files =
0
;
+my $find_maintainer_files =
1
;
my $vcs_used = 0;