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