예제 #1
0
 public override IEnumerable <string> FindSatisfying(IGit git, string repo)
 {
     return(git.CommitsInBranch(repo, Branch));
 }