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
libgit2 supports creating pack files using multiple threads, which can
significantly speed up a push operation. Enable Remote.push() to take
advantage of that capability by adding a relevant keyword argument whose
value gets passed to git_remote_push().
0 commit comments