Module: tools Branch: master Commit: 89509155d229beae4dff01bd412d697468689060 URL: http://source.winehq.org/git/tools.git/?a=commit;h=89509155d229beae4dff01bd4...
Author: Bernhard Übelacker bernhardu@vr-web.de Date: Thu Oct 15 10:37:56 2015 +0200
patches: Mention missing Signed-off-by headers in the legend.
Signed-off-by: Bernhard Übelacker bernhardu@vr-web.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
patches/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches/update b/patches/update index e084b77..86578d7 100755 --- a/patches/update +++ b/patches/update @@ -66,7 +66,7 @@ my @legend = [ "buildfail", "<ul><li>Syntax error or other compile problem.</li>" . "<li>You forgot to include some changes or new files required for compilation.</li>" . "<li>The patch causes compiler warnings (maintainer mode implies -Werror).</li></ul>" ], - [ "formatting", "<ul><li>The patch author's full name or email address are incorrect or missing.</li>" . + [ "formatting", "<ul><li>The patch author's full name, email address, or Signed-off-by headers are incorrect or missing.</li>" . "<li>Whitespace got mangled in transit.</li>" . "<li>Indentation is messed up (usually from editing with a non-standard tab size).</li>" . "<li>8-bit chars got mangled in transit (usually when sending patches to resource files).</li>" .