Expand description

A high level wrapper around a single or multiple git-config file, for reading and mutation.

Modules

Structs

Additional information about a section.

An intermediate representation of a mutable multivar obtained from a File.

A section in a git-config file, like [core] or [remote "origin"], along with all of its keys.

A opaque type that represents a mutable reference to a section.

An intermediate representation of a mutable value obtained from a File.

Type Definitions

A function to filter metadata, returning true if the corresponding but ommitted value can be used.