more repo admin gui, added a component for controlling cmd line git
[gwvp.git] / gwvplib / gwvpgitcontrol.php
diff --git a/gwvplib/gwvpgitcontrol.php b/gwvplib/gwvpgitcontrol.php
new file mode 100644 (file)
index 0000000..55f9bd5
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+function gwvp_createGitRepo($name)
+{
+       global $repo_base;
+       
+       error_log("would create $repo_base/$name.git");
+       
+       return true;
+}
+?>
\ No newline at end of file