Commit 967617cc by Vicent Martí

Merge pull request #489 from lht/fix-doc-bare-repo

Fix typo in repository documentation
parents e4c93a39 28ba94ce
...@@ -277,7 +277,7 @@ GIT_EXTERN(const char *) git_repository_path(git_repository *repo, git_repositor ...@@ -277,7 +277,7 @@ GIT_EXTERN(const char *) git_repository_path(git_repository *repo, git_repositor
* Check if a repository is bare * Check if a repository is bare
* *
* @param repo Repo to test * @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); GIT_EXTERN(int) git_repository_is_bare(git_repository *repo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment