Skip to content

Instantly share code, notes, and snippets.

View jbrjake's full-sized avatar

Jonathon Rubin jbrjake

View GitHub Profile
#!/bin/sh
#
# Copyright (c) 2007 Andy Parkins
#
# An example hook script to mail out commit update information. This hook
# sends emails listing new revisions to the repository introduced by the
# change being reported. The rule is that (for branch updates) each commit
# will appear on one email and one email only.
#
# This hook is stored in the contrib/hooks directory. Your distribution