开发者

Is there a way to connect redmine comment with git commit

开发者 https://www.devze.com 2023-02-24 06:48 出处:网络
When using redmine with svn repo, in issue comments you can use rXXX in comment message, to create link to Revision XXX.

When using redmine with svn repo, in issue comments you can use rXXX in comment message, to create link to Revision XXX. I开发者_运维技巧s there a way to make same thing with git repo, where revision Id looks like "e013ae90" (short id)?


The directions for this are in Redmine's text formatting page.

Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.

  • ...
  • Link to a changeset with a non-numeric hash: commit:c6f4d0fd (displays c6f4d0fd). Added in r1236.
0

精彩评论

暂无评论...
验证码 换一张
取 消