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 9225134 commit 395616bCopy full SHA for 395616b
LibGit2Sharp/Remote.cs
@@ -39,6 +39,7 @@ internal Remote(RemoteHandle handle, Repository repository)
39
PushUrl = Proxy.git_remote_pushurl(handle);
40
TagFetchMode = Proxy.git_remote_autotag(handle);
41
refSpecs = new RefSpecCollection(this, handle);
42
+ repository.RegisterForCleanup(this);
43
}
44
45
~Remote()
0 commit comments