Struct git_historian::parsing::ParsedCommit [] [src]

pub struct ParsedCommit {
    pub id: SHA1,
    pub when: Timespec,
    pub deltas: Vec<FileDelta>,
}

Info about a commit pulled from git log (or at least the bits we care about)

Fields

The Unix timestamp (in seconds) of the commit

Trait Implementations

impl Debug for ParsedCommit
[src]

Formats the value using the given formatter.

impl Clone for ParsedCommit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ParsedCommit
[src]

Returns the "default value" for a type. Read more