Method CommitsToString
CommitsToString(IEnumerable<CommitInfo>)
Converts a collection of GitHubUtils.CommitInfo to a formatted string.
public static string CommitsToString(IEnumerable<GitHubUtils.CommitInfo> commits)
Parameters
commitsIEnumerable<GitHubUtils.CommitInfo>The collection of commits.
Returns
- string
A string representation of the commits.