pub fn parse_trailers_template<'a>(
ui: &Ui,
tx: &'a WorkspaceCommandTransaction<'_>,
) -> Result<Option<TemplateRenderer<'a, Commit>>, CommandError>Expand description
Parse the commit trailers template from the configuration
Returns None if the commit trailers template is empty.