public CherryPickResult CherryPick(Commit commit, Signature committer, CherryPickOptions options = null)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public CherryPickResult CherryPick(Commit commit, Signature signature, CherryPickOptions options = null)
 {
     return Repository.CherryPick(commit, signature, options ?? new CherryPickOptions());
 }