有没有办法将redmine注释与git commit连接起来

发布于 2024-10-31 16:21:55 字数 128 浏览 0 评论 0原文

当使用 redmine 和 svn repo 时,在问题评论中,您可以在评论消息中使用 rXXX,以创建指向修订版 XXX 的链接。 有没有办法用 git repo 做同样的事情,其中​​修订 ID 看起来像“e013ae90”(短 ID)?

When using redmine with svn repo, in issue comments you can use rXXX in comment message, to create link to Revision XXX.
Is there a way to make same thing with git repo, where revision Id looks like "e013ae90" (short id)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独木成林 2024-11-07 16:21:55

相关说明位于 Redmine 的文本格式化页面

Redmine 允许在任何使用 wiki 格式的地方在问题、变更集和 wiki 页面之间建立超链接。

  • ...
  • 使用非数字哈希链接到变更集:commit:c6f4d0fd(显示 c6f4d0fd)。添加到r1236。

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.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文