Skip to content

Commit 677d5a2

Browse files
A-Ovchinnikov-mxAlexander Ovchinnikov
A-Ovchinnikov-mx
authored and
Alexander Ovchinnikov
committed
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

+2
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)