Lines Matching full:check
6 # locate checkpatch.pl: first take the one from the path, then check
40 --working Check the working area [Default].
41 --cached Check the staging area.
42 --diff <commit1> <commit2> Check the diff between commit1 and commit2.
46 checkpatch.sh commit1 commit2 commit3 Check commit1, commit2, and commit3.
48 checkpatch.sh HEAD~5 Check the commit 5 revisions before
51 checkpatch.sh commit1..^commit2 Check each commit from commit1 to
55 checkpatch.sh HEAD~5..HEAD~1 Check each commit from HEAD~5 to
59 checkpatch.sh commit1...tags/tag1 Check each commit that exists
64 checkpatch.sh HEAD~10-5 Check 5 commits moving forward in
68 checkpatch.sh branch1 tags/tag1 Check the HEAD of branch1 and the