mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-19 06:01:54 +00:00
Export git_repository_gc
properly
One of my brainfarts made me export it as `git_repository_close` instead of GC. Duh.
This commit is contained in:
parent
955f9ae9bd
commit
54a1b36c25
@ -167,7 +167,7 @@ GIT_EXTERN(void) git_repository_free(git_repository *repo);
|
|||||||
*
|
*
|
||||||
* @param repo repository handle to collect. If NULL nothing occurs.
|
* @param repo repository handle to collect. If NULL nothing occurs.
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(void) git_repository_close(git_repository *repo);
|
GIT_EXTERN(void) git_repository_gc(git_repository *repo);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new Git repository in the given folder.
|
* Creates a new Git repository in the given folder.
|
||||||
|
Loading…
Reference in New Issue
Block a user