Home
last modified time | relevance | path

Searched hist:"6 be6b6bcbac62e356d05bdde488fc9f0eef7084a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dpatchstream.py6be6b6bcbac62e356d05bdde488fc9f0eef7084a Tue May 13 18:14:02 UTC 2014 Simon Glass <sjg@chromium.org> patman: Suppress duplicate signoffs only for real patches

There is an unfortunate bug in the signoff suppression logic. The first
pass is performed with 'git log', and all signoffs are added to the
supression set, such that the second time (when processing the real
patches) we always suppress the signoffs.

Correct this by only suppressing signoffs in the second pass.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Michal Simek <monstr@monstr.eu>
Tested-by: Andreas Bießmann <andreas.devel@googlemail.com>