I'm using Git's post-receive hook to send out an email after a commit has been made. it currently includes the git branch, commit hash, repo name, etc.
How does one include in the subject line the user who made the commit in addition to the commit message instead?