Skip to main content

GitLogEntry

Type Alias GitLogEntry 

Source
pub type GitLogEntry = GitCommitInfo;
Expand description

Alias for backward compatibility

Aliased Type§

pub struct GitLogEntry {
    pub hash: String,
    pub message: String,
    pub author: String,
    pub email: String,
    pub timestamp: String,
}

Fields§

§hash: String§message: String§author: String§email: String§timestamp: String