Skip to content

Commit e245d42

Browse files
committed
fixup! Obsolete CompareOptions.UsePatienceAlgorithm in favor of .Algorithm
1 parent cefd10b commit e245d42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibGit2Sharp/CompareOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public CompareOptions()
4747

4848
/// <summary>
4949
/// Algorithm to be used when performing a Diff.
50+
/// By default, <see cref="DiffAlgorithm.Meyers"/> will be used.
5051
/// </summary>
5152
public DiffAlgorithm Algorithm { get; set; }
5253
}

0 commit comments

Comments
 (0)