struct

Git2::ConfigEntry

Inherits Struct < Value < Object

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

from(entry : Pointer(LibGit2::GitConfigEntry)) : ConfigEntry
Source
new(name : String, value : String, include_depth : UInt32, level : GitConfigLevelT)
Source

Instance methods

clone
Source
copy_with(name _name = @name, value _value = @value, include_depth _include_depth = @include_depth, level _level = @level)
Source
include_depth
level
name
value