57 lines
1.2 KiB
Handlebars
57 lines
1.2 KiB
Handlebars
* {{#if shortDesc}}
|
|
{{~shortDesc}}
|
|
{{~else}}
|
|
{{~header}}
|
|
{{~/if}}
|
|
|
|
{{~!-- commit link --}}
|
|
{{~#if @root.linkReferences~}}
|
|
([{{shortHash}}](
|
|
{{~#if @root.host}}
|
|
{{~@root.host}}/
|
|
{{~/if}}
|
|
{{~#if @root.owner}}
|
|
{{~@root.owner}}/
|
|
{{~/if}}
|
|
{{~@root.repository}}/{{@root.commit}}/{{hash}}))
|
|
{{~else}}
|
|
{{~shortHash}}
|
|
{{~/if}}
|
|
|
|
{{~!-- commit references --}}
|
|
{{~#if references~}}
|
|
, closes
|
|
{{~#each references}} {{#if @root.linkReferences}}[
|
|
{{~#if this.owner}}
|
|
{{~this.owner}}/
|
|
{{~/if}}
|
|
{{~this.repository}}{{this.prefix}}{{this.issue}}](
|
|
{{~#if this.originalIssueTracker}}
|
|
{{~this.originalIssueTracker}}
|
|
{{~else}}
|
|
{{~#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~}}
|
|
/{{@root.issue}}/
|
|
{{~/if}}
|
|
{{~this.issue}})
|
|
{{~else}}
|
|
{{~#if this.owner}}
|
|
{{~this.owner}}/
|
|
{{~/if}}
|
|
{{~this.repository}}{{this.prefix}}{{this.issue}}
|
|
{{~/if}}{{/each}}
|
|
{{~/if}}
|
|
|