| #
ae530ff2 |
| 28-Oct-2017 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
UPSTREAM: scripts/get_maintainer.pl: enable find_maintainer_files
Many MAINTAINERS files are in subdirectories. We should enable searching these.
Change-Id: Ia0cd7a8c9255486e30b9d59027ae822bbdf0003
UPSTREAM: scripts/get_maintainer.pl: enable find_maintainer_files
Many MAINTAINERS files are in subdirectories. We should enable searching these.
Change-Id: Ia0cd7a8c9255486e30b9d59027ae822bbdf00030 Reported-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit b79372ae94fbc9e30d014ad8ce830d2062539eb9)
show more ...
|
| #
4fd65389 |
| 13-Oct-2017 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
UPSTREAM: scripts/get_maintainer.pl: update to current version
Update the script to version 0.26 (as of Linux v4.14-rc1) Keep our "penguin_chief". Keep our top_of_kernel_tree.
The negative forms of
UPSTREAM: scripts/get_maintainer.pl: update to current version
Update the script to version 0.26 (as of Linux v4.14-rc1) Keep our "penguin_chief". Keep our top_of_kernel_tree.
The negative forms of the command line parameters are described when using --help.
New options are
--git-blame-signatures => when used with --git-blame, also include all commit signers --r => include reviewer(s) if any --letters => print all matching 'letter' types from all matching sections
File .get_maintainer.ignore can be used to specify email addressees that shall be ignored.
Change-Id: I6db9f769496c1fe4421aa93362032c702a3808c0 Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 59ab72d7bc5672eaf74820cde156be313217c087)
show more ...
|
| #
35729218 |
| 07-Jan-2016 |
Heiko Schocher <hs@denx.de> |
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use
from linux commit ce8155f7a3d5:
Perl 5.22 emits a deprecated message when "\C" is used in a regex. Perl 5.24 will disallow it al
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use
from linux commit ce8155f7a3d5:
Perl 5.22 emits a deprecated message when "\C" is used in a regex. Perl 5.24 will disallow it altogether.
Fix it by using [A-Z] instead of \C.
>From linux adapted to U-Boot by: Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Andre Przywara <andre.przywara@arm.com>
show more ...
|
| #
ca746f04 |
| 04-Nov-2015 |
Andy Fleming <afleming@gmail.com> |
Fix trini email in the get_maintainer.pl script
Looks like one spot got missed. Probably due to the backslash.
Signed-off-by: Andy Fleming <afleming@gmail.com>
|
| #
27e77183 |
| 16-Nov-2014 |
Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
get_maintainer.pl: fix source tree detection
get_maintainer.pl always fails with following message: ./scripts/get_maintainer.pl: The current directory does not appear to be a linux kernel source tre
get_maintainer.pl: fix source tree detection
get_maintainer.pl always fails with following message: ./scripts/get_maintainer.pl: The current directory does not appear to be a linux kernel source tree.
This was caused by commit:
commit 548b310c68ac99a0330d8b56c797c09ff0742d1e Author: Masahiro Yamada <yamada.m@jp.panasonic.com> Date: Thu Oct 30 15:50:15 2014 +0900
Remove the CREDITS file
This file is not maintained these days.
We use MAINTAINERS for the maintainership of the supported boards. For dead boards, we have some clues in doc/README.scrapyard and also imperishable history in git-log.
Remove CREDITS from source tree detection to fix this.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
68dc8769 |
| 01-Aug-2014 |
Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
get_maintainer.pl: add support for scanning multiple MAINTAINERS files
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
|
| #
ee360cd2 |
| 01-Aug-2014 |
Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
get_maintainer.pl: adapt to U-Boot tree
Switch core maintainer to Tom Rini. Adapt directory layout for git tree detection.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by:
get_maintainer.pl: adapt to U-Boot tree
Switch core maintainer to Tom Rini. Adapt directory layout for git tree detection.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
92bca398 |
| 01-Aug-2014 |
Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
get_maintainer.pl: import script from linux 3.15
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
|