8000 Adopt other API changes from libgit2 v1.4.x · mendix/libgit2sharp@677d5a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 677d5a2

Browse files
A-Ovchinnikov-mxAlexander Ovchinnikov
authored andcommitted
Adopt other API changes from libgit2 v1.4.x
1 parent 67e641f commit 677d5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibGit2Sharp/Core/GitStatusOptions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ internal class GitStatusOptions : IDisposable
1515

1616
public IntPtr Baseline = IntPtr.Zero;
1717

18+
public uint RenameThreshold;
19+
1820
public void Dispose()
1921
{
2022
PathSpec.Dispose();

0 commit comments

Comments
 (0)
0