better commit message for uncrustify

This commit is contained in:
Pat Hickey 2012-08-16 17:49:45 -07:00
parent ae6e6a6b51
commit 5b03dca71a
1 changed files with 1 additions and 1 deletions

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
}