Browse Source

better commit message for uncrustify

master
Pat Hickey 13 years ago
parent
commit
5b03dca71a
  1. 2
      reformat.sh

2
reformat.sh

@ -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…
Cancel
Save