Fix: pass push_opts to git_remote_push
This commit is contained in:
parent
27e3450232
commit
25d02259df
@ -246,7 +246,7 @@ class Remote(object):
|
||||
|
||||
try:
|
||||
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)
|
||||
finally:
|
||||
self._self_handle = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user