Skip to content

Commit 3aa531f

Browse files
author
Edward Thomson
committed
GitMergeOpts: include default driver
1 parent 0901a16 commit 3aa531f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

LibGit2Sharp/Core/GitMergeOpts.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ internal struct GitMergeOpts
3535
/// </summary>
3636
public uint RecursionLimit;
3737

38+
/// <summary>
39+
/// Default merge driver to be used when both sides of a merge have
40+
/// changed. The default is the `text` driver.
41+
/// </summary>
42+
public string DefaultDriver;
43+
3844
/// <summary>
3945
/// Flags for automerging content.
4046
/// </summary>

0 commit comments

Comments
 (0)