mirror of https://github.com/ArduPilot/ardupilot
better commit message for uncrustify
This commit is contained in:
parent
ae6e6a6b51
commit
5b03dca71a
|
@ -5,7 +5,7 @@ COMMIT=$2
|
|||
function do_commit {
|
||||
if [ $COMMIT == 1 ] ;then
|
||||
git commit $1 --author="uncrustify <pat@moreproductive.org>" \
|
||||
--message="uncrustify";
|
||||
--message="uncrustify $1";
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue