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 3cfb6f7 commit 6b0a0a5Copy full SHA for 6b0a0a5
1 file changed
LibGit2Sharp.Tests/StageFixture.cs
@@ -365,6 +365,7 @@ public void CanStageConflictedIgnoredFiles(string filename, FileStatus expected)
365
var path = SandboxMergedTestRepo();
366
using (var repo = new Repository(path))
367
{
368
+ repo.Config.Set<bool>("core.autocrlf", true);
369
File.WriteAllText(Path.Combine(repo.Info.WorkingDirectory, ".gitignore"),
370
String.Format("{0}\n", filename));
371
0 commit comments