summaryrefslogtreecommitdiffstats
path: root/libexec/git-notify
AgeCommit message (Collapse)AuthorFilesLines
2014-02-04git-notify: Use committer's name in "From:" headerHolger Weiss1-9/+11
Use the committer's real name in the "From:" header of commit notifications. This is a provisional solution. We'd really like to teach Mailman to also accept the committer's email address.
2014-01-22Git hooks: Use new project nameHolger Weiss1-1/+1
2013-10-03git-notify: Replace "-S" with "-G"Holger Weiss1-5/+5
Before: -S Enable compatibility with SourceForge's gitweb URLs After: -G Don't append .git extension to repository names in gitweb URLs The new option behaves like the old one, this change should just clarify that this is not specific to SourceForge.
2013-10-03git-notify: Replace Gitweb URLs with cgit URLsHolger Weiss1-6/+6
We use cgit, not Gitweb. TODO: Make this configurable.
2013-09-29git-notify: Use another From: addressHolger Weiss1-1/+6
Send emails from Git Repository <git@nagios-plugins.org>. We should turn this into a proper command line option.
2013-09-29git-notify: Ignore GitHub pull requestsHolger Weiss1-2/+2
GitHub uses the refs/pull namespace for pull requests.
2013-09-29Import Nagios Plugins siteHolger Weiss1-0/+676
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.