Olof Johansson wrote: > I normally do "quilt diff | checkpatch.pl -" when use quilt. You could > similarly do "git diff HEAD | checkpatch.pl -". You'd always get the > warning about missing signed-off-by though. So do a "git log -p | checkpatch.pl -" instead? :-) jdl