clone repo work
authorPaul J R <me@pjr.cc>
Fri, 19 Oct 2012 09:56:19 +0000 (20:56 +1100)
committerPaul J R <me@pjr.cc>
Fri, 19 Oct 2012 09:56:19 +0000 (20:56 +1100)
bin/gwvpminicmdtool.php

index c42c8bf..e4f6fe1 100644 (file)
@@ -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()
 {