mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 18:22:16 +00:00
repository: Doc fix
This commit is contained in:
parent
0d9bf89083
commit
437d36662e
@ -134,9 +134,7 @@ GIT_EXTERN(int) git_repository_open_ext(
|
|||||||
* @param bare_path Direct path to the bare repository
|
* @param bare_path Direct path to the bare repository
|
||||||
* @return 0 on success, or an error code
|
* @return 0 on success, or an error code
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(int) git_repository_open_bare(
|
GIT_EXTERN(int) git_repository_open_bare(git_repository **out, const char *bare_path);
|
||||||
git_repository **out,
|
|
||||||
const char *bare_path);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Free a previously allocated repository
|
* Free a previously allocated repository
|
||||||
|
Loading…
Reference in New Issue
Block a user