Fix: pass push_opts to git_remote_push
This commit is contained in:
@@ -246,7 +246,7 @@ class Remote(object):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
with StrArray(specs) as refspecs:
|
with StrArray(specs) as refspecs:
|
||||||
err = C.git_remote_push(self._remote, refspecs, ffi.NULL)
|
err = C.git_remote_push(self._remote, refspecs, push_opts)
|
||||||
check_error(err)
|
check_error(err)
|
||||||
finally:
|
finally:
|
||||||
self._self_handle = None
|
self._self_handle = None
|
||||||
|
Reference in New Issue
Block a user