Git2::ConfigEntry
An entry in a configuration file
- name: Name of the entry (normalised)
- value: String value of the entry
- include_depth: Depth of includes where this variable was found
- level: Which config file this was found in
Constructors
Instance methods
clone
Sourcecopy_with(name _name = @name, value _value = @value, include_depth _include_depth = @include_depth, level _level = @level)
Sourceinclude_depth
level
name
value