commit | 21a19d70e2c2aa45cfe62c6adf8ceee9fcfbcacb | [log] [tgz] |
---|---|---|
author | Doug Anderson <dianders@chromium.org> | Mon Dec 03 14:43:16 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 31 15:23:39 2013 -0800 |
tree | 974b523f0ea6ea032b643e4ab250c14cba1c5733 | |
parent | 311872551570a6439f62ab476c6fd4836a7a9aa7 [diff] |
patman: Add a call to get_maintainer.pl if it exists For Linux the best way to figure out where to send a patch is with the "get_maintainer.pl" script. Add support for calling it from patman. Support is added unconditionally for "scripts/get_maintainer.pl" in case it is helpful for any other projects. Signed-off-by: Doug Anderson <dianders@chromium.org>