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
I'd be happy to have a go at patching this; is there any forseeable issue with passing Python callbacks in directly, or do we need a layer of indirection in the pygit2 layer?
The text was updated successfully, but these errors were encountered:
The underlying functions in libgit2 support progress callbacks, but this isn't exposed via pygit2.
I'd be happy to have a go at patching this; is there any forseeable issue with passing Python callbacks in directly, or do we need a layer of indirection in the pygit2 layer?
The text was updated successfully, but these errors were encountered: