]> git.proxmox.com Git - libgit2.git/commit - src/util/git2_util.h
Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.
authorRomain Geissler <romain.geissler@gmail.com>
Wed, 15 Jun 2011 10:36:08 +0000 (12:36 +0200)
committerRomain Geissler <romain.geissler@gmail.com>
Wed, 15 Jun 2011 20:11:18 +0000 (22:11 +0200)
commit0657e46deef98803058a3c339433a2b6dcafcc13
tree58af3fdf2631088e8e9ff7c99bc70558f5f60ca1
parentefcc87c9d95a0b156c657c0e5c11580e7f071efd
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.
include/git2/common.h
include/git2/repository.h
src/common.h
src/fileops.h
tests/t12-repo.c