5 lines
90 B
Bash
5 lines
90 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
|
||
|
git format-patch -M --stdout HEAD^ | tools/scripts/checkpatch.pl - --no-tree
|