We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e641f commit 677d5a2Copy full SHA for 677d5a2
LibGit2Sharp/Core/GitStatusOptions.cs
@@ -15,6 +15,8 @@ internal class GitStatusOptions : IDisposable
15
16
public IntPtr Baseline = IntPtr.Zero;
17
18
+ public uint RenameThreshold;
19
+
20
public void Dispose()
21
{
22
PathSpec.Dispose();
0 commit comments