add post commit hook script to update git

This commit is contained in:
eddiemonge 2011-04-13 13:32:49 -07:00
parent ca55d18e1b
commit 1882c7ab56

3
latest.php Normal file
View file

@ -0,0 +1,3 @@
<?php
// This file is for the jQuery team only. This is the post commit hook
exec('git pull --quiet && make NIGHTLY_OUTPUT=latest nightly >> /dev/null 2>&1');