]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
checkpatch: warn on bare SHA-1 commit IDs in commit logs
authorJoe Perches <joe@perches.com>
Wed, 9 Sep 2015 22:37:25 +0000 (15:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Sep 2015 20:29:01 +0000 (13:29 -0700)
commitfe043ea1205695f2224b279ac9f5cc1742d18f0b
treea68485c6af7646a311f3a433e339214e30a9ef33
parent6b4a35fc19a9229080dead8a9c316e8857b3e94d
checkpatch: warn on bare SHA-1 commit IDs in commit logs

Commit IDs should have commit descriptions too.  Warn when a 12 to 40 byte
SHA-1 is used in commit logs.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl