summaryrefslogtreecommitdiff
path: root/contrib/gitview
diff options
context:
space:
mode:
authorAndy Parkins <andyparkins@gmail.com>2007-01-26 09:01:04 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-28 22:38:11 (GMT)
commit829a686f1b50ba96cac2d88494fa339efe0c0862 (patch)
treee3fa2546e8df888bf2214935e8a049d47dbcef97 /contrib/gitview
parenta69aba6af3e96f8021c194691a851e78febd70bf (diff)
downloadgit-829a686f1b50ba96cac2d88494fa339efe0c0862.zip
git-829a686f1b50ba96cac2d88494fa339efe0c0862.tar.gz
git-829a686f1b50ba96cac2d88494fa339efe0c0862.tar.bz2
Heavily expanded update hook to send more useful emails than the old hook
I know it's only an example, but having this might save someone else the trouble of writing an enhanced version for themselves. It basically does the same job as the old update hook, but with these differences: * The recipients list is read from the repository config file from hooks.mailinglist * Updating unannotated tags can be allowed by setting hooks.allowunannotated * Announcement emails (via annotated tag creation) can be sent to a different mailing list by setting hooks.announcelist * Output email is more verbose and generates specific content depending on whether the ref is a tag, an annotated tag, a branch, or a tracking branch * The email is easier to filter; the subject line is prefixed with [SCM] and a project description pulled from the "description" file * It catches (and displays differently) branch updates that are performed with a --force Obviously, it's nothing that clever - it's the update hook I use on my repositories but I've tried to keep it general, and tried to make the output always relevant to the type of update. Signed-off-by: Andy Parkins <andyparkins@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/gitview')
0 files changed, 0 insertions, 0 deletions