Exemple #1
0
 public override TreeFilter Clone()
 {
     return(new NGit.Revwalk.FollowFilter(((PathFilter)path.Clone())));
 }