Repository is archived
No commit activity in last 3 years
No release in over 3 years
A utility to send commit mails for commits pushed to git repositories.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

 Project Readme

Build Status

This project has been moved to https://gitlab.com/clear-code/git-commit-mailer .

GitCommitMailer

A utility to send commit mails for commits pushed to Git repositories.

See also Git.

Authors

License

GitCommitMailer is licensed under GPLv3 or later. See doc/text/GPL-3.txt for details.

Dependencies

  • Ruby >= 1.9.3
  • Git >= 1.7

Install

$ gem install git-commit-mailer

git-commit-mailer utilizes Git's hook functionality to send commit mails.

Edit "post-receive" shell script file to execute it from there, which is located under "hooks" directory in a Git repository.

Example:

git-commit-mailer \
  --from-domain=example.com \
  --error-to=onodera@example.com \
  commit@example.com

For more detailed usage and options, execute git-commit-mailer with --help option.