From: Joe Perches Date: Wed, 6 Aug 2014 23:10:57 +0000 (-0700) Subject: checkpatch: add test for commit id formatting style in commit log X-Git-Tag: cleanup-for-v3.18~96^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d311cd44545f2f69749c68d6723360b4cc21cd02;p=pandora-kernel.git checkpatch: add test for commit id formatting style in commit log Commit logs have various forms of commit id references. Try to standardize on a 12 character long lower case commit id along with a description of parentheses and the quoted subject line. ie: commit 0123456789ab ("commit description") If git and a git tree exists, look up the commit id and emit the appropriate line as part of the message. Signed-off-by: Joe Perches Requested-by: Andrew Morton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed