diff --git a/src/config/templates.toml b/src/config/templates.toml index d1f46b9bd..87f8e8065 100644 --- a/src/config/templates.toml +++ b/src/config/templates.toml @@ -1,7 +1,7 @@ # TODO: rename section to [templates]? [template] commit_summary = ''' -commit_id.short() " " +format_short_id(commit_id) " " if(description, description.first_line(), description_placeholder) '''