Browse Source

better commit message for uncrustify

mission-4.1.18
Pat Hickey 13 years ago
parent
commit
5b03dca71a
  1. 2
      reformat.sh

2
reformat.sh

@ -5,7 +5,7 @@ COMMIT=$2 @@ -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
}

Loading…
Cancel
Save