mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-08 11:03:25 +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
|
* 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 refs where to store the refs
|
||||||
* @param remote the remote
|
* @param remote the remote
|
||||||
|
Loading…
Reference in New Issue
Block a user