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.
2 parents bb1dec4 + ca3843c commit b69b0fdCopy full SHA for b69b0fd
LibGit-Core.package/LGitBlob.class/instance/contents.st
@@ -3,4 +3,4 @@ contents
3
4
^ self isBinary
5
ifTrue: [ self binaryContents ]
6
- ifFalse: [ self rawBuffer utf8StringFromCString ]
+ ifFalse: [ (self rawBuffer copyFrom: 1 to: self rawSize) utf8Decoded ]
0 commit comments