Hi Simon, Simon Glass <s...@chromium.org> writes:
> Hi Maxim, > > On Mon, 19 Dec 2022 at 15:12, Maxim Cournoyer <maxim.courno...@gmail.com> > wrote: >> >> This makes it possible to configure a project to use some other >> location or script than the default scripts/get_maintainer.pl one >> used in the U-Boot and Linux projects. It can be configured via a >> .patman configuration file and accepts arguments, as documented. >> >> Signed-off-by: Maxim Cournoyer <maxim.courno...@savoirfairelinux.com> >> --- >> >> tools/patman/__main__.py | 7 +++++ >> tools/patman/control.py | 12 ++++--- >> tools/patman/func_test.py | 4 ++- >> tools/patman/get_maintainer.py | 57 +++++++++++++++++++++------------- >> tools/patman/gitutil.py | 3 +- >> tools/patman/patman.rst | 30 +++++++++++++----- >> tools/patman/series.py | 9 ++++-- >> 7 files changed, 83 insertions(+), 39 deletions(-) > > Can you do a little test update for this? Done in the v2 just sent! Thanks for the reviewing work! -- Maxim