mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 17:05:49 +00:00
remove git_remote_pushspec
This commit is contained in:
parent
9a9de29d36
commit
a952b9867d
@ -181,15 +181,6 @@ GIT_EXTERN(int) git_remote_add_push(git_remote *remote, const char *refspec);
|
|||||||
*/
|
*/
|
||||||
GIT_EXTERN(int) git_remote_get_push_refspecs(git_strarray *array, git_remote *remote);
|
GIT_EXTERN(int) git_remote_get_push_refspecs(git_strarray *array, git_remote *remote);
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the push refspec
|
|
||||||
*
|
|
||||||
* @param remote the remote
|
|
||||||
* @return a pointer to the push refspec or NULL if it doesn't exist
|
|
||||||
*/
|
|
||||||
|
|
||||||
GIT_EXTERN(const git_refspec *) git_remote_pushspec(const git_remote *remote);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clear the refspecs
|
* Clear the refspecs
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user