|
89d313b1
|
2020-05-27T20:33:25
|
|
checkpatch.sh: fix clang-format-diff usage
- strip 1 path component
- it does not accept file name anymore, only stdin
Refs: #1029
|
|
8209a623
|
2020-05-27T20:31:29
|
|
checkpatch.sh: fix usage
Refs: #1029
|
|
866fbb54
|
2020-05-28T00:03:03
|
|
Fix clang-format-diff usage
"--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:... }
|
|
d482486a
|
2016-10-05T13:28:04
|
|
Add checkpatch script
Support:
- files
- files-diffs
- patches
- git-refs
|