Code

Git commit notifications via post-receive hook
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:22 +0000 (10:40 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:22 +0000 (10:40 +0100)
commit2b442ff177751c5ea17e792c10e6d50d7b922b08
treebda2e1ef8977c0681e503f66ef9ae56566706a91
parentc3e2186b15901579cec17aca22646b9dddf2363f
Git commit notifications via post-receive hook

Now that we moved our Git repositories to SourceForge, we don't need to
maintain local clones for generating commit notifications anymore, as
SourceForge provides shell access to the repositories.  Instead, we now
run git-notify as a post-receive hook on the SourceForge server.
Actually, we use a wrapper which executes git-notify with the desired
options and which makes it easy to add other post-receive hooks in the
future.
tools/git-post-receive-hook [new file with mode: 0755]
tools/git-update-mirror [deleted file]