mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-14 00:35:01 +00:00
typo: one git_remote_fetchspec should be pushspec
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
This commit is contained in:
parent
d4760a42f9
commit
91d8a4c077
@ -87,7 +87,7 @@ GIT_EXTERN(const git_refspec *) git_remote_fetchspec(struct git_remote *remote);
|
||||
* @return a pointer to the push refspec or NULL if it doesn't exist
|
||||
*/
|
||||
|
||||
GIT_EXTERN(const git_refspec *) git_remote_fetchspec(struct git_remote *remote);
|
||||
GIT_EXTERN(const git_refspec *) git_remote_pushspec(struct git_remote *remote);
|
||||
|
||||
/**
|
||||
* Open a connection to a remote
|
||||
|
Loading…
Reference in New Issue
Block a user