Snap a picture of yourself on every commit.
Probably Mac OS X only, I haven't looked into others.
$ brew install imagesnap
$ git config --global init.templatedir '~/.git_template'
$ chmod +x post-commit
$ mkdir -p .git_template/hooks
$ mv post-commit .git_template/hooks/post-commit