8000
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 5c85673 commit f036553Copy full SHA for f036553
LibGit2Sharp/Repository.cs
@@ -1756,6 +1756,14 @@ public RepositoryStatus RetrieveStatus(StatusOptions options)
1756
return new RepositoryStatus(this, options);
1757
}
1758
1759
+ /// <summary>
1760
+ /// Cleanup the 'currently running' state.
1761
+ /// </summary>
1762
+ public void StateCleanup()
1763
+ {
1764
+ Proxy.git_repository_state_cleanup(handle);
1765
+ }
1766
+
1767
internal void ReloadFromDisk()
1768
{
1769
Proxy.git_index_read(Index.Handle);
0 commit comments