Module git_config::file[][src]

This module provides a high level wrapper around a single git-config file.

Structs

GitConfig

High level git-config reader and writer.

MutableMultiValue

An intermediate representation of a mutable multivar obtained from GitConfig.

MutableSection

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

MutableValue

An intermediate representation of a mutable value obtained from GitConfig.

SectionBody

A opaque type that represents a section body.

Enums

GitConfigError

All possible error types that may occur from interacting with GitConfig.