diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2010-12-17 15:58:30 +0100 |
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2010-12-17 15:58:30 +0100 |
| commit | d13e7e02a8b3fdcfe0e633fcbfc2521f502eb74e (patch) | |
| tree | a1adb54f85375da0685616207deab72ab3cef6f5 /src/git2/repository.h | |
| parent | e1f8cad0c98693c170bdd741747d07db8adb4367 (diff) | |
| download | libgit2-d13e7e02a8b3fdcfe0e633fcbfc2521f502eb74e.tar.gz | |
Added a comment reminding that the gitfo_mkdir_recurs() is far from being fully implemented.
Diffstat (limited to 'src/git2/repository.h')
| -rw-r--r-- | src/git2/repository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git2/repository.h b/src/git2/repository.h index 195a8aa29..4c7ba8ded 100644 --- a/src/git2/repository.h +++ b/src/git2/repository.h @@ -167,7 +167,7 @@ GIT_EXTERN(void) git_repository_free(git_repository *repo); * * Limits: * - Reinit of an existing directory is not implemented yet. Will blindly return GIT_SUCCESS. - * - The parent directory structure of the repository has to already exist. Recursive building of the parent tree structure is not implmented yet. + * - The parent directory structure of the repository has to already exist. Recursive building of the parent tree structure is not implemented yet. * - Config file creation handling is not implemented yet. * * @param repo_out pointer to the repo which will be created or reinitialized |
