How do I make git commit emails be sent from the commit author?

Posted by Jonathan Tran on Stack Overflow See other posts from Stack Overflow or by Jonathan Tran
Published on 2010-03-14T21:48:18Z Indexed on 2010/03/14 21:55 UTC
Read the original article Hit count: 322

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about git

Related posts about email