Skip to content
This repository was archived by the owner on Jul 6, 2018. It is now read-only.

clear-code/git-commit-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •