I sometimes make many commits when debugging something git related (like a heroku deploy). I started doing this:
$ git diff; git add. ; git commit -me
It makes a commit with a message of a single character `e`. So the longer my debugging goes, the more my commits are screaming with me:
eeeeeeeeeeeeeeeeeeeeeeeee