diff options
author | Simon Glass <sjg@chromium.org> | 2014-09-14 20:23:17 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-09-21 12:03:07 -0600 |
commit | 983a2749e2fdc459b2f44e82241a5c314ddbcdf6 (patch) | |
tree | e61e99d84d8cd056815933d1a31282d1fc8c9824 /tools/patman/README | |
parent | 7798e2285fda17aa2268cbe18498678cf857905f (diff) |
patman: Add a -m option to avoid copying the maintainers
The get_maintainers script is a useful default, but sometimes is copies
too many people, or takes a long time to run.
Add an option to disable it and update the README.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/patman/README')
-rw-r--r-- | tools/patman/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/patman/README b/tools/patman/README index 5fb508b80d..e466886ed2 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -27,8 +27,8 @@ Series-to: fred.blogs@napier.co.nz in one of your commits, the series will be sent there. -In Linux this will also call get_maintainer.pl on each of your -patches automatically. +In Linux and U-Boot this will also call get_maintainer.pl on each of your +patches automatically (unless you use -m to disable this). How to use this tool |