GIT_PATH_MAX

The maximum length of a valid git path.

extern (C) nothrow @nogc
enum GIT_PATH_MAX = 4096;

Meta