mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-10 23:26:30 +00:00
Merge pull request #489 from lht/fix-doc-bare-repo
Fix typo in repository documentation
This commit is contained in:
commit
967617ccad
@ -277,7 +277,7 @@ GIT_EXTERN(const char *) git_repository_path(git_repository *repo, git_repositor
|
||||
* Check if a repository is bare
|
||||
*
|
||||
* @param repo Repo to test
|
||||
* @return 1 if the repository is empty, 0 otherwise.
|
||||
* @return 1 if the repository is bare, 0 otherwise.
|
||||
*/
|
||||
GIT_EXTERN(int) git_repository_is_bare(git_repository *repo);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user