]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Add a call to get_maintainer.pl if it exists
authorDoug Anderson <dianders@chromium.org>
Mon, 3 Dec 2012 14:43:16 +0000 (14:43 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 31 Jan 2013 23:23:39 +0000 (15:23 -0800)
commit21a19d70e2c2aa45cfe62c6adf8ceee9fcfbcacb
tree974b523f0ea6ea032b643e4ab250c14cba1c5733
parent311872551570a6439f62ab476c6fd4836a7a9aa7
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>
tools/patman/README
tools/patman/get_maintainer.py [new file with mode: 0644]
tools/patman/series.py