print_updated_commits

Function print_updated_commits 

Source
pub fn print_updated_commits<'a>(
    formatter: &mut dyn Formatter,
    template: &TemplateRenderer<'_, Commit>,
    commits: impl IntoIterator<Item = &'a Commit>,
) -> Result<()>
Expand description

Prints a list of commits by the given summary template. The list may be elided. Use this to show created, rewritten, or abandoned commits.