Skip to content

Commit 431b539

Browse files
author
Tom Smith
committed
Add Minimal to the DiffAlgorithm enum
1 parent 3aadd4a commit 431b539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

LibGit2Sharp/DiffAlgorithm.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ public enum DiffAlgorithm
1010
/// </summary>
1111
Meyers = 0,
1212

13+
/// <summary>
14+
/// Use "minimal diff" algorithm when generating patches.
15+
/// </summary>
16+
Minimal = 1,
17+
1318
/// <summary>
1419
/// Use "patience diff" algorithm when generating patches.
1520
/// </summary>

0 commit comments

Comments
 (0)