better commit message for uncrustify

This commit is contained in:
Pat Hickey 2012-08-16 17:49:45 -07:00
parent e34dd62c7d
commit 3772571d28

View File

@ -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
}