lh-l4v/misc/git-commit-emails
Alejandro Gomez-Londono 93adccc141 license-tool: missing license headers + .licenseignore [VER-551] 2016-07-14 16:34:31 +10:00
..
README misc: Add commit email script. 2014-12-16 13:09:38 +11:00
commit-email.py license-tool: missing license headers + .licenseignore [VER-551] 2016-07-14 16:34:31 +10:00

README

This script takes a git repository, fetches any remote patches on the
repository, and then shoots out an email describing any new commits.

This should either be setup in cron to poll a remote repository, or---better
still---be executed by another script when a push event occurs.

One possible way or running it is as follows:

    ./commit-email.py \
        --repo project_name \
        --to mailing.list@example.com \
        --from mailing.list@example.com \
        ./path/to/repo