X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-new-project%2Fpost-receive;fp=id-new-project%2Fpost-receive;h=a95d7a74efe60b7a4c800b8397f368a6dd665c58;hb=99e9ea4189348c60ee9bb91d1a4aaf873be5099d;hp=0000000000000000000000000000000000000000;hpb=cb9a75f74657b43f2ea42537f4584488b658c04b;p=git-tools-moved-to-github.git diff --git a/id-new-project/post-receive b/id-new-project/post-receive new file mode 100755 index 0000000..a95d7a7 --- /dev/null +++ b/id-new-project/post-receive @@ -0,0 +1,16 @@ +#!/bin/sh +# +# An example hook script for the post-receive event +# +# This script is run after receive-pack has accepted a pack and the +# repository has been updated. It is passed arguments in through stdin +# in the form +# +# For example: +# aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master +# +# see contrib/hooks/ for an sample, or uncomment the next line (on debian) +# + + +. /home/git/tools/git-tools/post-receive-email-id