pub fn add_trailers(
ui: &Ui,
tx: &WorkspaceCommandTransaction<'_>,
commit_builder: &DetachedCommitBuilder,
) -> Result<String, CommandError>Expand description
Add the trailers from templates.commit_trailers in the last paragraph of
the description
It just lets the description untouched if the trailers are already there.