git_config_entry

An entry in a configuration file

Members

Variables

free
void function(.git_config_entry* entry) free;

Free function for this entry

include_depth
uint include_depth;

Depth of includes where this variable was found

level
.git_config_level_t level;

Which config file this was found in

name
const(char)* name;

Name of the entry (normalised)

payload
void* payload;

Opaque value for the free function. Do not read or write

value
const(char)* value;

String value of the entry

Meta