Enumeration
GgitConfigLevel
since: 1.0
Description [src]
Priority level of a config file. These priority levels correspond to the natural escalation logic (from higher to lower) when searching for config entries in git.git.
Available since: 1.0
Members
GGIT_CONFIG_LEVEL_PROGRAMDATA
-
System-wide on Windows, for compatibility with portable git.
- Value:
1
- Nickname:
programdata
- Available since: 1.0
- Value:
GGIT_CONFIG_LEVEL_SYSTEM
-
System-wide configuration file.
- Value:
2
- Nickname:
system
- Available since: 1.0
- Value:
GGIT_CONFIG_LEVEL_XDG
-
XDG compatible configuration file (.config/git/config).
- Value:
3
- Nickname:
xdg
- Available since: 1.0
- Value:
GGIT_CONFIG_LEVEL_GLOBAL
-
User-specific configuration file, also called Global configuration file.
- Value:
4
- Nickname:
global
- Available since: 1.0
- Value:
GGIT_CONFIG_LEVEL_LOCAL
-
Repository specific configuration file.
- Value:
5
- Nickname:
local
- Available since: 1.0
- Value:
GGIT_CONFIG_LEVEL_APP
-
Application specific configuration file; freely defined by applications.
- Value:
6
- Nickname:
app
- Available since: 1.0
- Value:
GGIT_CONFIG_LEVEL_HIGHEST
-
Represents the highest level of a config file.
- Value:
-1
- Nickname:
highest
- Available since: 1.0
- Value: