From 21b31fa4fadd95b98f7ebe42e44cceeea1fce472 Mon Sep 17 00:00:00 2001 From: Paul J R Date: Fri, 19 Oct 2012 20:56:19 +1100 Subject: [PATCH] clone repo work --- bin/gwvpminicmdtool.php | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) 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() { -- 1.7.0.4