projects
/
gwvp-mini.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
64781bd
)
clone repo work
author
Paul J R
<me@pjr.cc>
Fri, 19 Oct 2012 09:56:19 +0000 (20:56 +1100)
committer
Paul J R
<me@pjr.cc>
Fri, 19 Oct 2012 09:56:19 +0000 (20:56 +1100)
bin/gwvpminicmdtool.php
patch
|
blob
|
history
diff --git
a/bin/gwvpminicmdtool.php
b/bin/gwvpminicmdtool.php
index
c42c8bf
..
e4f6fe1
100644
(file)
--- 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()
{