libgit2

GIT_PATH_LIST_SEPARATOR

Version:

The separator used in path list strings (ie like in the PATH environment variable). A semi-colon ";" is used on Windows, and a colon ":" for all other systems.

Signature

#define GIT_PATH_LIST_SEPARATOR ';'

Versions