Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

dproject21/git-utils

Open more actions menu
 
 

Repository files navigation

commit-email.rb

commit-email.rb is an utility to send commit mails for commits pushed to git repositories.

See the following URL about git.

Kouhei Sutou

<kou@clear-code.com>

Ryo Onodera

<onodera@clear-code.com>

commit-email.rb is licensed under GPLv3 or later. See license/GPL-3.txt for details.

  • Ruby >= 1.8 (including 1.9.1)

  • git >= ??? (any recent git should work)

commit-email.rb 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:

/usr/bin/ruby /path/to/commit-email.rb \
  --from-domain=example.com \
  --error-to=onodera@example.com \
  commit@example.com

For more detailed usage and options, execute commit-email.rb with --help option.

  • Kouhei Sutou wrote first prototype.

About

git utility collection that include commit mail system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.