pub fn description_template(
ui: &Ui,
tx: &WorkspaceCommandTransaction<'_>,
intro: &str,
commit: &Commit,
) -> Result<String, CommandError>Expand description
Renders commit description template, which will be edited by user.
pub fn description_template(
ui: &Ui,
tx: &WorkspaceCommandTransaction<'_>,
intro: &str,
commit: &Commit,
) -> Result<String, CommandError>Renders commit description template, which will be edited by user.