57 lines
1.2 KiB
Handlebars
57 lines
1.2 KiB
Handlebars
* {{header}}
|
|
|
|
{{~!-- commit link --}} {{#if @root.linkReferences~}}
|
|
([{{hash}}](
|
|
{{~#if @root.repository}}
|
|
{{~#if @root.host}}
|
|
{{~@root.host}}/
|
|
{{~/if}}
|
|
{{~#if @root.owner}}
|
|
{{~@root.owner}}/
|
|
{{~/if}}
|
|
{{~@root.repository}}
|
|
{{~else}}
|
|
{{~@root.repoUrl}}
|
|
{{~/if}}/
|
|
{{~@root.commit}}/{{hash}}))
|
|
{{~else}}
|
|
{{~hash}}
|
|
{{~/if}}
|
|
|
|
{{~!-- commit references --}}
|
|
{{~#if references~}}
|
|
, closes
|
|
{{~#each references}} {{#if @root.linkReferences~}}
|
|
[
|
|
{{~#if this.owner}}
|
|
{{~this.owner}}/
|
|
{{~/if}}
|
|
{{~this.repository}}#{{this.issue}}](
|
|
{{~#if @root.repository}}
|
|
{{~#if @root.host}}
|
|
{{~@root.host}}/
|
|
{{~/if}}
|
|
{{~#if this.repository}}
|
|
{{~#if this.owner}}
|
|
{{~this.owner}}/
|
|
{{~/if}}
|
|
{{~this.repository}}
|
|
{{~else}}
|
|
{{~#if @root.owner}}
|
|
{{~@root.owner}}/
|
|
{{~/if}}
|
|
{{~@root.repository}}
|
|
{{~/if}}
|
|
{{~else}}
|
|
{{~@root.repoUrl}}
|
|
{{~/if}}/
|
|
{{~@root.issue}}/{{this.issue}})
|
|
{{~else}}
|
|
{{~#if this.owner}}
|
|
{{~this.owner}}/
|
|
{{~/if}}
|
|
{{~this.repository}}#{{this.issue}}
|
|
{{~/if}}{{/each}}
|
|
{{~/if}}
|
|
|