mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-12 06:56:01 +00:00
git_remote_push: document that NULL refspecs allowed
This commit is contained in:
parent
90cdf44ffb
commit
45071cec11
@ -715,8 +715,8 @@ GIT_EXTERN(int) git_remote_prune(git_remote *remote, const git_remote_callbacks
|
|||||||
* Peform all the steps from a push.
|
* Peform all the steps from a push.
|
||||||
*
|
*
|
||||||
* @param remote the remote to push to
|
* @param remote the remote to push to
|
||||||
* @param refspecs the refspecs to use for pushing. If none are
|
* @param refspecs the refspecs to use for pushing. If NULL or an empty
|
||||||
* passed, the configured refspecs will be used
|
* array, the configured refspecs will be used
|
||||||
* @param opts options to use for this push
|
* @param opts options to use for this push
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(int) git_remote_push(git_remote *remote,
|
GIT_EXTERN(int) git_remote_push(git_remote *remote,
|
||||||
|
Loading…
Reference in New Issue
Block a user