Skip to main content

commit

Function commit 

Source
pub fn commit(
    id: &str,
    summary: &str,
    author: &str,
    email: &str,
    time_seconds: i64,
    time_offset_minutes: i32,
    parents: &[&str],
    refs: &[(&str, RefKind)],
) -> CommitInfo
Expand description

Build a CommitInfo without the ceremony of naming every field.