libgit2 v1.5.0 #major #929
Loading…
Reference in New Issue
No description provided.
Delete Branch "libgit2-v1.5.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update libgit2 to v1.5.0. Replace
SmartProxyOptions()
withSmartRemoteConnectOptions()
.Fixes: https://github.com/libgit2/git2go/issues/899
Signed-off-by: Sanskar Jaiswal jaiswalsanskar078@gmail.com
Should this be v33 since v34 is for 1.5?
yay, thanks for doing this.
it should!
@ -89,2 +87,4 @@
// SmartRemoteConnectOptions gets a copy of the proxy options for this transport.
func (t *Transport) SmartRemoteConnectOptions() (*RemoteConnectOptions, error) {
runtime.LockOSThread()
defer runtime.UnlockOSThread()
let's keep the comment so that https://pkg.go.dev/github.com/libgit2/git2go/v34 shows more information to developers.
thanks for merging, hoping to see a new tag so I can update the debian package.