Is there a way to associate a redmine comment with git commit

When using redmine with svn repo in release notes, you can use rXXX in the comment message to create a link to Revision XXX. Is there a way to do the same with git repo where the revision identifier looks like "e013ae90" (short identifier)?

+4
source share
1 answer

For instructions, see the Redmine text formatting page .

Redmine allows a hyperlink between problems, changes and wiki pages from any wiki format.

  • ...
  • Link to a set of changes with a non-numeric hash: commit: c6f4d0fd (displays c6f4d0fd). Added to r1236.
+6
source

Source: https://habr.com/ru/post/1347520/


All Articles