Beispiel #1
0
 public RepositoryReader(string repoPath)
 {
     this.repoPath = repoPath.EndsWith(".git") ? repoPath : Path.Combine(repoPath, ".git");
     indexReader   = new PackIndexReader(this.repoPath);
 }
 public RepositoryReader(string repoPath)
 {
     this.repoPath    = repoPath.EndsWith(______________________________("LmdpdA==")) ? repoPath : Path.Combine(repoPath, ______________________________("LmdpdA=="));
     this.indexReader = new PackIndexReader(this.repoPath);
 }