git-notifier
git-notifier copied to clipboard
Email change notifications for git (and GitHub).
This needed to watch changes on specific files instead of any changes in repo.
In a busy project with many commits we get a lot of fast-forward master merges (not branch merges). Merge branch 'master' of github.com:... which generates a lot of emails which...
Given, that my git-notifier setup is configured to report only on the `master` branch, it's redundant to add `master` to every subject line, as it eats up valuable space. At...