Beispiel #1
0
 /// <summary>
 /// Gets the information associated with an individual commit.
 /// </summary>
 /// <param name="revision">The commit's SHA1.</param>
 /// <returns></returns>
 public Commit GetCommit(string revision)
 {
     return(_repositoriesEndPoint.GetCommit(_accountName, _repository, revision));
 }