Skip to content

Commit 416391c

Browse files
committed
be less clever
1 parent bcc9bbb commit 416391c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/BlobExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static string GetContentText(this Blob blob)
1818
{
1919
Ensure.ArgumentNotNull(blob, "blob");
2020

21-
return ReadToEnd(blob.GetContentStream(), Encoding.UTF8);
21+
return ReadToEnd(blob.GetContentStream(), null);
2222
}
2323

2424
/// <summary>

0 commit comments

Comments
 (0)