mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 02:11:40 +00:00
Add a note not to free the result from git_remote_ls
This commit is contained in:
parent
391575638c
commit
6616e20750
@ -100,7 +100,8 @@ GIT_EXTERN(int) git_remote_connect(struct git_remote *remote, int direction);
|
||||
/**
|
||||
* Get a list of refs at the remote
|
||||
*
|
||||
* The remote (or more exactly its transport) must be connected.
|
||||
* The remote (or more exactly its transport) must be connected. The
|
||||
* memory belongs to the remote.
|
||||
*
|
||||
* @param refs where to store the refs
|
||||
* @param remote the remote
|
||||
|
Loading…
Reference in New Issue
Block a user