Add the following to your ~/.gitconfig
[commit] template = ~/.git-commit-message

Create a ~/.git-commit-message file with the following contents:
# Short (50 chars or fewer) summary of changes
Ref. commit.template at http://git-scm.com/docs/git-config
source share