rlm@11: #!/bin/sh rlm@11: # rlm@11: # An example hook script for the "post-receive" event. rlm@11: # rlm@11: # The "post-receive" script is run after receive-pack has accepted a pack rlm@11: # and the repository has been updated. It is passed arguments in through rlm@11: # stdin in the form rlm@11: # rlm@11: # For example: rlm@11: # aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master rlm@11: # rlm@11: # see contrib/hooks/ for a sample, or uncomment the next line and rlm@11: # rename the file to "post-receive". rlm@11: rlm@11: #. /usr/share/doc/git-core/contrib/hooks/post-receive-email