mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-28 15:34:22 +00:00
config: apply configured id style to commit_summary template
Thanks to 81af5f820b
"repo: calculate shortest unique prefix separately for
commit/change", commit_id.shortest() now works even if the repo is MutableRepo.
This commit is contained in:
parent
bc7ca03da4
commit
9c6fa67b86
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue