ConfigLevel
Description:
[ CCode ( cprefix = "GGIT_CONFIG_LEVEL_" , type_id = "ggit_config_level_get_type ()" ) ]
public enum ConfigLevel
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.
Content:
Enum values:
- APP - Application specific configuration file;
freely defined by applications.
- GLOBAL - User-specific configuration file,
also called Global configuration file.
- HIGHEST - Represents the highest level of
a config file.
- LOCAL - Repository specific configuration
file.
- PROGRAMDATA - System-wide on Windows,
for compatibility with portable git.
- SYSTEM - System-wide configuration file.
- XDG - XDG compatible configuration file (.