Skip to content

Commit

Permalink
Update src/NerdBank.GitVersioning/ManagedGit/GitRepository.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Arnott <andrewarnott@gmail.com>
  • Loading branch information
qmfrederik and AArnott committed Apr 30, 2021
1 parent 775a2b0 commit cb37baa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NerdBank.GitVersioning/ManagedGit/GitRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,8 @@ public static unsafe string GetString(ReadOnlySpan<byte> bytes)
/// The contents of the alternates files.
/// </param>
/// <returns>
/// A list of (relative) paths to the alternate object directories.</returns>
/// A list of (relative) paths to the alternate object directories.
/// </returns>
public static List<string> ParseAlternates(ReadOnlySpan<byte> alternates)
{
List<string> values = new List<string>();
Expand Down

0 comments on commit cb37baa

Please sign in to comment.