mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 21:34:15 +00:00
Allow NULL refspec in git_remote_push
Since this is allowed in `git_remote_upload`
This commit is contained in:
parent
7df580fae6
commit
90cdf44ffb
@ -2412,7 +2412,7 @@ int git_remote_push(git_remote *remote, const git_strarray *refspecs, const git_
|
||||
proxy = &opts->proxy_opts;
|
||||
}
|
||||
|
||||
assert(remote && refspecs);
|
||||
assert(remote);
|
||||
|
||||
if ((error = git_remote_connect(remote, GIT_DIRECTION_PUSH, cbs, proxy, custom_headers)) < 0)
|
||||
return error;
|
||||
|
Loading…
Reference in New Issue
Block a user