diff options
| author | Romain Geissler <romain.geissler@gmail.com> | 2011-06-15 12:36:08 +0200 |
|---|---|---|
| committer | Romain Geissler <romain.geissler@gmail.com> | 2011-06-15 22:11:18 +0200 |
| commit | 0657e46deef98803058a3c339433a2b6dcafcc13 (patch) | |
| tree | 58af3fdf2631088e8e9ff7c99bc70558f5f60ca1 /include/git2/repository.h | |
| parent | efcc87c9d95a0b156c657c0e5c11580e7f071efd (diff) | |
| download | libgit2-0657e46deef98803058a3c339433a2b6dcafcc13.tar.gz | |
Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.
GIT_PATH_LIST_SEPARATOR and GIT_PATH_MAX are made public so
that it's can be used by a client.
Diffstat (limited to 'include/git2/repository.h')
| -rw-r--r-- | include/git2/repository.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/repository.h b/include/git2/repository.h index 4a7303e68..baff61d44 100644 --- a/include/git2/repository.h +++ b/include/git2/repository.h @@ -151,9 +151,9 @@ GIT_EXTERN(int) git_repository_open3(git_repository **repository, * @param across_fs If true, then the lookup will not stop when a filesystem device change * is detected while exploring parent directories. * - * @param ceiling_dirs A colon separated of absolute symbolic link free paths. The lookup will - * stop when any of this paths is reached. Note that the lookup always performs on start_path - * no matter start_path appears in ceiling_dirs + * @param ceiling_dirs A GIT_PATH_LIST_SEPARATOR separated list of absolute symbolic link + * free paths. The lookup will stop when any of this paths is reached. Note that the + * lookup always performs on start_path no matter start_path appears in ceiling_dirs * ceiling_dirs might be NULL (which is equivalent to an empty string) * * @return 0 on success; error code otherwise |
