コード例 #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);
 }