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