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§email: String§timestamp: String