mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
5 lines
90 B
Bash
5 lines
90 B
Bash
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
|
||
|
|
git format-patch -M --stdout HEAD^ | tools/scripts/checkpatch.pl - --no-tree
|