summaryrefslogtreecommitdiff
path: root/checkpatch.sh
Commit message (Collapse)AuthorAgeFilesLines
* checkpatch.sh: fix clang-format-diff usageAzat Khuzhin2020-05-271-1/+1
| | | | | | | - strip 1 path component - it does not accept file name anymore, only stdin Refs: #1029
* checkpatch.sh: fix usageAzat Khuzhin2020-05-271-1/+1
| | | | Refs: #1029
* Fix clang-format-diff usageWataru Ashihara2020-05-281-2/+2
| | | | | | | | | "--style" is invalid: $ ./checkpatch.sh -r HEAD usage: clang-format-diff [-h] [-i] [-p NUM] [-regex PATTERN] [-iregex PATTERN] [-sort-includes] [-v] [-style STYLE] [-binary BINARY] clang-format-diff: error: unrecognized arguments: --style={ Language:... }
* Add checkpatch scriptAzat Khuzhin2016-10-051-0/+299
Support: - files - files-diffs - patches - git-refs