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
Remove the refcounting of libgit2 usage leftover from when
`SafeHandleBase` ensured that all handles were finished before calling
`git_libgit2_shutdown`.
libgit2 itself does this refcounting now, we no longer need to. We only
need to call `git_libgit2_init` before the first call to libgit2 and
`git_libgit2_shutdown` at the end.
0 commit comments