Module git_repository::config::file
source · [−]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.
Type Definitions
A function to filter metadata, returning
true
if the corresponding but omitted value can be used.