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 153a16b commit e6091deCopy full SHA for e6091de
LibGit2Sharp.Tests/RebaseFixture.cs
@@ -108,7 +108,7 @@ public void CanContinueRebase()
108
{
109
Touch(repo.Info.WorkingDirectory,
110
conflict.Theirs.Path,
111
- repo.Lookup<Blob>(conflict.Theirs.Id).GetContentStream(new FilteringOptions(conflict.Theirs.Path)));
+ repo.Lookup<Blob>(conflict.Theirs.Id).GetContentText(new FilteringOptions(conflict.Theirs.Path)));
112
repo.Stage(conflict.Theirs.Path);
113
}
114
0 commit comments