You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs for git_submodule_* funcs say "You must call git_submodule_free when done with the submodule.” However, git2go’s Submodule type doesn’t have a method to free itself. There should be one. I can submit a PR for this soon.