more repo admin gui, added a component for controlling cmd line git
[gwvp.git] / gwvplib / gwvpgitcontrol.php
1 <?php
2
3 function gwvp_createGitRepo($name)
4 {
5         global $repo_base;
6         
7         error_log("would create $repo_base/$name.git");
8         
9         return true;
10 }
11 ?>