Me and a friend are creating an app for facebook. So to keep organized, when we do something and push it to heroku, we add a comment to the commit command such as:
git commit -am "changed logo"
The problem we're having is that in the heroku website, in the activity log, we get messages like:
v34 ************@gmail.com: Deploy ce43e3a less than a minute ago
We used to have the comments appear instead of the "Deploy weirdcode"... What can we do to make that happen again?