From: Joe Perches Date: Tue, 1 Nov 2011 00:13:12 +0000 (-0700) Subject: checkpatch: add a --strict check for utf-8 in commit logs X-Git-Tag: v3.2-rc1~108^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15662b3e8644905032c2e26808401a487d4e90c1;p=pandora-kernel.git checkpatch: add a --strict check for utf-8 in commit logs Some find using utf-8 in commit logs inappropriate. Some patch commit logs contain unintended utf-8 characters when doing things like copy/pasting compilation output. Look for the start of any commit log by skipping initial lines that look like email headers and "From: " lines. Stop looking for utf-8 at the first signature line. Signed-off-by: Joe Perches Suggested-by: Andrew Morton Cc: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed