Wrapper class for PHPGit class for git repositories managed by Hubzilla
- Author
 - Andrew Manning andre.nosp@m.wman.nosp@m.ning@.nosp@m.grid.nosp@m..reti.nosp@m.cu.l.nosp@m.i 
 
 
      
        
          | Zotlabs\Storage\GitRepo::__construct  | 
          ( | 
            | 
          $channel = 'sys',  | 
        
        
           | 
           | 
            | 
          $url = null,  | 
        
        
           | 
           | 
            | 
          $clone = false,  | 
        
        
           | 
           | 
            | 
          $name = null,  | 
        
        
           | 
           | 
            | 
          $path = null  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | Zotlabs\Storage\GitRepo::cloneRepo  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | Zotlabs\Storage\GitRepo::commit  | 
          ( | 
            | 
          $msg,  | 
        
        
           | 
           | 
            | 
          $options = array()  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | static Zotlabs\Storage\GitRepo::getRepoNameFromURL  | 
          ( | 
            | 
          $url | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
      
        
          | Zotlabs\Storage\GitRepo::getRepoPath  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | Zotlabs\Storage\GitRepo::initRepo  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | static Zotlabs\Storage\GitRepo::isValidGitRepoURL  | 
          ( | 
            | 
          $url | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
      
        
          | Zotlabs\Storage\GitRepo::probeRepo  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | Zotlabs\Storage\GitRepo::pull  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | Zotlabs\Storage\GitRepo::setIdentity  | 
          ( | 
            | 
          $user_name,  | 
        
        
           | 
           | 
            | 
          $user_email  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | Zotlabs\Storage\GitRepo::setRepoPath  | 
          ( | 
            | 
          $directory | ) | 
           | 
        
      
 
 
  
  
      
        
          | Zotlabs\Storage\GitRepo::$channel = null | 
         
       
   | 
  
private   | 
  
 
 
      
        
          | Zotlabs\Storage\GitRepo::$git = null | 
        
      
 
 
      
        
          | Zotlabs\Storage\GitRepo::$name = null | 
        
      
 
 
  
  
      
        
          | Zotlabs\Storage\GitRepo::$path = null | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | Zotlabs\Storage\GitRepo::$repoBasePath = null | 
         
       
   | 
  
private   | 
  
 
 
      
        
          | Zotlabs\Storage\GitRepo::$url = null | 
        
      
 
 
The documentation for this class was generated from the following file: