Exemple #1
0
 public Temp_Repo(Temp_Repo tempRepo)
 {
     nGit        = tempRepo.nGit;
     repoPath    = tempRepo.repoPath;
     deleteRepo  = tempRepo.deleteRepo;
 }
Exemple #2
0
 public Test_RefLogs(Temp_Repo tempRepo)
     : base(tempRepo)
 {
 }
Exemple #3
0
 public Temp_Repo(Temp_Repo tempRepo)
 {
     nGit       = tempRepo.nGit;
     repoPath   = tempRepo.repoPath;
     deleteRepo = tempRepo.deleteRepo;
 }
Exemple #4
0
 public Test_RefLogs(Temp_Repo tempRepo) : base(tempRepo)
 {
 }