GIT_PATH_LIST_SEPARATOR

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum GIT_PATH_LIST_SEPARATOR;
    extern (C) nothrow @nogc
    static if(.GIT_WIN32)
    enum GIT_PATH_LIST_SEPARATOR = ';';
  2. enum GIT_PATH_LIST_SEPARATOR;

Meta