X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=blobdiff_plain;f=bin%2Fgwvpminicmdtool.php;h=e4f6fe1af3192f4a3ffb9df291534e4bd5ba3e35;hp=c42c8bf3cdbf83fe7d8011f8c82830a28195bfdd;hb=21b31fa4fadd95b98f7ebe42e44cceeea1fce472;hpb=64781bdbf8cbe789d349418253ce34efa43ad884 diff --git a/bin/gwvpminicmdtool.php b/bin/gwvpminicmdtool.php index c42c8bf..e4f6fe1 100644 --- a/bin/gwvpminicmdtool.php +++ b/bin/gwvpminicmdtool.php @@ -25,6 +25,9 @@ if(isset($argv["3"])) { case "pre-receive": gwvpcmdtool_PreReceive(); break; + case "backgroundclone": + gwvpcmdtool_BackGroundClone(); + break; default: gwvpcmdtool_Usage(); } @@ -68,6 +71,11 @@ function gwvpcmdtool_Usage() } +function gwvpcmdtool_BackGroundClone() +{ + // here we parse arguments and have stuff with things and its 6am why am i doing this right now? +} + // update will log things like branch and tag creations function gwvpcmdtool_UpdateHook() {