We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775a2b0 commit cb37baaCopy full SHA for cb37baa
src/NerdBank.GitVersioning/ManagedGit/GitRepository.cs
@@ -721,7 +721,8 @@ public static unsafe string GetString(ReadOnlySpan<byte> bytes)
721
/// The contents of the alternates files.
722
/// </param>
723
/// <returns>
724
- /// A list of (relative) paths to the alternate object directories.</returns>
+ /// A list of (relative) paths to the alternate object directories.
725
+ /// </returns>
726
public static List<string> ParseAlternates(ReadOnlySpan<byte> alternates)
727
{
728
List<string> values = new List<string>();
0 commit comments