Micro-optimize DOUBLE-FLOAT-LOW-BITS on x68-64.
[sbcl.git] / git / post-receive
1 #!/bin/sh
2 #
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
9 #
10
11 hooks/post-receive-email