Mercurial > hg > batch-feature-extraction-tool
annotate Lib/fftw-3.2.1/.git/hooks/post-receive.sample @ 8:fdc592312a96
Vectorised Xcorr
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Wed, 22 Jul 2015 15:28:00 +0100 |
parents | 25bf17994ef1 |
children |
rev | line source |
---|---|
d@0 | 1 #!/bin/sh |
d@0 | 2 # |
d@0 | 3 # An example hook script for the "post-receive" event. |
d@0 | 4 # |
d@0 | 5 # The "post-receive" script is run after receive-pack has accepted a pack |
d@0 | 6 # and the repository has been updated. It is passed arguments in through |
d@0 | 7 # stdin in the form |
d@0 | 8 # <oldrev> <newrev> <refname> |
d@0 | 9 # For example: |
d@0 | 10 # aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master |
d@0 | 11 # |
d@0 | 12 # see contrib/hooks/ for a sample, or uncomment the next line and |
d@0 | 13 # rename the file to "post-receive". |
d@0 | 14 |
d@0 | 15 #. /usr/share/doc/git-core/contrib/hooks/post-receive-email |