From: Joe Perches Date: Mon, 8 Jul 2013 23:00:43 +0000 (-0700) Subject: checkpatch: make the CamelCase cache work for non-git trees too X-Git-Tag: v3.11-rc1~67^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c707a81de71a27a499fde60fbb963f60602c1a94;p=pandora-kernel.git checkpatch: make the CamelCase cache work for non-git trees too Might as well check include timestamps and cache the include file CamelCase uses for the non-git case too. The camelcase cache file is now named: for git: .checkpatch-camelcase.git. for non-git: .checkpatch-camelcase.date. All .checkpatch-camelcase* files are deleted if not current. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed