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