diff options
| author | Chris Packham <[email protected]> | 2017-09-01 20:57:53 +1200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-09-11 21:43:58 -0600 |
| commit | e11aa602abd3e8007dfd3ed23ebb829101abcfec (patch) | |
| tree | cfc1211c0b45c8185592b4354864e360774d2466 /tools/patman/README | |
| parent | c79d18c4b40d10c0a95b56e51f4517aca4515364 (diff) | |
patman: add support for omitting bouncing addresses
Add support for reading a list of bouncing addresses from a in-tree file
(doc/bounces) and from the ~/.patman config file. These addresses are
stripped from the Cc list.
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected] <mailto:[email protected]>>
Diffstat (limited to 'tools/patman/README')
| -rw-r--r-- | tools/patman/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/patman/README b/tools/patman/README index e36857dedea..8582ed6ba12 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -84,6 +84,18 @@ Aliases are recursive. The checkpatch.pl in the U-Boot tools/ subdirectory will be located and used. Failing that you can put it into your path or ~/bin/checkpatch.pl +If you want to avoid sending patches to email addresses that are picked up +by patman but are known to bounce you can add a [bounces] section to your +.patman file. Unlike the [alias] section these are simple key: value pairs +that are not recursive. + +>>> + +[bounces] +gonefishing: Fred Bloggs <[email protected]> + +<<< + If you want to change the defaults for patman's command-line arguments, you can add a [settings] section to your .patman file. This can be used |
