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