Skip to content

Commit

Permalink
better commit message for uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Hickey committed Aug 17, 2012
1 parent ae6e6a6 commit 5b03dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reformat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COMMIT=$2
function do_commit {
if [ $COMMIT == 1 ] ;then
git commit $1 --author="uncrustify <[email protected]>" \
--message="uncrustify";
--message="uncrustify $1";
fi
}

Expand Down

0 comments on commit 5b03dca

Please sign in to comment.