コード例 #1
0
 public RemoteRepoFolderNode(Tree tree, string name) : base(tree, name)
 {
 }
コード例 #2
0
 public TagNode(Tree tree, string fullPath, IGitRef tagInfo) : base(tree, fullPath)
 {
     _tagInfo = tagInfo;
 }
コード例 #3
0
 public RemoteBranchNode(Tree tree, string fullPath) : base(tree, fullPath)
 {
 }
コード例 #4
0
 public BaseBranchLeafNode(Tree tree, in ObjectId?objectId, string fullPath, bool visible, string imageKeyUnmerged, string imageKeyMerged)