mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 15:27:01 +00:00
commit
c62179731a
@ -796,7 +796,7 @@ GIT_EXTERN(int) git_remote_is_valid_name(const char *remote_name);
|
|||||||
* for the remote will be removed.
|
* for the remote will be removed.
|
||||||
*
|
*
|
||||||
* @param repo the repository in which to act
|
* @param repo the repository in which to act
|
||||||
* @param name the name of the remove to delete
|
* @param name the name of the remote to delete
|
||||||
* @return 0 on success, or an error code.
|
* @return 0 on success, or an error code.
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(int) git_remote_delete(git_repository *repo, const char *name);
|
GIT_EXTERN(int) git_remote_delete(git_repository *repo, const char *name);
|
||||||
|
Loading…
Reference in New Issue
Block a user