diff options
author | Simon Glass <sjg@chromium.org> | 2014-04-20 10:50:14 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-05-09 14:50:45 -0600 |
commit | 102061bd8b0b174e1cf811dfd35641d8a9e4eba3 (patch) | |
tree | 71bbe7b7fc913eaca20f59e0c3e3376f2b6d7489 /tools/patman/README | |
parent | 757f64a89ba5bb04661b3f43444ca57fa6db1132 (diff) | |
download | u-boot-imx-102061bd8b0b174e1cf811dfd35641d8a9e4eba3.zip u-boot-imx-102061bd8b0b174e1cf811dfd35641d8a9e4eba3.tar.gz u-boot-imx-102061bd8b0b174e1cf811dfd35641d8a9e4eba3.tar.bz2 |
patman: Avoid duplicate sign-offs
Keep track of all Signed-off-by tags in a commit and silently suppress any
duplicates.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/patman/README')
-rw-r--r-- | tools/patman/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/patman/README b/tools/patman/README index b3aba13..5fb508b 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -192,6 +192,7 @@ END A sign-off is added automatically to your patches (this is probably a bug). If you put this tag in your patches, it will override the default signoff that patman automatically adds. + Multiple duplicate signoffs will be removed. Tested-by: Their Name <email> Reviewed-by: Their Name <email> |