예제 #1
0
파일: PackV2.cs 프로젝트: optionalg/dotgit
 internal PackV2(Repository repo, string path)
     : base(repo, path)
 {
     Index = new PackIndexV2(IndexFilePath);
     Pack  = new PackV2Pack(Repo, PackFilePath);
 }
예제 #2
0
파일: PackV2.cs 프로젝트: skinny/dotgit
 internal PackV2(Repository repo, string path)
     : base(repo, path)
 {
     Index = new PackIndexV2(IndexFilePath);
       Pack = new PackV2Pack(Repo, PackFilePath);
 }