There was an error while loading. Please reload this page.
2 parents f0d5fed + 9e38760 commit cb23963Copy full SHA for cb23963
1 file changed
LibGit-Core.package/LGitLibrary.class/instance/initializeStructures.st
@@ -5,4 +5,6 @@ initializeStructures
5
at: #LGitBlameHunk put: self blameHunkStructureClass;
6
at: #LGitFetchOptions put: self fetchOptionsStructureClass;
7
at: #LGitPushOptions put: self pushOptionsStructureClass;
8
- at: #LGitRemoteCallbacks put: self remoteCallbacksStructureClass
+ at: #LGitRemoteCallbacks put: self remoteCallbacksStructureClass.
9
+
10
+ FFIMethodRegistry softResetAll
0 commit comments