mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
better commit message for uncrustify
This commit is contained in:
parent
e34dd62c7d
commit
3772571d28
@ -5,7 +5,7 @@ COMMIT=$2
|
|||||||
function do_commit {
|
function do_commit {
|
||||||
if [ $COMMIT == 1 ] ;then
|
if [ $COMMIT == 1 ] ;then
|
||||||
git commit $1 --author="uncrustify <pat@moreproductive.org>" \
|
git commit $1 --author="uncrustify <pat@moreproductive.org>" \
|
||||||
--message="uncrustify";
|
--message="uncrustify $1";
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user