pub fn format_oneline(
    commit: &Commit<'_>,
    branches: String,
    wrapping: &Option<Options<'_>>,
    hash_color: Option<u8>
) -> Vec<String>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Format a commit for CommitFormat::OneLine.