How do I make git commit emails be sent from the commit author?
- by Jonathan Tran
I'm using the post-receive-email script included with git. (Source is here.) It works just fine, but I want each email to be sent from the author of the commits pushed. How do I do it?