From: Paul J R Date: Fri, 19 Oct 2012 09:56:19 +0000 (+1100) Subject: clone repo work X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=commitdiff_plain;h=21b31fa4fadd95b98f7ebe42e44cceeea1fce472 clone repo work --- 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() {