fixes in EXPT type derivation
[sbcl.git] / git / post-receive
blob3186b6d5eb849781cb896d4e39104e35f0119de8
1 #!/bin/sh
3 # The "post-receive" script is run after receive-pack has accepted a pack
4 # and the repository has been updated. It is passed arguments in through
5 # stdin in the form
6 # <oldrev> <newrev> <refname>
7 # For example:
8 # aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master
11 hooks/post-receive-email