Struct git2::Mailmap [−][src]
pub struct Mailmap { /* fields omitted */ }Expand description
A structure to represent a repository’s .mailmap file.
The representation cannot be written to disk.
Implementations
impl Mailmap[src]
impl Mailmap[src]pub fn from_buffer(buf: &str) -> Result<Mailmap, Error>[src]
pub fn from_buffer(buf: &str) -> Result<Mailmap, Error>[src]Creates an in-memory mailmap object representing the given buffer.