diff --git a/reformat.sh b/reformat.sh index dd9dcaa87a..acfcc2a575 100755 --- a/reformat.sh +++ b/reformat.sh @@ -5,7 +5,7 @@ COMMIT=$2 function do_commit { if [ $COMMIT == 1 ] ;then git commit $1 --author="uncrustify " \ - --message="uncrustify"; + --message="uncrustify $1"; fi }