File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 609609 <replace token =" %GCURL%" value =" ${ gc.url } " />
610610
611611 <properties token =" %PROPERTIES%" file =" ${ project.distrib.dir } /data/defaults.properties" />
612-
612+
613+ <regex searchPattern =" \b(commit)(\s*[#]?|-){0,1}([0-9a-fA-F]{5,})\b" replacePattern =" <a href='https://github.com/gitblit/gitblit/commit/$3'>commit $3</a>" />
613614 <regex searchPattern =" \b(issue)(\s*[#]?|-){0,1}(\d+)\b" replacePattern =" <a href='https://github.com/gitblit/gitblit/issues/$3'>issue $3</a>" />
614615 <regex searchPattern =" \b(pr|pull request)(\s*[#]?|-){0,1}(\d+)\b" replacePattern =" <a href='https://github.com/gitblit/gitblit/pull/$3'>pull request #$3</a>" />
615616 <regex searchPattern =" \b(ticket)(\s*[#]?|-){0,1}(\d+)\b" replacePattern =" <a href='https://dev.gitblit.com/tickets/gitblit.git/$3'>ticket $3</a>" />
You can’t perform that action at this time.
0 commit comments