Table of Contents

Method CommitsToString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CommitsToString(IEnumerable<CommitInfo>)

Converts a collection of GitHubUtils.CommitInfo to a formatted string.

public static string CommitsToString(IEnumerable<GitHubUtils.CommitInfo> commits)

Parameters

commits IEnumerable<GitHubUtils.CommitInfo>

The collection of commits.

Returns

string

A string representation of the commits.